Yannick PÉROUX
Yannick PÉROUX
Even if you insert a new row with no `manager_id` you don't have a path? That's weird… And yes, you could use regular SQL functions instead of triggers, and call...
I just ran into this as well. This is pretty annoying in development because it means that I have to set `cache_size` to 0, and then things get very slow...
For some reason, I had this issue when using `tmux-sensible`. Deactivating the plugin seems to solve it.
Actually I think that my issue is that tmux-sensible sets `tmux set-option -s escape-time 0`, and I'm using `M-` for moving windows, but the Alt key is considered as the...
Ok, thanks, I understand :slightly_smiling_face: . I'll try to submit a fix.
FTR, the issue was introduced in Mypy via [this PR](https://github.com/python/mypy/pull/14150). Using the (undocumented :slightly_frowning_face:) option `preserve_asts = true` fixes the issue.
I personally don't use Watson anymore, hence my lack of motivation to keep maintaining it :sweat_smile: . I would be happy to see other people taking the lead :+1: .
I can reach @jmaupetit if someone wants to be added as a owner of the project. But maybe the first step would be for this person(s) to go through the...
Yeah, I think we could add that to the config. Right now all the colors are listed here: https://github.com/TailorDev/Watson/blob/master/watson/cli.py#L32-L41
I have the same issue. Note that until this is fixed, it can be circumvented by installing `setuptools`, which provides `distutils`.