ph0sgene
ph0sgene
Immediate crash when opening the identity menu on `forge-49.0.64`. ``` ---- Minecraft Crash Report ---- // Surprise! Haha. Well, this is awkward. Time: 2023-05-23 09:41:59 Description: Unexpected error org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An...
> @0xicl33n I pushed a change to my branch to fix the issue with Forge. You can give it a try again if you want. > > https://github.com/x64architecture/identity/releases/tag/1.19.4-Dev-Build-2 took me...
@noxo could you please add x11 to your build? GPU mining on scrypt is pointless, the only way to make anything remotely profitable with the jetson is x11. I have...
Similar issue: Cant ride giants. Says not ridable - `git-Purpur-2176`
it would also be nice to be able to popout dialogue boxes with the file operation information like windows does. eg: 
> @0xicl33n Isn't it annoying that you have to bring the dialog to the foreground when it went to behind? This is why we implement it in static and fixed...
I can absolutely not get this to build on the RPI CM4 (raspberry pi compute module 4). `npm run` works but its horribly slow node v18.19.0 npm 9.2.0 ``` >...
My team and i are having a similar problem where we are unable to send bytes using `aiohttp` but we can do it via requests. This issue might be the...
can confirm on windows ```py from sanic import Sanic from sanic.response import text app = Sanic("helloworld") @app.get("/") async def hello_world(request): return text("Hello, World!") def main(): app.run(host="localhost", port=8080) if __name__ ==...