Alex Peters
Alex Peters
Hi Will. There is no output. I somewhat expected this as I believe `pythonw` nullifies its `STDOUT` handle.
To frame my expected behaviour in a slightly alternative manner: * When I instantiate a `Console` purely for the purpose of `capture`-ing its output to a variable, I would expect...
Yes, the error is occurring despite no intent to print to `STDOUT`. Sorry, you're absolutely right: I did fail to paste the actual error message. I've edited that in to...
After digging around within `watchfiles`, and in case it helps: https://github.com/samuelcolvin/watchfiles/blob/acea996e0081cfa323056c6195729b6a749c41c5/watchfiles/main.py#L224 `raw_changes` receives the events out of order at this point, so it seems to be a `RustWatcher`-internal problem. I...
Why is deduplication important?
> Well python sets don't maintain order, so it doesn't really matter what type we use in rust. Yes, use of a set in either space will destroy the ordering,...
> The other thing I think you miss is that most users of watchfiles (and watchgod before that), don't actually care much about exact order, many of them don't even...
You are inadvertently spamming a lot of GitHub users with the @@ format you've used in these tables.
I'm getting Prospector errors `Django is not available on the PYTHONPATH` for all of my source files in a project that doesn't use Django. I find this remark confusing: >...
This issue persists in Python 3.10 with pylint 2.13.4.