Tomaz Muraus
Tomaz Muraus
 Should say clicking "user icon" button on the right side of the header, not the gear one in the middle. Gear one is used for changing...
### Description This pull request adds a new GHA job as part of the CI workflow which builds the release artifacts and verifies it. As part of the verification step,...
## Description It appears that today, there is no way to access stdout + stderr of a command which failed (exited with non zero status code) inside the `failed` block...
## Description Today, header written by Amber compiler in the generated Bash files looks something like this: ```bash #!/usr/bin/env bash # Written in [Amber](https://amber-lang.com/) # version: 0.3.4-alpha # date: 2024-07-24...
## Description This pull request updates main `Dockerfile` to utilize multiple stages and build the binary inside the image as part of the build stage. This should result in better...
Update RemoteDockerImage to not retry on fatal error, allow user to specify custom retry time limit
This pull request resolves "issue" reported in #829. It updates the code so we don't try to retry on "no basic auth credentials" error which would get returned in case...