Jonathan Johnson
Jonathan Johnson
@dAxpeDDa before I do this the "dumb" way by simply stopping the old socket and starting a new one, I wanted to ask to confirm there's nothing built-in for this...
Last night I realized that `version()` needs to be moved back to `View`, or we need some mechanism for a network client to verify that the view type information is...
As per Discord, a proc-macro that allowed mapping/projecting data would also be able to provide basic View code generation.
I've made some progress this morning in #27b065d, but functionally nothing has changed. Added a TODO list documenting the rest.
On second thought, the scheduling of this could be a good job service (#78) function. Regardless, the logic should be fixed in the loop to make sure we actually try...
> Would it make sense for this to be expanded to a no-disk mode for the DB? This is [already supported.](https://docs.rs/bonsaidb/0.3.0/bonsaidb/local/config/trait.Builder.html#tymethod.memory_only), although it uses the same append-only storage format so...
Made some progress on this today, but mostly just familiarized myself with what needs to be done. I realized that we're currently relying on Fabruic to encode the payload being...
Thank you for the feedback! I started down an enum path already, but I don't think it's the right design decision. I think I need to come up with a...
I think there are two ways to store time-series data that make sense, and it depends on your use case. This ticket should be about providing a high-level interface using...
I appreciate your quick reply! I was recording the creation of [khonsulabs/minority-game](https://github.com/khonsulabs/minority-game) and realized that the QUIC connections were disconnecting after no traffic was sent. I'll take a look at...