ja-cop
ja-cop
I see the eyebrow tracking from OSF is referenced in the code, but I guess it's not fully implemented? Apparently it's not a VRM standard, but VSeeFace implements this for...
Aka focal length. Not sure how Godot does it. Would be nice to have an option for this to simulate a wider lens camera, making objects appear more "flat" and...
### Describe the bug In the "Editing image pack" window, when editing the top item representing the pack itself, clicking on the toggle boxes for "Use as Emoji" or "Use...
I'm connecting one system with KDE Plasma Wayland (right side) and one system with Sway (left side). The Sway system is on a laptop that can be folded into a...
From [the documentation](https://discord.com/developers/docs/resources/message#edit-message): >To remove or replace files you will have to supply the attachments field which specifies the files to retain on the message after edit. In particular, this...
Example error (preceded by two lines of debug output): ``` discord: Error: Received EOF on websocket [error] discord: Error: Received EOF on websocket ws-send!: contract violation: expected: ws-conn? given: #f...
My use-case is creating a Termux:Widget shortcut script to start Blightmud. Checking `core.command_line()[1]` lets me see how Blightmud was started. This PR also documents the change from #1282, since I...
When loading a plugin, the global require function is replaced with one that prepends the plugin path to the module path when passed a relative path, i.e. `require("")` becomes `require("/")`....
Blightmud can build in [Termux](https://termux.dev/), but it crashes on startup like so: panic message ```text Blightmud crashed !!! Well this is embarrassing... I guess no software is flawless Since this...