Paolo Bettelini
Paolo Bettelini
Hello, I'm compiling `nannou` to `wasm32` to draw onto a canvas. I noticed that the package always adds a new canvas at the end of the page (as far as...
Hello, I hope this is the right place for this issue since I'm not 100% the problem is on your part. So I'm running an Arch Linux system under Wayland....
Hello, for what is my understanding, the id `canvas-container` is hard-coded in the code and cannot be chosen. I think it would be useful if the user could choose it....
Minestom does not accept connections resulting from transfers packets. Currently, an `UnsupportedOperationException` is thrown https://github.com/Minestom/Minestom/blob/8736fc43d8e0790f6cc25d4c4a372c079b66fdaa/src/main/java/net/minestom/server/listener/preplay/HandshakeListener.java#L118
The custom build script for `leptonic` assumes that: - the target folder is named "target"; - the target folder is located in the project root. This may not be the...