Fabian Schmalzried
Fabian Schmalzried
Hi, I would like it, if it would be possible to search for different file names (same as dirs). ex allow ./config.json ./config.yaml and ./config.toml Thanks for the nice work.
Because of #319 I remove the schema catalogs from the settings (I tried both workspace and user settings in any combination): ```json "evenBetterToml.schema.enabled": false, "evenBetterToml.schema.catalogs": [] ``` The extension still...
Discussion: https://roc.zulipchat.com/#narrow/stream/383402-API-Design/topic/reading.20integers.20from.20bytes/near/418549425 I implemented it as far as I "easily" could. The two new `Dec` functions worked in the repl and llvm, but I have no idea if what I...
Code: ```roc ... main = enc = 1.2 |> Encode.toBytes json ... ``` error: ``` thread '' panicked at crates/compiler/mono/src/ir.rs:6143:56: called `Option::unwrap()` on a `None` value note: run with `RUST_BACKTRACE=1`...
``` app [main!] { pf: platform "https://github.com/lukewilliamboswell/roc-platform-template-zig/releases/download/0.5/BJBzo2SR2o5w3StmubGWvnPHq6hfePMaNWy5MwkPuZUs.tar.zst" } import pf.Stdout main! = |_| { var line = "abc" test(line) Ok({}) } test = |line| { bytes = line.to_utf8() dbg bytes...
``` $foo : U8 var $foo = 42 ``` results in duplicate definition error