Richard Feldman
Richard Feldman
Hm, I don't think we actually want to expose `List.iterate` 😅 Or at least that's how I remember the design discussion!
Oh, `walkUntil` is supposed to be for that! 😅 I'm not sure why `walkUntil` is not exposed but `iterate` is; it should be the other way around.
Oh and also `walkBackwardsUntil` should be exposed too!
I think that's probably misleading wording - we enabled this setting when we made the repo public to discourage stuff like crypto mining on our self-hosted servers; I think what...
@folkertdev @bhansconnect is this ok to merge?
Yeah we're using [`Program.noArgs`](https://www.roc-lang.org/examples/cli/Program#noArgs) but then giving it a function that takes `List Str` (as if it were [`Program.withArgs`](https://www.roc-lang.org/examples/cli/Program#withArgs) instead). I think the reason this didn't get caught by CI...
`rbt-reviewers` sounds good! 👍
I also ran into this when trying to compare two `i256`s for equality - got the `LLVM ERROR: Unsupported library call operation!` but saw an actual segfault when trying to...
@lukewestby suggested in Slack that `(^)` having a return type of `Float` would be better. Thanks to @harfangk for finding [the original issue](https://github.com/elm-lang/elm-compiler/issues/1704) and to @z5h for sharing it in...
Nice, thank you for reporting this! @evancz would an SSCCE help here, or is this clear enough as-is?