Richard Feldman
Richard Feldman
Thanks for making this library! π I saw a typo; it's a quick fix.
To reproduce, run this (either at the top level with `roc test` or inline with `roc dev` - both reproduce it): ```haskell x = 5 expect x != x 42...
This can be reproduced on ec93e024175167fe6906f979f09c5901262dc595 with `roc build examples/platform-switching/rocLovesC.roc` (`roc check` passes) - that file has been modified to call a new function from `pf.Dep`, namely: ``` interface Dep...
To reproduce: ``` The rockinβ roc repl ββββββββββββββββββββββββ Enter an expression, or :help, or :q to quit. Β» (Num.toU32 -1) + 1 This Roc code crashed with: "integer addition overflowed!"...
Thanks for making rustyline! I've been enjoying it. I see the docs for [`LineBuffer`](https://docs.rs/rustyline/10.0.0/rustyline/line_buffer/struct.LineBuffer.html) but I can't seem to find a way to obtain one. Looking through the source, it...
# Proposal ## Problem statement When making FFI calls from Rust on UNIX targets, it's common to need NUL-terminated UTF-8 strings. The same is true of NUL-terminated Widechar strings on...
See https://github.com/elm-lang/elm-platform/issues/231 for motivation! This would drop about 4MB off every installer that uses it, which in turn would make them install faster. π This originally replaced [`request`](https://www.npmjs.com/package/request) and [`request-promise`](https://www.npmjs.com/package/request)...