Ali
Ali
Since the original MinecraftArgumentTypes required too much maintenance and reflection to work across all versions, it was removed in commodore 2.0. Unfortunately, my command library [Lamp](https://github.com/Revxrsal/Lamp) depended on it internally...
Added 2 more components to the library which appear to be missing (???) ## HyperlinkedImage ```java @Test public void withTooltip() { String text = new BoldText("Example alt text").toString(); String imageURL...
Hello o/ In Windows, executable applications can specify a [manifest](https://learn.microsoft.com/en-us/windows/win32/sbscs/application-manifests), which lets them customize many things regarding the app, including high-DPI scale settings, requesting admin privileges, modern dialog boxes, etc....
There's this odd issue where macOS icons appear white  When it should appear like that  Note that this appears for these themes (Legacy Applications).  Is there any...
Helle everyone o/ It has been a long and exciting journey, and I'm really happy to see the growth Lamp has been experiencing lately. As a natural consequence, we have...
Hello o/ it seems the notifications plugin is missing one nice feature, that is, larger icons in notifications. An example (this was produced using a different framework):  vs...
### Describe the problem I can see in https://github.com/tauri-apps/tauri/issues/10909 that it is possible now to enable browser extensions on Windows. Unfortunately, we can hardly take advantage of this feature as...