Carl Sverre
Carl Sverre
Add a feature which allows the viewer to follow the path of a single subscriber on the notification map page. Either pick a subscriber at random or allow one to...
Main issue to consider is what happens when one solar system gets too large which could slow things down. We probably need a population cap on each solar system to...
Due to the debug_assert here: https://github.com/rust-lang/odht/blob/bc31b05fe859f4390f4cb76a90673e2e782c94a4/src/memory_layout.rs#L218 it's currently impossible (as far as I can tell) to load an invalid HashTable in debug mode and handle the error at runtime. Perhaps...
Going to hold off shipping this till after the Graft launch. SQLSync needs a lot of TLC. But this a good first pass. :) Also incase anyone is watching this...
Currently using `from_static` to build `Uri`, `Authority`, or `PathAndQuery` types can't be done in a const context. From inspecting what they do under the hood, it seems like the parsing...