Sebastian Thiel
Sebastian Thiel
I am happy with the change.
Quick POC to assert we can now construct the whole clap App on the heap right away, which allows to drop the ugly workaround previously employed: ```Rust //# default-boxed =...
I have regenerated all APIs with `just refresh-all`, and I hope it helps, @binarybana . Besides that, maybe @ggriffiniii could give me a hint to be able to fix whatever...
Thanks a bunch (CC @ggriffiniii who wrote all the API generation code) :)! To my mind, implementing your suggestion would be very desirable. All the code you would be interested...
Hi @mwilliammyers , I am super excited about your participation in this project, especially seeing that my own participation faded a little. The reason being that I really don't have...
Welcome, @mwilliammyers ! I have invited you to the organisation. It's great to have you! Please feel free to do with the CLI code whatever you see fit, in case...
That would indeed be great to have, and since I first encountered it in IntelliJ I use it regularly enough to be a staple of my workflow. One nit would...
Angular.js is useful for interactive web applications, running in the browser directly. The backend would commonly be some sort of REST service, or/and something compatible to websockets to allow implementing...
> What do you think about users polling for updates instead? Polling will certainly do initially, especially if bandwidth and server-performance are not a concern. Implementing a notification system with...
Totally agree on that, and considering that shotgun doesn't do what we are talking about (real-time notifications in the web-frontend), it should even be alright to not have this feature...