KilianVounckx

Results 8 issues of KilianVounckx

This bug could be issued already, but the compiler told me to file a new issue, so I will :) I translated the RPN calculator from [learnyouahaskell](http://learnyouahaskell.com/functionally-solving-problems#reverse-polish-notation-calculator) to roc. It...

bug
linking

I don't know if this is something you want to support. This PR adds quick and dirty hjkl support on top of arrow keys. Probably something configurable would be better.

This PR is the result from [this issue](https://github.com/roc-lang/roc/issues/2439) and [this zulip thread](https://roc.zulipchat.com/#narrow/stream/304641-ideas/topic/Name.20and.20Type.20signature.20for.20Num.2Eclamp).

inactive for 30 days

The function in the experimental standard library `Standard.IO.Terminal.readLine` has no way of distinguishing between an empty line (when return is hit), or end of file (when Ctrl-D) is hit. I...

enhancement

It would be nice to have the ability to hide code lines in unsupported languages. I'd imagine this could work by specifying a prefix in the config.yaml file. For example:...

When `Num.powInt` overflows, it doesn't panic, but silently returns 0. To replicate, enter `Num.powInt (Num.toU8 2) 8` in the repl.

bug
dev backend

As discussed on [zulip](https://roc.zulipchat.com/#narrow/stream/231634-beginners/topic/secret.20management), there should be some kind of support for reading environment variables via dotenv files. I think there are two possibilities here. 1. Have a `.env` file...

As discussed on [zulip](https://roc.zulipchat.com/#narrow/stream/231634-beginners/topic/secret.20management), there should be some kind of support for reading environment variables via dotenv files. I think there are two possibilities here. 1. Have a `.env` file...