Simon Carter
Simon Carter
Using emacs 29.1 and Godot 4.1 on MacOS, configured to use port 6008. eglot connects to the Godot instance, but doesn't do anything - and then times-out after 30 seconds....
### Description Module A uses a Nim method defined in module B. The declaration of this external method produces a difficult to understand error at compile time. Reduced repro case:...
Wrote this on a plane after drinking gin, so needs scrutiny.
For some reason, whatever you log you get a horizontal scroll bar indicating the log window can be scrolled horizontally slightly. I suspect this is a discrepancy between the manually...
Repro: - Activate `org-tidy` mode in org buffers. - Open a capture buffer via `org-capture` - While typing, try to delete some text. - Note the error `property drawer is...
### Description Repro: - Create a `test.nim` file with e.g. `echo "hello"` in. - Compile with `nim c -r --hotcodereloading:on test.nim` - The build fails with clang errors. ### Nim...
Fixes #78866 Currently, calling apply_impulse, apply_central_impulse and apply_torque_impulse on a Rigidbody3D within 2 frames of its construction always uses a mass 1, and an (invalid) inertia of 0. This results...