Daniel Rodgers-Pryor

Results 7 comments of Daniel Rodgers-Pryor

Thanks for the quick responses! Option 3 will be difficult to adapt for my use case (the custom storage provider actually combines the MacOS keychain storage with some encryption using...

I've got a working version of option 1 working here: https://github.com/dermesser/yup-oauth2/pull/146 Using the new interface to implement our custom storage type was pretty painless. Let me know what you think...

Yeah, I'd be more than happy to install an optional compile-from-source module to get this functionality. It would only be needed on developer machines — which would almost always have...

We're seeing this same error on RockyLinux 9 (`Apache/2.4.53 (Rocky Linux) OpenSSL/3.0.1`) even after running `update-crypto-policies --set DEFAULT:SHA1`, and even when the SAML responses being processed (from a Google Workspace...

A similar but distinct example is the recently added `BehaviorVersion` parameter which is now required to build a `aws_sdk_dynamodb::Client`. That crate version upgrade seemed to succeed, but failed in some...

Thanks! The newtype approach is a decent workaround (and let me do some other things like converting GQL strings into structured rust data). I do think it would makes sense...

I'm quite intersted in this. At Stile, we run lots of different services and are planning to switch to vector (in place of filebeat) to collect our syslogs on each...