Lewin Bormann
Lewin Bormann
That is fine in principle - on most Unix-like operating systems - because what matters is not the presence of the file but locks on the file using `flock(2)`.
I'm currently also trying to understand the 0-capacity stream mechanics, and hopefully will come up with a way to (ideally) select out of a mixed set of streams.
I've added a small benchmark (f733045) which helped fix two bugs (the two preceding commits).
Thank you very much, that looks great! Just to be clear, have you tested these changes in your own setup? It would be great if you can also regenerate the...
Very nice! I like the new types, the weird hyper legacy client thing got on my nerves by now. I noticed that `DefaultHyperClient` is not a good name, because this...
nothing more since the last couple fixes, but I also haven't heard any complaints since
Thank you so much for the extremely detailed report! I haven't yet managed to reproduce these crashes, but already see one or another approach for investigating this.
I think the canonical way so far of writing your own storage backend would be implementing the `TokenStorage` trait. If you think that using the library implementation of JSON serialization...
Indeed - has been a long time since I've done it, not the first time to make this mistake :) It should be fixed now.
I've looked at this issue, and while in principle it should be possible, the initialization process (inherited from the original implementation) is kind of complex - so it's not super...