Charlie Laabs
Charlie Laabs
Currently, we're using only 'en-US' endpoints. I'm not sure if it makes an impact for accounts created in other regions. If someone using this tool is not an en-US user,...
Many npm packages that provide debug logging do so with a package like [debug](https://www.npmjs.com/package/debug). In the case of `debug`, packages namespace their logs so you can pinpoint where debug logs...
A followup on #370 If a handler is created, but never used (creates an agent), it will log an error and prevent the parent process from exiting (hangs). Here's the...
- Change Docker healthcheck to `wget` - No issue open for this one, but the healthcheck fails because `curl` is not available on the image. Switched to `wget` and the...
To resolve issue #7, Save and autocomplete player info. Saves data locally in an array of objects using Replicants. Currently only works with a button press to auto-fill the fields....
I had added types for my own project, and thought I should just spin up a PR so it wouldn't get lost. The types are based mostly on the [docs](http://rimmartin.github.io/saxon-node/ref/saxonprocessor.html)....
With the introduction of the new [Initial Swiss Matchups rule](https://github.com/ValveSoftware/counter-strike_rules_and_regs/blob/main/major-supplemental-rulebook.md?plain=1#L324-L335) added for the 2024 Copenhagen Major cycle, a flaw with assigning round 3 matchups was introduced. There's a 0.6% chance...
### Feature Description In the readme, it mentions the limitation: > Subdomains cannot use Email Routing to forward emails, unless they are part of an Enterprise account. However that doesn't...
### Describe the bug After #402, the Chromium process on Alpine 3.20 will occasionally fail to launch. The retry mechanism kicks in and gets it working, but it's strange that...