Firstyear
Firstyear
Hey there, I'm the maintainer of Rust in OpenSUSE and SUSE, and we're really interested in this change. If you want assistance to test, let us know :)
It looks like this may be an invalid duplicate of https://github.com/rust-lang-nursery/failure/issues/342 sorry for the noise!
Additionally, can you please confirm if your example site still works on gitlab? If so, then we need to inform gitlab that they may not be verifying pkce correctly.
Is there somewhere within the serde_cbor codebase where this could be added as an example usage?
@rohitjoshi You may also find this useful https://crates.io/crates/concread this has a concurrently readable / transactional cache implementation.
@rohitjoshi If your keys are never updated, and you are mainly read to write, then you have ever more reason to look at the arcache. This design has "no" locking,...
Hey there! Great work on enabling transactions - I'm looking forward to reading the source later. I read the documentation and noticed the theme seems to be focused on transactional...
Thanks for the detailed answer - what would be the next step then to enable the "pseudo" code that I provided? Open a ticket I think with the design and...
It would be really good to have this or hazard pointers in crossbeam, especially for use cases where you have to hold a guard for a longer period (which can...
@rhansen I think that there should also be a check here for preferred_username which is the defined claim in OIDC per: https://openid.net/specs/openid-connect-basic-1_0.html#StandardClaims sub should always be the "primary key" but...