K W
K W
**System (please complete the following information):** - OS: ubuntu 18.04 - Terminal: GNOME Terminal - Version: 0.9.5 - Installed from: apt I have a "Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz"...
I build a tree using listViewWithKey where leafs are form field (input/select) widgets and nodes are listViewWithKey. The only way i can create a "child" creation function, where the type...
I have a project like this: myproject-parent - myproject-bom - myproject-artifact1 - myproject-artifact2 ... Wo using ${revisiion} it quite simple. I use ${project.version} to address inter module dependencies and in...
Ie. How to register springdoc controllers + swagger webjars under a specific servlet? Ie, don't configure it under the "default" servlet by preventing autoconfigure in root application context? ``` @SpringBootApplication(exclude...
If I added wicket 9 support, would you accept a PR?
Im adapting to Yesod Persistent. Thus my old Game type becomes "[Entity](https://hackage.haskell.org/package/persistent-2.8.1/docs/Database-Persist-Types.html#t:Entity) Game" that is constructed as "Entity GameId Game" where type GameId = Key Game (or something like that)....
Great idea for a plugin! I run default install of Ubuntu 22.04.1 with Gnome (default). 1. Does not color the menu or the title bar but instead colorizes the toolbar....
Just looking at the examples I'm missing single constructor per type, instead of builder pattern. Also the idea you need to allocate elements in a collection feels cumbersome to me....
Even if I searched the repository extensively I couldn't find anything that hints you can do this. The function https://hackage.haskell.org/package/proto3-suite-0.7.0/docs/src/Proto3.Suite.Class.html#message seems to indicate all message fields are constructed using [DotProtoMessagePart](https://hackage.haskell.org/package/proto3-suite-0.7.0/docs/src/Proto3.Suite.DotProto.AST.html#DotProtoMessagePart)'s...
Hey This is a package I hoped existed but just found out about. Could possibly use this to achieve java-haskell interop. Tested the java serialization. I noticed it lacked record...