Levin Rickert
Levin Rickert
Could you provide me some example of how to use the `middleware` argument on `graphql_sync` at the moment or point me to somewhere where I can find out more about...
Okay. Looks quite straightforward. Thanks!
Mhhh. So now I'm passing in `MiddlewareManager([auth_middleware])` to `graphql_sync`, the error is gone but the middleware never gets called. **Edit:** It looks like it has to be called like this,...
Yep. I'm quite new to Python so I didn't notice immediately 😅
I'm wondering since the most awesome part of Pony is the SQL query builder if this could be used standalone, so it the resulting queries could be used with an...
Oh. That sounds interesting! Thanks for pointing me to this tweet.
@n1ru4l Since I'm quite busy with other things right now, I hope the linked CodeSandbox above is enough for now. I'll see what I can do if I have a...
I've suggested a fix in #8586
@ogoffart I was just hit by this as well. Is there some suggested workaround for now? I can't control the `checked` property of a `CheckBox` from Rust anymore as soon...
@ogoffart I see. I worked around by using my local fork and slightly modifying `CheckBox`s implementation. I could propose this change in a PR when I have a free moment...