Wladimir Palant

Results 117 comments of Wladimir Palant

There is probably little point commenting here but I happen to have [written a format documentation](https://palant.info/2023/03/29/documenting-keepass-kdbx4-file-format/) today before I found this pull request. There are a few mistakes here: *...

This shouldn’t be an option, this should be the default behavior. Unfortunately, it’s the browser which restores the state after a restart. I’m not sure how one would prevent it.

For reference, so far I’m using my own implementation of this trait which can be found here: https://github.com/palant/pingora-utils/blob/main/module-utils/src/lib.rs#L89-L124.

> No promises, but I'll try to make this happen It isn’t complicated, structopt to clap is almost search&replace – I could do it if I knew that the pull...

@johnhurt Ok, then there is #239 now.

Concerning the clippy warning I fixed: that’s unrelated to my change. The only reason this issue wasn’t flagged on `main` is that the check was running Rust 1.77.2 there, and...

I can also see this in v0.15.1. The underlying data is correct – filtering will show the same notification correctly. This appears to be an issue with updating Vue display...

> Thanks, it's difficult to debug this issue because it's difficult to reproduce, so that kind of analysis is very helpful. @shuuji3, you can reproduce this kind of messed up...

I see, I assumed this was merely a matter of finding the time. Unfortunately, I am no help at creating a migration plan – I don’t have any experience with...

> like our fork of the `headers` crate @joseluisq, what is the reason for this being a fork? It’s quite difficult to figure out the changes compared to upstream, with...