Alejandro Ramallo
Alejandro Ramallo
This one is weird, so I'm going to need you to bear with me a little bit... **The plan:** I want to integrate Cppia scripts into my level editor. The...
Found a weird issue when using cppia. The following Haxe code for a Cppia host fails during the C++ compilation step: ``` import cpp.cppia.Module; class Host { public static var...
When trying to build EAThread using the 64 bit compilers from the NDK, I get the following errors: ``` In file included from ../../library/eaoss/src/EAThread/eathread.cpp:89: ../../library/eaoss/src/EAThread/android/eathread_fake_atomic_64.cpp:37:26: error: cast from pointer to...
## Lapce Version 0.2.5 ## System information Fedora 37 ## Describe the bug Cursor movement for selected text behaves differently from most text editors. Reproduce: * Disable modal editing *...
Hi, I've had this custom [Waf](https://waf.io) generator floating around some of my projects for a while, and while it was buggy, I was using extra layers in my stack to...
### Summary Changes to recipe: **mpfr/4.2.2** #### Motivation Latest mpfr release resolves build issue described here: https://bugs.gentoo.org/949962 #### Details Just added new tarball url with no changes to existing recipe...
**Describe the bug** Sometimes, shooting at the boxes does not work due to a desync issue. Debug drawing shows that the shot raycast is replicated across all clients, but for...
**Describe the bug** If a client tries to connect again after calling disconnect, it will fail to spawn network entities locally, but it will connect and spawn network entities on...