Jules

Results 115 comments of Jules

Throwing my hat in the ring - I made another container that uses BusyBox's httpd, available [here](https://github.com/NotNite/cobalt-web-docker). Using BusyBox's httpd means it's incredibly light (it's using 500KB of RAM as...

I experience the same issue on v4.1.0, but when starting a new DM from my phone (Element X on Android) and opening Cinny afterwards.

I tried using object-rewrite, but it seems to not want to move to adjust for the new program header entry: ``` [2024-08-11T01:09:20Z INFO object_rewrite::elf] Immovable program headers (end address 10238)...

[Alpha](https://github.com/NotNite/Alpha), a modding tool for FINAL FANTASY XIV Online. It's a desktop application using ImGui, written in C# using [Hexa.NET.ImGui](https://github.com/HexaEngine/Hexa.NET.ImGui). I chose ImGui for this project because it's much easier...

For any people unfortunate enough to be frantically Googling this at 11 PM like I was: I was moving my infrastructure to Nix, and the NixOS module for Gitea automatically...

I'd like to bump this, since my current workflow is very hacky and requires 2 scripts to do something when I could do it with a simple argument pass in...

This is an issue with the plugin(s), not Dalamud. The Dalamud windowing system does not force size constraints by default. Dalamud has global font scaling settings, if it would help.

This is mildly difficult due to the design of the windowing system - each window gets assigned a unique numeric ID, so saving state for that will require some refactors.

The folder name (SAMMIWebhookPlugin) must match the plugin internal name (SammiPlugin).

> (Also you have a peculiar case there with two identical schema in the most deeply nested `anyOf` - is that just because you've trimmed it down to produce the...