Marcus Klaas de Vries

Results 20 issues of Marcus Klaas de Vries

Cool project! This may just be my low quality microphone, but the app often shows the frequency an octave above the note I'm actually hitting. This occurs mostly on the...

It seems that the spec (0.29) allows for arbitrary whitespace including newlines inside [link label](https://spec.commonmark.org/0.29/#link-label)s, though the reference parser [doesn't accept it](https://spec.commonmark.org/dingus/?text=%5B%0Aa%0A%0A%5D%3A%20x%0A). Which behavior is correct? cc https://github.com/raphlinus/pulldown-cmark/issues/326 cc @mity

This pull request implements an approximate minimum weight feedback set algorithm for `StableGraph`. ## Motivation I have a use case where I want to perform a topological sort on a...

The DNA example is probably easily vectorized since the keys are just wrapped `[u8]`s, so we don't really see a speed advantage over the regular `sortedvec!`. We should add an...

Getting the exact right key type might be burdensome in some cases, e.g. when we expect a `&str` and a `&String` is passed. Can we accept `K: AsRef` or `K:...

What's the state of maintenance of this project? As far as I have seen, this seems to be the best solution we have right now for handling streams without copies.

We've mostly been focused on xi-editor's crdt.md, which is a good general specimen, but it's probably wise to start including other snippets as to not hyper-optimize for one specific document...

enhancement