Nathan Fiedler

Results 39 issues of Nathan Fiedler

In the switch to the OutlineView, the node expansion code appears to have stopped working. Testing for the expanded state of a node seems to cause the view code to...

bug

The WikiSort implementation is in C, C++, and Java and is in the public domain, so copying is allowed. Add it to this project for the purpose of comparing it...

enhancement

Looks like a good comparison-based, in-place sorting algorithm. http://en.wikipedia.org/wiki/Smoothsort

enhancement

JDK 7 apparently includes an implementation of timsort; should include it in the benchmarks.

task

Now that more Dart developers are adopting null safety (myself included, albeit a bit late), some guidance on using this package with null safety in mind is in order. In...

For instance, processing a result can be done in a single expression and yield a final value by simply chaining the `map()`, `mapErr()` and `unwrapOr()` together. An example for people...

Most if not all of the functions are lacking in examples. These are sorely needed for anyone who is not very familiar with the equivalent types in Rust.

The versions should all be updated, 2021.2 is now two years old. For the HAS package install this is not problem, but extension is installed by fetching a tarball via...

The existing instructions are not adequate to build this crate on Windows. I will soon submit a change that helps, but still isn't completely satisfying because one of the bindings...