Andrew Banchich
Andrew Banchich
[These](https://docs.rs/serde_json/latest/serde_json/value/enum.Value.html#trait-implementations) would almost all be useful.
Because [`Document`](https://docs.rs/aws-smithy-types/latest/aws_smithy_types/enum.Document.html) uses `HashMap` for objects instead of `serde_json::Map`, there needs to be a second pass at converting that `HashMap` to a `serde_json::Map` when using libraries which work with `serde_json::Value`s,...
On Windows, calling `path.to_slash()` on a verbatim path like: ``` \\?\C:\Users\andrew\foo ``` produces: ``` \\?\C:/Users/andrew/foo ``` when it should produce: ``` \\?/C:/Users/andrew/foo ```
When processing a GDPR archive, Shreddit should be able to remember where it left off and resume from there.
`ansi_term` requires Windows 10 programs to [explicitly enable ANSI support](https://github.com/ogham/rust-ansi-term#basic-usage). Without doing this, using `cargo run` or `cargo run --release` display `tracing` logs correctly, but when running the binary installed...
### Description I finished uploading my Google Takeout and noticed some odd things. 1. I see a few photos uploaded with wrong dates. One of them says the date it...
### Description On Android, swiping the menu from the left works, but it also moves the photos view to the right during this action. It would be nice if the...
### Description Although I understand they aren't technically "duplicates" since the file hashes and names are different, an export of a Google Photos album -> upload to Ente produces the...
### Check for existing issues - [X] Completed ### Describe the feature In Emacs, `ctrl-x right` selects the next buffer and `ctrl-x left` selects the previous one, ordered by most...