Dylan Cairns

Results 10 comments of Dylan Cairns

I have the exact same problem, also with jsonschema but in python 3.7.9. pipreqs recommends jsonschema 4.19.1 when jsonschema 4.17.3 is the latest version available for python 3.7.

I use pipreqs in conjunction with pip-compile. My workaround for the time being is to run pipreqs with the 'no-pin' mode to just identify the requirements for the project, and...

For our use case it's very easy to avoid this issue, the solution is don't use numeric keys in nested objects. The main problem is just knowing this behavior exists....

Same here, Pixel 3 Android 12 78 apps Otherwise I love the app, thank you for your effort!

Ok after some playing around I've found that the mousetracker needs to be passed either the navigators' `canvas` or `container` rather than the `element` property. However using this method events...

Sure thing, and thank you for your work on OSD! Just in case anyone else ends up here dealing with the same issue, I ended up using an even simpler...

Revisiting this issue, I forked the codesandbox and tested with OSD 4.1.0 and the mousetracker events on the navigator still do not fire. Is the way the mousetracker is being...