AlexApps99

Results 21 comments of AlexApps99

How does everybody else manage to compile the mod, seeing as Minecraft uses Java 8?

After looking closer at the code, it seems returning the number of bytes written would be impossible with the current API design, as you can have multiple stdio implementations active...

Thought I'd throw in some other places where the API is inadequate: - as previously mentioned, there is no blocking API or API that returns with the number of bytes...

While I haven't tested changing the timeout duration, I agree with your findings. Data seemed to be dropped far before the default timeout hit.

https://www.raspberrypi.org/forums/viewtopic.php?t=192017 says the following: > The Pi firmware (binary blob) supports OpenGLES only. It also has a composition API called DispmanX. > There is an open Linux kernel OpenGL and...

@acfoltzer do you have plans to finish this PR?

I haven't worked on the project in years sorry, hopefully someone else encountering the issue can share their code instead

To be brutally honest: this typelevel programming makes things worse more than it makes things better. I understand where it's coming from, with Rust's compile time guarantees, but it's not...

Yeah, it would require a pretty big redo of the API, which is probably too late at this point. It might be nice to have a secondary, "type-erased" lower level...

For good anti-cheat/validation, it might make sense to validate the key presses on the server (no idea how that'd work, unlikely that would ever be implemented, just putting it out...