Chris Cowan
Chris Cowan
Note that this is specifically in the re-release's version of the start map, which has transparent water unlike the original, so it might be that this never worked.
I've also spotted this issue in QS (and vkQuake) in some other levels like [Dwell](https://www.slipseer.com/index.php?resources/dwell.21/) v2.2 ([s2.sav.zip](https://github.com/Novum/vkQuake/files/11316013/s2.sav.zip)):  I did notice that Ironwail does not have this issue. I search...
Assuming you are using flow-copy-source to generate .flow files before publishing to npm: ignoring Flow, does the consumer of your module have to configure anything specially to deal with the...
If you want to make changes to the manifest.json file, you need to modify the one in the "static" directory, not the one in the "dist" directory. The one in...
Any new feedback on this idea? https://github.com/facebook/flow/issues/869 still gets a lot of user attention, and this is possibly a cleaner and easier to implement solution that solves the issues of...
This sounds like a good feature. I'm fine with making it the default behavior, though I'm going to consider it a breaking change and bump the major version number. Should...
hyperlocal-windows looked outdated and I wasn't sure how difficult it would be to update it, so I've made my own fork of hyperlocal with Windows support and published it to...
Looks like OpenAL may support exposing the default output device change events soon, under the `ALC_SOFTX_system_events` extension: https://github.com/kcat/openal-soft/commit/517bb94c0953de768f6aacca45456fd63bb2c96d. I'm excited for this because I was just starting to consider using...
I ran into this same error when trying to build a [Dockerfile](https://github.com/Novum/vkQuake/blob/2f5c354eff4bb71ba4024422be09bded686386a4/Packaging/AppImage/docker/Dockerfile) which had a `make -j` step, which can cause a ton of processes to run in parallel. The...
This will require a breaking change (major version update) since this project currently supports Node v8. Doesn't seem too urgent so I'll probably let this sit for a while in...