thromer
thromer
Sounds good, I mainly wanted to share this as an example in case any of it was useful. I like the idea of a message showing up (modal or otherwise)...
I submitted a pull request to support the filter keyword for FieldFilter objects here: https://github.com/mdowds/python-mock-firestore/pull/82
Tests pass locally, including a new test that exercises the filter keyword argument to Collection.where and Query.where.
Oddly GitHub actions included 3.5 and 3.6 in the set of python versions to tests. Regardless, this will help tests actually get run for supported versions, which hasn't happened for...
Seems like a duplicate of #130093
If you like the approach I can propose the corresponding doc change as well, LMK.
With google-chrome-stable 138.0.7204.183-1 on Debian bookworm, calling tab.evaluate with very simple javascript that returns a JSON object I get very different results from nodriver 0.41 and 0.47. The case I'm...
In my case my client code was only using tab.evaluate directly to make fetch calls to retrieve JSON, so providing some way to do so and get the results in...
Works for me, but of course I won't take anything for granted. If you're able to take a look that would be great.
Gentle nudge. I have a simple VPN scheduling app that depends on this PR here: https://github.com/righteffort/ics-openvpn-scheduler