Sindre Nistad
Sindre Nistad
This feature would be much appreciated.
Thanks for getting back to me, The first issue I was having was that the option `-fopenmp` in the generated `setup.py` caused the compilation to fail; it was unable to...
If I try running the generated `setup-build.sh` script, I get this error message ``` /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/string.h:60:15: fatal error: 'string.h' file not found #include_next ^~~~~~~~~~ 1 error generated. ``` After searching a...
Thanks, I am using macOS Monterey (12.0.1)
I tried compiled the library itself, and that seemed to work; ```bash mkdir release.build cd release.build cmake .. make -j4 ``` Most of the test cases seemed to work as...
> @sindre-nistad Related to #51? I don't think so? #51 seem related to the publishing of the NginX image, while this is suggesting removing the need for the `web` container...
Thanks, I'll look into it. I have experience working with Azure
> @sindre-nistad did you have the chance to take a look and point us toward a solution? Thanks Unfortunately, I haven't :( Though, hopefully I will have time to look...
Another use case, is when using a local authentication server (e.g. KeyCloak) and need to provide the OICD issuer url. Letting each container be reachable by a (local) domain from...