Daniel Brotsky

Results 93 comments of Daniel Brotsky

Fixed in PR #179. Please try the pre-release.

I have closed #169 now that @wiimmers has released keyring-search. If he has the time, we will create some code in this crate for search for keyring-created credentials. But until...

Closing this issue now that [keyring-search](https://crates.io/crates/keyring-search) is available on crates.io.

I don't want to move the minimum build platform for this crate to 1.70 (June 2023), which is required by these changes. There are a lot of clients on second-tier...

How about, instead of just switching crates from lazy_static to OnceCell, we instead leave lazy_static in place for older compilers, add the rustversion crate, and use the stable language feature...

I took these changes as part of #179. Thanks so much for your contribution!

Hi @wiimmers, thanks so much for taking a run at this feature! It's going to be about a week before I can really sit down and review this PR properly....

Are you seeing the test issue on more than one platform? Since each platform requires its own setup (Windows you have to be physically on the machine, Linux headless you...

@wiimmers Apparently Rust 1.78 introduced a change in the way slices are made from raw bytes. This is the underlying cause of #170. I am fixing this and re-releasing, so...

I have been trying to get to this. I am hoping to do the review this week.