Torsten Marco Knodt
Torsten Marco Knodt
* Changed `post-cache-action.sh` to fall back to `install_and_cache_pkgs.sh` if `restore_pkgs.sh` fails * Ensure `restore_pkgs.sh` also fails if substituted commands fail
Have an example to have GNATdoc, GNATcov and publishing in separate, depending/ needing GitHub workflow jobs. This would especially be interesting when creating coverage in various formats, levels, annotations and/...
Due to interest in `std::linalg` I came to `std::mdspan` and noticed that `README.md` does not provide some chat/ forum link or whatever to discuss the project. Would be great if...
Provide a way to force CoPilot to create doctests instead of unit tests in Python . Because they lead to automatic documentation, they can be very helpful. Unfortunately, by default,...
Recreated because of branch rename
Please have (package) caches in the DevContainer cached in the action cache. This would allow to speed up image creation involving installing packages via Dockerfile or via DevContainer features. It...