Samuel Colvin

Results 1016 comments of Samuel Colvin

I had an issue with github redirecting to `localhost:3000` when trying to authenticate even though I had setup `SERVER_NAME` so I created a new github app which seemed to fix...

No the build doesn't work. I'll try to have another go another time, think I've hit my limit strider for today.

I currently have a hacky workaround for this. Subclass `Jinja2Templates` and modify it to not send the context, this means you can't test against the template context, but at least...

Thanks so much for the rust plugin in pycharm, it's a life saver. I use it all the time while working on [pydantic-core](https://github.com/samuelcolvin/pydantic-core)

> Do you know anything about it? Sorry, I don't know, best to ask on `notify`. But I suspect the answer will be, that's just weird behaviours/a bug in the...

Sorry not to reply earlier. I don't think this can be fixed in watchfiles since notify (and indeed the OS filesystem watchers) watch an entire directory tree recursively, watchfiles just...

Fundamentally there's not much more watchfiles can do if notify/the OS's fs events don't show anything. But try `debug=True` and see what's happening, maybe there's something we can fix here....

Is there a particular raw event which you see with XFCE which is being logged but not prompting a change?