Nigel Sheridan-Smith

Results 36 comments of Nigel Sheridan-Smith

See also https://github.com/Versent/saml2aws/issues/930

This relates to changes on the Microsoft side for Conditional Access. If you dig into it more, you might find you need to expose a browser window to the user,...

You might also need something like this: https://stackoverflow.com/questions/51710274/is-there-a-replacement-library-for-corba-in-jdk-11#answer-56624800 ``` org.glassfish.corba glassfish-corba-omgapi 4.2.1 ```

Remove the `"resolved":` and/or `"integrity":` entries for the package in `package-lock.json` as it is likely getting the wrong hash.

Sorry, just saw pull request #12 just before I was about to get on a flight... not sure how I missed it before. You can probably close this ticket then.

Which version of OpenSSL? Something like this might work - https://github.com/rvm/rvm/issues/4819#issuecomment-595644550

https://github.com/rvm/rvm/issues/5302#issuecomment-1430732870

For Ruby 3.x these three issues help: https://github.com/rvm/rvm/issues/5376 https://github.com/rvm/rvm/issues/5287 https://github.com/rvm/rvm/issues/5285 For 2.x and below... not so lucky

This was also helpful (recent Ruby 2.5.7): https://github.com/rvm/rvm/issues/5285#issuecomment-1635879540 ``` xcode-select --install brew install [email protected] rvm install 3.2.2 --with-openssl-dir=$(brew --prefix [email protected]) rvm install 2.7.7 --with-openssl-dir=$(brew --prefix [email protected]) ``` These both worked...