Dmitry Matveyev
Dmitry Matveyev
See for details this PR https://github.com/ziglang/std-lib-orphanage/pull/8 Creating this issue so it's not in PR only.
Order of removals breaks the tree, tests show the problem. I have no idea of when of whether I will be able to fix this, feel free to take over.
Currently crashes on exit. If I remove `closeWindow()`, doesn't crash. Probably because there's a call to `unloadTexture` after the window was closed and that causes the crash. ``` $ cd...
Raylib provides a parser which conveniently generates specification of all the types and functions for its sources. This should be a better option than current struggle with multi-step processing of...
When I use delta with git, it correctly returns with 0 status code. However with mercurial it returns 1 if there were some changes which I suppose was introduced as...
I use official nim library https://github.com/nim-lang/sdl2/blob/master/src/sdl2/ttf.nim to create font textures. In my `config.nims` I have ```nim switch("passL", "-I/usr/include/SDL2") switch("passL", "-L/usr/lib") switch("passL", "-lSDL2") switch("passL", "-lSDL2_image") switch("passL", "-lSDL2_ttf") switch("passL", "-lSDL2_mixer") ``` and...
Hi, I tried to adapt [diredfl](https://github.com/purcell/diredfl) to cyberpunk theme. Here is the result and the PR if you would want to use it. Any suggestions are welcome, I might not...
Hi, there are a couple of errors trying to compile just generated files on linux: ``` raylib.nim(788, 15) Error: expected closing ')' caused by proc MemFree*(ptr: pointer) fixed by renaming...
I have followed the instructions on the readme page to install the package. It works when the database file already exists but fails when there's no file. Here I have...