Ryan Daum
Ryan Daum
Just a feature request, I'm evaluating nanogui for a personal project and a vertically-oriented Slider implementation would be handy. Looking at slider.cpp I may be able to do this myself,...
D7A Specification Version 1.2 page 54, section 9.2.1 describes the Configuration of consisting of 4+ bytes with the first three bytes being QoS, TO, and TE, then followed by addressee....
**Describe the bug** ipv6 link local style addresses don't work. paho.mqtt.c successfully _resolves_ addresses of the form `tcp://[xxxx::xxxx:xxxx:xxxx%eth0]:1883` But when it comes to connect, the complete results from `getaddrinfo` are...
The tasks in the scheduler are currently not persisted. Problem because: * Restarts of the `daemon` for upgrades, etc. will kill background tasks without recovery on restart, interrupting the user...
I would like a suite of tests to check for correctness of concurrent behaviour; linearizability, consistency, serialization conflicts, etc. Still very vague in my mind, but probably a suite of...
It would be nice to try providing an alternative to the `rocksdb` db implementation that is based around a relational database. When I first started, I used SQLite for this...
Now that I've pretty much de-cloaked on this project and there's some external people watching, it's probably best to document the decisions, vision, and architecture a bit. Basically a couple...
Similar to #21 , I would like to see how this would perform and work out in code. I played with this in an earlier sketch of things, but didn't...
Before I publish to crates.io, I need to write all the rustdoc and generally improve the comments thrroughout. Once that is done, publish a version to crates.io
The Self-Tuning Adaptive Radix Tree paper (https://db.in.tum.de/~leis/papers/artsync.pdf) adds some new concepts, which I might attempt to add to the existing implementation. - A "tuning" pass - A version of Node4...