Luna Lucadou
Luna Lucadou
My stream_log table is empty, it never gets the stream status logged. Is this a configuration setting I have missed? There is no console output to indicate failed queries.
I was working on an issue with Half-Life not wanting to launch via Steam last night, and I noticed that even after hitting the "Stop" button in the Steam client,...
Some sites, like [Mom On Timeout](https://www.momontimeout.com/best-key-lime-pie-recipe/), have a newsletter popup. This disables scrolling, so if I click to dismiss the newsletter popup, it also closes Recipe Filter and I cannot...
In index.js, txtLower, txtWords, and txtNoPunct seem to be used with no rhyme or reason. Some explanation as to why they are used would be good, but you should probably...
https://github.com/roydejong/timbot/blob/master/index.js#L439 You should really use an array like you did with `gayWords` on line 428. `fooduse` on line 394 also needs to be in an array. 'beatsaber' on line 477...
You might call the emote ":WEBER:".
I'm on Linux Mint 21 (Ubuntu 22.04) and installed .NET for Linux 8 and PowerShell for Linux 7.4 via the official Microsoft repo and was hoping the application would run...
I've completed all of the puzzles in easy and medium, and most of the puzzles in hard. When I swapped devices, I expected that progress to be ported via the...
SQLAlchemy interprets the `ClassVar` type annotation to mean a non-mapped variable which the ORM can safely ignore. This is great, since it lets us populate special fields at runtime without...