Srinjoy Sinha
Srinjoy Sinha
I imported the package as instructed in the README.md file, ```js import * as ImGui from 'imgui-js'; ``` but it gives the following error: ``` Cannot find module 'imgui-js' or...
Exception in thread "main" java.lang.RuntimeException: org.newsclub.net.unix.AFUNIXSocketException: Cannot find method "setCreated" in java.net.Socket. Unsupported JVM? at com.jagrosh.discordipc.entities.pipe.Pipe.createPipe(Pipe.java:167) at com.jagrosh.discordipc.entities.pipe.Pipe.openPipe(Pipe.java:67) at com.jagrosh.discordipc.IPCClient.connect(IPCClient.java:116) at Main.main(Main.java:22) Caused by: org.newsclub.net.unix.AFUNIXSocketException: Cannot find method "setCreated" in...
replaced `Tools/kernel` with `misc/kernel-x86_64` as instructed by the README but wsa not starting after doing that
### Version/Branch of Dear ImGui: Version 1.90.6, Branch: master ### Back-ends: imgui_impl_glfw.cpp + imgui_impl_opengl3.cpp ### Compiler, OS: Windows 11 + emscripten GCC ### Full config/build information:   ### Details:...