Max Bruckner

Results 61 issues of Max Bruckner

Are there any plans to implement random access? In the readme, you wrote that the file format supports it, but do you want to support it in this library and...

It would be great if the assertion macros were to support specifying an error message with format parameters as the standard library assertions do. Example: ```rust assert_eq!(1, 2, "Numbers in...

I forked this once, since I found some problems and wasn't able to reach you via email. I didn't find the time yet to go through my changes to see...

The benchmark results in the README haven't been updated in ages, and some of the libraries have changed a lot since then. (Disclaimer: I'm the maintainer of cJSON). I would...

I'm not sure if this is already implemented. Essentially it would be really useful if casync would make use of information that the filesystem has about which blocks of a...

RFE

**Describe the bug** Sometimes when trying to delete a subdirectory, the entire password store get's deleted. **To Reproduce** I am not sure on how to actually reproduce this, but it...

bug

I regularly find myself accidentally writing `#[serde(inline)]` as a field attribute instead of `#[serde(flatten)]`. Currently the compile error is `unknown serde field attribute 'inline'`. I suggest having the error message...

Currently `mpsc::UnboundedSender` don't allow sending more than one value at once, so when sending multiple values this needs to be done manually by calling it multiple times. Wouldn't it be...

A-tokio
M-sync
C-feature-request

I'm not sure how to reproduce this with DBAL directly, but I stumbled upon this problem via the Laravel framework. Original issue reported with Laravel: https://github.com/laravel/framework/issues/22402 I didn't quite find...

Quoting
Identifiers