Noelle Levy

Results 8 issues of Noelle Levy

**Is your feature request related to a problem? Please describe.** A common unfortunate result of merging changes from two users is that one user added a lot of content as...

enhancement

In the [Fold](https://github.com/rust-unofficial/patterns/blob/master/patterns/fold.md#motivation) page, it mentions how similar it is to `Iterator::map` but is more flexible. It should also mention [`Iterator::scan`](https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.scan) which allows carrying state forward across iterations, solving the...

C-enhancement
C-needs discussion
A-pattern

Seeing an uncaught Error with the message `Cannot call write after a stream was destroyed` thrown from deep in the stream code. callstack: ``` _stream_writable.js in doWrite at line 431:19...

**Checklist** * [x] Are you reporting a bug? Use github issues for bug reports and feature requests. For general questions, please use https://discuss.yjs.dev/ * [x] Try to report your issue...

bug

Crossposting from parent project: https://github.com/kmcallister/syscall.rs/issues/24 https://github.com/kmcallister/syscall.rs/issues/29 The issue is that for macos syscalls, they require that you also pack in an indicator which type of syscall it is. This should...

The repo description still links to the original [syscall](https://crates.io/crates/syscall) crate. It should link to the [sc](https://crates.io/crates/sc) crate.