Samuel Colvin

Results 1016 comments of Samuel Colvin

The other option might be to use the `force_polling=True` kwarg (added recently) which will force notify to use file polling which might detect the change more reliably.

Closing since we have `force_polling`, any further issue will probably be a problem with `notify`.

PR welcome! Otherwise I'll get to it when I get to it.

Although this will only have an effect when in force polling mode, so many better to implement it yourself.

I think beyond the remit of watchfiles.

Thanks for reporting. To help narrow down the error, please can you check if you get the same error with v0.15?

Also: * are you getting the error all the time, or intermittently? * Is there anything unusual about your setup or anything specific which is causing the error?

Ok, I don't get this and obviously the tests don't pick it up. Can you share some example code that's causing the error?

Running this on my M1 mac it runs fine without the error. I'll try tomorrow on my linux desktop. I suspect it's a problem with pyo3 somehow, but I don't...

`Python 3.10.5` 😄 . Just double checking: * you installed a wheel from pypi? * you're using libc not musl or something weird?