Matthias Wiedemann

Results 67 comments of Matthias Wiedemann

thanks. building the lambda layer in docker also helped me to fix the **GLIBC_2.18 not found** issue similar to https://github.com/pyca/cryptography/issues/6390 I think the relevant piece here is to set the...

from my point of view, removing StrictMode is a only a workaround. I studied the page https://github.com/reactwg/react-18/discussions/18 and the fix, that we need for this library is described at the...

@nonameolsson no this is not a problem of keycloak-js package, it's a react issue as described above.

I have implemented support for openssh private key format in https://github.com/mwiede/jsch It is now released https://search.maven.org/artifact/com.github.mwiede/jsch/0.1.60/jar you can give it a try.

@eddumelendez could you please consider reopen and merge this? Thanks

As per yarnpkg/yarn#841 and nodejs/node-gyp#695 setting `NODE_EXTRA_CA_CERTS` fixed it for me. I had already set `cafile` in .npmrc, but it seems this was ignored.

I created #352 which makes it possible to handle volume problems.

I have setup an Android project and did not get this error. Can you please give more information about source and target java version, JDK, etc. Did you try to...

Maybe https://github.com/mwiede/jsch/commit/17c93eacbca4e05d7ae21eb0b18a8dc745bbd32b and https://github.com/gradle/gradle/issues/27856