jade
jade
after patching ehci successfully and putting the switch into RCM, the payload gives an error: ``` ❱ sudo python3 ./fusee-launcher.py ../../payloads/fusee-primary.bin Important note: on desktop Linux systems, we currently require...
I'm wondering if there's any chance a glyph could be added to represent [Nix](https://nixos.org/)'s logo. A simple snowflake could work, which could be any of these: - ❄️ ['SNOWFLAKE' (U+2744)](https://www.fileformat.info/info/unicode/char/2744/index.htm)...
Upon logging into a world which has a world height of 512 (haven't tested with other heights) the world loads, but rendering breaks; the F3 screen constantly says "Waiting for...
See title: ```lua local text = love.graphics.newText(love.graphics.getFont(), ' ') print(text:getWidth()) --> 0 ``` This does not replicate the behavior when using `Font:getWidth` in love.js or `Text:getWidth` natively, both of which...
Hi - I'm not sure if this repository is abandoned or not, but it seems that since the last commit the Vulkan support in `vk.cpp` has stopped working. As of...