Aliaksandr Shcherbin

Results 11 comments of Aliaksandr Shcherbin

I'll take a look at this. The only thing is that I can't test it.

Can you please add more information about list view rows? Should they be editable or something like that? Another question: do you need feature like adding any component as row...

Actually there is focus event, fired when component was clicked or tabbed (ctrl+tab/ctrl+shift+tab) You can also define some method in your component and call `Context#setFocusedGui(Component toGainFocus, Context context, Frame frame)`...

Hello guys? do you have any updates?

Hey! It would be great if you add bindings to this library [NanoGUI](https://github.com/wjakob/nanogui) Can you please take a look on it? :)

Foremost, sorry for the late reply. This kind of issue looks like you have different version of LWJGL then the one specified in the gradle properties. Could you please check...

https://github.com/3redronin/mu-server/blob/master/src/main/java/io/muserver/rest/UriPattern.java#L175-L180 ```java // 4. If the resulting string ends with '/' then remove the final character. if (regex.length() > 0 && regex.lastIndexOf("/") == regex.length() - 1) { regex.delete(regex.length() - 1,...

As far as I understood from the documentation, @Path could contain empty string or `/`. One more thing is that it would be inconvenient to specify multiple root-level resources in...