brambasiel
brambasiel
Nevermind, apparently we need to use a MemoryStack. I will file a PR.
Same with latest Android Studio and Clion on Windows 10 and MacOS Sequoia.
I've updated the workflow in my PR https://github.com/ohroy/deno-amqp/pull/1 to use Deno v2. I don't really know how making a PR for another PR works on Github, but consider taking a...
@bombillazo In case you didn't know. You can use this branch early by placing this in your deno.json. I need it for a school project that is due in a...
As mentioned in #35, I would love to see this feature added! I receive files over HTTP that are then only stored in memory. The decision is ofcourse up to...
The following code fixes the four reproduction steps for me. ```java /** * Load text data from file * NOTE: text chars array should be freed manually * * @param...
Using paths without prefixed slash also work.
Workaround is using SetWindowPosition before WindowShouldClose and after InitWindow ```java int monitor = rlj.core.GetCurrentMonitor(); rlj.core.SetWindowPosition(rlj.core.GetMonitorWidth(monitor) / 2 ,rlj.core.GetMonitorHeight(monitor) / 2); ```
@jetflag Just like with LWJGL make sure you pass ```-XstartOnFirstThread``` as a Java vm flag when running on MacOS. I've made a quick and dirty change to build.gradle that I...
Sorry, I did not check. I suppose a new release could be made (in the releases tab) so the correct version is easier to find and more people don't report...