Matt Worzala

Results 28 issues of Matt Worzala

As stated in title. Some of them are used in the JNI stub for it, but it would be better to have support for all of them.

api
missing binding

See related issue for description. Depends on #526. Currently based on that PR Closes #529

Some general improvements which would be good for extensions: - [x] Soft dependencies (eg named as a dependency for load order, but allow the extension to start without it) -...

enhancement
api breaking

Is there any plan for implementing menus? Specifically window menus, task bar context menu, and tray menus (though this requires more thought on macOS perhaps). I assume there will be...

Related to #159 It is now possible to generate a native image using JWM for arm macOS. See the following: https://github.com/mworzala/jwm-graalvm Will try to get it working with the native-image...

An icon for https://ziglang.org would be great! Fantastic icons, by the way.

Started from [this](https://discord.com/channels/844600078504951838/844600078948630559/1123573372232675449) Discord thread. I would like to implement an audit log when particular administrator permissions are used. Starting from the [global permissions example](https://authzed.com/docs/reference/schema-lang#global-admin-permissions), this would mean recording every...

state/needs discussion
state/gauging interest
kind/proposal

### Discussed in https://github.com/Minestom/Minestom/discussions/1958 Originally posted by **Ynverxe** November 2, 2023 I was programming a custom command and after a while I see that the ArgumentCallback is never executed when...

bug

Argument callbacks are supposed to allow a command to handle invalid arguments (eg parser throwing `ArgumentSyntaxException`), however they do nothing and fall back to the default syntax. The wiki example...

Description TBD