Drew Olson
Drew Olson
Freshly clone [this project](https://github.com/drewolson/elixir-gleam-umbrella-example) and then run, from the root: ``` mix deps.get ``` Now, run ``` mix compile ``` You'll notice the following error: ``` Could not compile :gleam_stdlib,...
I'm not sure if this is something you'd like to add, but I've found this construct useful in other languages that support explicit lazy lists. For example, both [rust](https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.try_fold) and...
Hello! I've been experimenting with using `Effectful` alongside `Servant`. I also want to use `Conduit` for streaming responses. Because `Servant`'s `Conduit` integration expects a handler to return a `ConduitT ()...
`roc check` seems to often fail in multi-file projects when run on any file other than `main.roc`. In these cases, `roc build` still succeeds. Here's the simplest reproduction I could...