Mauritius Clemens
Mauritius Clemens
Hello there, I've resorted to using the 2.0 version of `libtree` for this, but the maintainer of that package suggests in his README that I'd probably be better off with...
Sometimes, the skybox routine will crash if the files don't load fast enough. I checked if it's not my code doing something silly, but it seems that the rend3 routine...
Sometimes, a third party library will write directly to a wgpu texture. E.g. to draw a 2d animation and/or 2d UI elements. Currently, the only way that I could find...
the fix to ekg-json is not mine but I'm leaving my fork of it in as I couldn't get cabal to parse the weird branch name the guy who actually...
Hello there. A few years ago I was in the middle of writing an nfs parser for use in a potential nfs4 monitoring utility. The work is substantial but unfinished....
@drvink @Kleidukos this builds now and `make`, `load` and `unsafeEval` mostly work, even on a relatively complicated test: ```haskell main = do fn (Int,Int))) case fn of Right fn ->...
I was just raging about the lack of emacs support and @iroedius made a basic major mode for gluon with lsp support for me here https://gist.github.com/pillowtrucker/c25f086f62b12fe912b7bcc2aa3e8d59 Is this something you'd...
Related to https://github.com/haskus/packages/issues/53 Trying to build `haskus-system` on 9.8.1, in https://github.com/haskus/haskus-system/blob/master/haskus-system/src/lib/Haskus/Arch/X86_64/Linux/Syscall.hs, I'm seeing many errors such as ``` src/lib/Haskus/Arch/X86_64/Linux/Syscall.hs:95:56: error: [GHC-83865] • Couldn't match expected type ‘Int64#’ with actual type...
seems like bad design
**エラーの内容 | Describe the build error** ``` FAILED: OpenSiv3D/Linux/CMakeFiles/Siv3D.dir/__/Siv3D/src/Siv3D-Platform/Linux/Siv3D/ChildProcess/ChildProcessDetail.cpp.o /nix/store/ld6dvi0n7qai3gzdrb85ykj4s4r0h4r7-clang-wrapper-18.1.1/bin/clang++ -DAS_USE_NAMESPACE -DMUPARSER_STATIC -DWITH_MINIAUDIO -DWITH_NOSOUND -D_GLFW_X11 -D_UNICODE -D__LINUX_ALSA__ -I/home/wrath/GAME/OpenSiv3D/Linux -I/home/wrath/GAME/OpenSiv3D/Linux/../Siv3D/include -I/home/wrath/GAME/OpenSiv3D/Linux/../Siv3D/include/ThirdParty -I/home/wrath/GAME/OpenSiv3D/Linux/../Siv3D/src -I/home/wrath/GAME/OpenSiv3D/Linux/../Siv3D/src/Siv3D-Platform/Linux -I/home/wrath/GAME/OpenSiv3D/Linux/../Siv3D/src/Siv3D-Platform/macOS_Linux -I/home/wrath/GAME/OpenSiv3D/Linux/../Siv3D/src/Siv3D-Platform/OpenGL4 -I/home/wrath/GAME/OpenSiv3D/Linux/../Siv3D/src/Siv3D-Platform/OpenGLES3 -I/home/wrath/GAME/OpenSiv3D/Linux/../Siv3D/src/ThirdParty -I/home/wrath/GAME/OpenSiv3D/Linux/../Siv3D/src/ThirdParty/asio -I/home/wrath/GAME/OpenSiv3D/Linux/../Siv3D/src/ThirdParty/freetype -I/home/wrath/GAME/OpenSiv3D/Linux/../Siv3D/src/ThirdParty/skia -I/home/wrath/GAME/OpenSiv3D/Linux/../Siv3D/src/ThirdParty/soloud/include...