Essem
Essem
When using `Client#editMessage`, `Client#editWebhookMessage`, or anything that depends on these functions (e.g. `CommandInteraction#editOriginalMessage`), the `file` key is not stripped from the input object. This results in attachments being sent over...
I'm trying to run this program on a Windows 98 computer with a parallel port found on the motherboard itself. I've verified that the standard n64tools application works and that...
The [Quite OK Image (QOI)](https://github.com/phoboslab/qoi) format is a somewhat newer and lightweight format that claims to be 20x-50x faster at encoding and 3x-4x faster at decoding than PNG. It seems...
With release 1.8, most of the image commands in the bot have been ported over from ImageMagick/Magick++ to the [libvips](https://libvips.org) library. While this has already resulted in a significant performance...
With the switch to native, Magick++-based functions for image processing, there seems to be a bit of a memory leak whenever an image function is run. It seems to grow...
As per the [Node.js docs](https://nodejs.org/api/cluster.html#cluster_class_worker), the `Worker` class does not contain a property named "state". Therefore, the current check will not work as intended. This fixes the issue by replacing...
I'm wondering if it's possible to modify HVL2WAV or the replayer in general to output 4 or more separate audio streams instead of one to allow for proper channel separation....
This PR provides a way to specify a Newgrounds application ID and encryption key on compile-time via the command line instead of hardcoding them. Example: ```sh $ lime test html5...
This adds a freedesktop shared-mime-info file, which allows for better file detection and integration into Linux desktops. It also adds the module mime type to the .desktop file, which should...
Work in progress. ~~Currently only done on the API; working on exposing it in the UI.~~ This separates the status reaction serializer from the announcement reaction serializer to avoid breaking...