Richard Feldman

Results 165 issues of Richard Feldman

Thanks for making this library! πŸ˜ƒ I saw a typo; it's a quick fix.

inactive for 30 days

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...

bug
expect

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...

bug
mono
expect

inactive for 30 days

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!"...

bug
repl

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...

question

# 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...

T-libs-api
api-change-proposal

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)...