Bob
Bob
Hey there, I really like your game! Is it possible to host the [gameplay GIF](https://github.com/thales17/BBBBBB/blob/master/BBBBBB.gif) outside of the repo? Its file size is way too large; the repo with the...
The license text ([BSD-2-Clause](https://opensource.org/license/bsd-2-clause/)) for this project is buried in the .c/.h files, it should instead be written in its own file, typically named `LICENSE` or `COPYING` Also I think...
The current version of JWM (2.4.3) has an issue; maximized windows still show borders (right, left, bottom) which should be hidden. I remember this issue wasn't in past versions of...
First off thank you for this amazing window manager! Second, I can't make X11 fonts work within jwm. For example I tried using one of the stock fonts that looks...
While on a glibc system, I'm unable to `fakechroot` into a musl system: ```sh $ fakechroot chroot ./muslrootdir/ sh /usr/bin/chroot: failed to run command ‘sh’: No such file or directory...
Whenever rendering the file [`alterraid.ptk`](https://github.com/falkTX/protrekkr/blob/master/release/distrib/modules/alterraid.ptk) to WAV the program freezes and can only be force-terminated through `kill -9` on linux. The WAV file appears to be complete though. **Edit:** same...
Hello, I'm trying to do CPU voxelization of a mesh and get the positions of the resulting voxels, but they're all reported as (0.0, 0.0, 0.0). Here is my code:...
While reading EPUB files in scrollable mode, transitions from one chapter to the next are sudden and jarring. Is it possible to implement an "infinite scrolling" option where chapters are...
Hello again, pdpmake currently implements the alternative forms of `$?` which are `$(?F)` and `$(?D)`, however it does not implement the alternative forms of the internal macros `$
Hello 👋 Are there plans to implement VPATH in pdpmake? It would facilitate making out-of-tree builds. Thank you.