dpc
dpc
@elsirion Very stale. Should we abandon?
Thought: (in the future) we might want to put tor behind a feature flag, because I bet it brings tons of extra deps, while in some applications it doesn't make...
Looks still salvagable, so will just post a comment to make it dissapear from the "longest time with no progress" list.
@Kodylow Why can't we just check both old and new ID scheme so we can avoid any migrations?
``` /// Open the database in read-only mode, useful for debugging, should not be /// used in production #[arg(long)] readonly: bool, ``` Added in ``` commit f08256f2bfcf347cfa0266963cc105429f664823 Author: Allan Douglas...
I already started using taplo with autoformatting in my projects and I think it's a nice improvement tying into how i like uniform Rust code formatting, so :+1: from me,...
Increasing message size might negatively affect perf. of the main codepath.
Probably a proper way to do flush ack using only stdlib is to use `CondVar` paired with a `Mutex`. The `u64` acts as a counter. Before flush the sender reads...
> But I'm very hesitant to accept a change like this, since it seems it would change the default behavior of all our projects that rely on this code. Yeah....