Mathieu Virbel
Mathieu Virbel
My initial asumption was about GIL that protect Python code to be executed at the same time, and that may not work in Java. Now after rereading the issue multiple...
That's great! Now, you need to get a little step outside the implementation to look at the result, and ask yourself: is it good and simple enough? is the format...
And forget about the query() API right now, focus on the what you want in field in the API, ensure the format / naming you choose would be ok for...
As soon as you use a `EmbeddedDocumentField`, you get nested fields. For example, the above example can be mockup (for the multilingual) with: ``` python class Multilingual(EmbeddedDocument): idioma = StringField()...
I hit the same issue, looking into it. EDIT: Got a little exchange with @misl6 and he worked on a branch for moving to Angle instead of direct GLES (https://github.com/kivy/kivy-ios/pull/928)...
I got this error too. It appears that passing non-string in tags is what throw an exception. By using `JSON.stringify()` on all tags, it worked.
Here is the output of `hyprctl -j monitors`: ``` ❯ hyprctl -j monitors [{ "id": 0, "name": "DP-2", "description": "Acer Technologies Acer XB281HK #ASMTlagXJiXd", "make": "Acer Technologies", "model": "Acer XB281HK",...
As a starter, MCP is nice for: - having a feedback loop to give to the model. You do a frontend change, how can it be tested ? Give it...
Please note about the kivy/cef integration done 10 years ago: https://github.com/kivy-garden/garden.cefpython (and another one: https://github.com/rentouch/cefkivy) It would be nice to have somebody refreshing the garden and maintaining it.
@thdxr So i should dismiss this one ?