Davis
Davis
string.rep calls itself, causing an infinite loop This is what I did to fix it, feel free to do it your own way: ``` Lua local oldRep = string.rep function...
I installed lfs via luarocks 2.4.2. At first, when trying to use lfs (`lua -l lfs`) I had the error ``` C:\Program Files\lua\5.2.4\bin\lua.exe: module 'lfs' not found: no field package.preload['lfs']...
There's a "what is love" chiptune out there that many people used for their splash screens before. I know @josefnpat has contacted the artist before. Would it be possible to...
If you leave mari0 running for a little while (I've only noticed this on Portal mappack world 1-2) it slows down a ton. It looks like it resets on the...
This exposes the blackdetect filter's [parameters](https://ffmpeg.org/ffmpeg-filters.html#blackdetect) so that you can use them instead of just the defaults. The names are pretty arbitrary, so feel free to let me know if...
Python documentation [recommends against](https://docs.python.org/3/howto/logging.html#configuring-logging-for-a-library) logging to the root logger. This changes logging to `slippi.log` instead. (You could also change the logger to `slippi` or something else; `__name__` is just the...