Luke Boswell
Luke Boswell
Could we have both at the same time? Maybe some kind of interaction could work. Im thinking visually it would provide more information and then on hover it changes to...
Testing this PR with the below example and a minor update to roc-json to pass arguments to the finaliser. ```bash # switch to PR branch cargo run -- run optional-decoding.roc...
Also see [this zulip chat](https://roc.zulipchat.com/#narrow/stream/231634-beginners/topic/Export.20functions.20in.20wasm-platforms/near/424853384) @rtfeldman said: > - we always build applications from a precompiled host, so no more `π¨ Rebuilding platform...` message > - this means that the...
Resolved. The following works as expected. ``` app "hangs" packages { pf: "https://github.com/roc-lang/basic-cli/releases/download/0.1.2/3bKbbmgtIfOyC6FviJ9o8F8xqKutmXgjCJx3bMfVTSo.tar.br" } imports [ pf.Stdout, Parser.{ Parser }, ] provides [main] to pf main = Stdout.line "This code...
Additional [discussion on Zulip](https://roc.zulipchat.com/#narrow/stream/304641-ideas/topic/roc.20init.20app.20scaffolding/near/439514951) **Platform index.** We create a new repository, e.g. `roc-lang/temporary-platform-index` that contains an index of platforms that are currently available. It could be as simple as a...
Closing as unable to reproduce without `Helpers.roc`.
Resolved. Indenting fixes this issue.
This issue has been resolved.
@Anton-4 recommend this be closed as completed. Just using enter on an expression that isn't complete seems to work fine. ```sh % roc repl The rockinβ roc repl ββββββββββββββββββββββββ Enter...
``` % roc dev examples/cli/echo.roc π¨ Rebuilding platform... π£ Shout into this cave and hear the echo! πππ hello hello hell hel he h ^C % roc dev examples/cli/http-get.roc π¨...