Matthew Cheely
Matthew Cheely
The gleam formatter is great, and I appreciate the no-configuration approach. Bikeshedding formatting rules is one of my least favorite things to do! There is one feature from elm-format that...
One thing that got a bit more difficult with the move to 0.19 is testing. With support for tests more closely built into the package format, elm-test is now more...
I haven't done a ton of Rust development, and only a very little bit with Serde, so consider this an initial draft to see if the approach and proposed config...
## Problem Hash routing isn't popular in modern frameworks, but there are scenarios where it's quite useful, most notably when the desired (or only) hosting stack is a very simple...
It would be good to have some unit tests for the generators to make sure they're doing things as expected.
Currently the generated app doesn't include any real tests. It would be nice if generated apps included a few basic test cases that provided examples of simple unit tests, fuzzing,...
There doesn't seem to be a way with the current implementation to handle the initial websocket handshake, and do things like set the sub-protocol or reject the request prior to...