Mateusz Kowalczyk

Results 150 comments of Mateusz Kowalczyk

> If you do less than one change per year, the pull request review workflow should also work well. Most the of the longer open pull requests are non-trivial changes....

> @Fuuzetsu Does `serde` support it? I feel it is a rare case and users may just implement an internal helper struct for serializing/deserializing (kind of [like this](https://users.rust-lang.org/t/solved-serde-how-to-deserialize-from-string-or-internally-tagged-enum/25861/2)) Seems to...

We had a similar use-case where we have many small-ish files partitioned out (parquet with hive partitioning). I don't have any logs to provide but it looked like it was...

I have tried this patch on top of latest version and it makes magic-trace a lot more usable :+1:

Here are remaining `cargo build` problems: ``` error[E0412]: cannot find type `ImVector_ImFontAtlasCustomRect` in crate `sys` --> imgui/src/fonts/atlas.rs:60:24 | 60 | custom_rects: sys::ImVector_ImFontAtlasCustomRect, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `sys` error[E0412]: cannot...

> Is the current library still maintained? I see some comments from the author/maintainer on a random issue from May. I don't see a reason to believe it was abandoned...

> I would love to see a bump to 1.92.0 in this repo. I assume you stopped your efforts on your fork? I haven't done any new/extra work on this.

I made a reproducer here: https://github.com/Fuuzetsu/aws-delete-objects-etag-repro You can see the output in README.md there. While there, I was wondering if I can delete an object with etag with the `DeleteObject`...

For the DeleteObject, we can see some of the request in the trace logs. Not sure if it's useful but I include that bit below. One can run the reproducer...