8de2fdb0

Results 8 issues of 8de2fdb0

Like most users here I am not a lawyer. There is this comment on the Readme: OSX/Darwin/Apple builds: [Please ensure you have read and understood the Xcode license terms before...

Installation on linux fails ```console error: failed to run custom build command for `foundations v3.2.2` Caused by: process didn't exit successfully: `/workspaces/gateway/target/debug/build/foundations-820afc6700be98da/build-script-build` (exit status: 101) --- stdout cargo:rerun-if-changed=build.rs cargo:rerun-if-changed=src/security/libseccomp cargo:rustc-link-lib=static=seccomp...

Reading nested environment variables is kind of impossible when using this library. Env variables like: `APP.NESTED_CONFIG.VALUE` Don't really work in Bash, the workaround is to use a double underscore for...

A-env

I have started to play a bit around with the simulator and have set it up in a docker container using vnc and a X framebuffer. ( as you can...

adding arm64 was a nice start #194 But without tagging a new release it won't help much. Could you tag maybe a minor release so arm64 binaries become available ?

missing something i think ``` Module not found: Can't resolve './icons/SiHandm.mjs' ls -l node_modules/\@icons-pack/react-simple-icons/icons/SiHandm.* node_modules/@icons-pack/react-simple-icons/icons/SiHandm.cjs node_modules/@icons-pack/react-simple-icons/icons/SiHandm.d.ts grep version node_modules/\@icons-pack/react-simple-icons/package.json "version": "12.6.0", "version": "changeset version", ```

Is it possible to add the list of all required `ALG_`'s into the readme? I looked a bit through the code but i am not very familiar with the JDK...

Based of the [docs](https://containers.dev/implementors/json_reference/#image-specific) it seems `build` and `image` can be used together to use `image` as the image tag when running`docker build`. The JSON spec doesn't allow both values...