TheMode

Results 41 comments of TheMode

We are aware that the current permission system is flawed, we are however not ready to change it before having a clear goal in mind. And I am not convinced...

Handled by [event-context](https://github.com/Minestom/Minestom/tree/event-context) ([diff](https://github.com/Minestom/Minestom/compare/event-context)). Still in design phase.

Can you add a test case? We have `ItemAttributeTest`

I believe that it is because we use HTTP instead of HTTPS for sponge repository

I believe that such packets are sent every X ticks in vanilla, do we really want to completely remove it? By the way you may be interested in our [testing...

> Regarding the testing framework... I actually have no idea how to use one😅Will try to look into it though The testing API is currently internal, so you would have...

Thanks! Currently getting ```java 'int org.bytedeco.libffi.global.ffi.FFI_TYPE_SMALL_STRUCT_1B()' java.lang.UnsatisfiedLinkError: 'int org.bytedeco.libffi.global.ffi.FFI_TYPE_SMALL_STRUCT_1B()' at org.bytedeco.libffi.global.ffi.FFI_TYPE_SMALL_STRUCT_1B(Native Method) at org.bytedeco.libffi.global.ffi.(ffi.java:109) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:467) at org.bytedeco.javacpp.Loader.load(Loader.java:1282) at org.bytedeco.javacpp.Loader.load(Loader.java:1227) at org.bytedeco.javacpp.Loader.load(Loader.java:1203) at org.bytedeco.libffi.ffi_cif.(ffi_cif.java:16) ```` when calling...

Seems to work, thanks!

Have you checked https://www.graalvm.org/22.0/reference-manual/native-image/Agent/? I assume that it would be possible to include a task in jctools to run all the tests with the agent running to generate the reflection...