Jan Gazda
Jan Gazda
PS. I managed to get .devcontainer running on Mac M1. By setting the platform in and [Dockerfile ](https://github.com/rails-lambda/crypteia/blob/main/.devcontainer/Dockerfile) ``` FROM --platform=linux/amd64 mcr.microsoft.com/vscode/devcontainers/rust:0.202.9-bullseye ``` [devcontainer.json](https://github.com/rails-lambda/crypteia/blob/main/.devcontainer/devcontainer.json) ```json { "runArgs": ["--platform=linux/amd64" ], }...
@metaskills I was just trying to compile the extension on Mac M1 because the readme is misleading https://github.com/rails-lambda/crypteia/blob/1c4dc296305a3fe8090d9b947de0e813bcc39da3/README.md?plain=1#L93 and releases do not contain binaries in the assets. Only 1.0.0 has...
I see, all that makes sense. Then IMO using flag `--platform` should not pose any difficulties and just recommend Mac development in codespaces. It is quite painful to work with...
> For example, would you try `ghcr.io/rails-lambda/crypteia-extension-amzn:1.1.2` just in case? Have you enabled the debug ENV var to see what is happening on init? Yes, I did enable the debug...
Here is the log from the extension, I suppose it works, also the output of `ldd bootstrap` confirms that library is loaded but it has no effect.
Yes I wanted to use it with Rust runtime as well as other languages.
@metaskills do you have any idea why it does not work with the rust runtime?
I will need to make a small poc and override different functions. There are other ways than redhook so may need to try that. Unfortunately I do not have time...
@jkodroff I'm not sure this is out of the scope of this issue but it would be super cool if it could utilize `AWS Systems Manager Session Manager` instead of...
@johnstonskj are you able to make this change, please? This is something only you can fix.