Emmanuel Leblond

Results 226 comments of Emmanuel Leblond

@kjvalencik friendly ping ;-)

> We should probably use [OpenAPI](https://www.openapis.org/) since it is the de facto standard for describing HTTP APIs. Great news everyone: [FastAPI is based on OpenAPI](https://fastapi.tiangolo.com/features/#automatic-docs) \o/ I guess only our...

see https://github.com/microsoft/vswhere/issues/318

> Extract the commit that add support for dict in the serialization crate, that would make the PR simpler to review This commit is part of #8471 (on which this...

@gyscos do you want a PR removing the feature then ? :smiley:

> as even new CPython APIs added in 3.14 are continuing to use it: https://github.com/python/cpython/issues/120389 I think the situation is not comparable with PyO3: - CPython already uses `OverflowError`, so...

> We are built atop those same CPython APIs which raise OverflowError, which is why the current behaviour exists. Regarding of the use of `OverflowError` in CPython, https://bugs.python.org/issue29833 suggests that...

Hi @ShalokShalom ;-) > if this addon is still not ready for production? Unfortunately no, I'm still working (at a rather slow pace 😅 ) on Godot 4 support.

> Wouldnt it make sense, to join with [this other project?](https://github.com/niklas2902/py4godot) Yes and no ^^ Obviously effort duplication always seems wasteful, and it's tempting to conclude that the energy put...

@GeorgeS2019 basically the Godot-to-Python bindings are done (i.e. exposing Godot builtins and classes to Python), what is missing is 1) the implementation of `ScriptLanguageExtension` and `ScriptExtension` that allows Godot to...