Martin Carpenter
Martin Carpenter
Also here. I have a Makefile using fswatch. Last successfully used some time last year. I subsequently upgraded to ubuntu 20 and it no longer works, with symptoms as above....
Bisection indicates commit b04d0edc1dfb21e08beeb594378176e1812e997a "Do not scan a directory tree if the directory name is excluded by filters" This appears to affect inotify (Linux) but also kqueue and poll monitors....
@xxxserxxx wrote: > I want to be clear that _inclusion_ filters also don't work I think you are describing documented behavior (but this detail is not present in the manual...
The man page certainly needs some help ("the first matching expression wins" is misleading). > if you do an exclude on a specific file name, but then an include on...
The Windows aspect is a red herring: OP's sample above produces the same error on Linux. (Though I don't know what's going on with the CI). The same error can...
I think I see what is happening here, although I haven't quite work out a fix yet. Usually: * `click.progressbar.render_progress()` renders the cursor invisible on each invocation (update of the...
Two workarounds below. 1. Set the encoding using the Ruby interpreter's `-E` flag: ```sh ruby -E utf-8 ./foo.rb ``` 2. Set the external encoding progamatically: ```ruby require 'public_suffix' Encoding.default_external =...
See also https://github.com/swimlane/pyattck/issues/151 This is still broken after 6 months. Is Swimlane planning to fix this?