Matthieu Pizenberg
Matthieu Pizenberg
Hi, I'm quite interested in this too as I will try to set up a gitlab pipeline for my project. What's the best practice currently? Is there documentation somewhere already?
So one way to implement something like this for a command like `elm-json install author/pkg@requirement` would be to have the following strategy: 1. Identify the newest version of author/pkg satisfying...
I’d also be interested in better nushell support
Hi, yes that works for me too.
> Maybe encoding a request to the github api (which is well known), and decoding a response? Good idea to work on a concrete real-life thing. We'd have to rebuild...
Yep, this and Html.Keyed often people misuse them or misinterpret their usefulness. Also quite difficult to teach as they both rely on the VDOM implementation that we don't exercise yet....
Spooky indeed, and it seems that's related to the one place we used a regex to patch the generated code. I trusted Harry on this, since I'm no good with...
Hum, currently, calls to the log function accumulate in an array, which is transferred to the reporter and cleared everytime a test finishes: https://github.com/mpizenberg/elm-test-rs/blob/54920e18376538506138947bbb3c6b5df1bba537/templates/node_runner.js#L38-L40 I haven't really thought if there...
Actually (I just checked now) and that file gets overwritten on next `elm-test-rs` call. So what you'd need to do after one call of `elm-test-rs` is emulating the final call...
Thanks for the issue! The blank space is useful when showing errors, to easily differentiate errors you already fixed (in previous output) from the ones of the current compilation. I...