Jeremy Field
Jeremy Field
Thanks for an elegant wrapper. I currently have to drop into interop to make a [`LocalDateRange`](https://www.threeten.org/threeten-extra/apidocs/org/threeten/extra/LocalDateRange.html) from `org.threeten.extra`. Do you have any plans to bring it in? I note you...
I'll try to use https://github.com/juxt/yada/pull/122 as a guide to resolve what I'm getting with: * clojure 1.10.0 * yada 1.2.16 * JVM 11.0.2 It managed to take out my whole...
Thanks for this magnificent contribution to the nim ecosystem. Is it possible that the `io.wantCaptureMouse` binding is somehow incorrect? I am getting correct values from `io.mousePos` but `io.wantCaptureMouse` stays false...
Very minor change removing redundant `and` form in `overlaps?` (noticed when comparing to `java-time` implementation).
Hi, thanks again for a brilliant library. I'm scratching my head about this one. Using Clojure 1.11.1, OpenJDK 17, macOS 14.2.1, this works fine: ``` $ clj -M:examples user=> (load...
Hi, thanks for the wonderful introductions to Vulkan in LWJGL. To prevent the following error when runnning `InstancedSpheresDemo.java`, I need to put `Thread.sleep(40);` before [`vkQueueWaitIdle(queue);`](https://github.com/LWJGL/lwjgl3-demos/blob/main/src/org/lwjgl/demo/vulkan/InstancedSpheresDemo.java#L1440): ``` [mvk-warn] VK_TIMEOUT: vkQueueWaitIdle timed...
Thanks for an amazing way into Clojure/Script. I found on OSX 10.11.6 with the Dvorak keyboard layout that pressing the command key shows the correct hints, but that I have...
Thanks for this brilliant contribution. I was delighted to be able to get it working from the leiningen template simply by bumping lwjgl to 3.3.1 and including the `natives-macos-arm64` artifact...
Thank you for sharing your *incredible* contributions with the world. I needed to `brew install libfixposix` for this to compile, then it worked perfectly.
Thanks again for this glorious project. I tried to upgrade from 0.8.16 → 0.9.5 via a nippy export (using my approach from https://github.com/juji-io/datalevin/issues/216 ) and am getting an exception when...