Bartosz Sławianowski
Bartosz Sławianowski
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
### Pull Request Motivation This PR fixes a race condition in Azure DNS that happens when issuing certificates concurrently in different clusters as described in https://github.com/cert-manager/cert-manager/issues/6229. Similar issues were already...
Currently, it is only possible to provide download URL per platform. For most projects that and `{arch}` token are usually enough. However, there are tools where this doesn't work, e.g.:...
**Describe the bug** With mono repo that contains following structure (simplified version at https://github.com/eplightning/moon-bugs/tree/install-dep-dup): ``` - rust/ - crates/crate1/ - Cargo.toml - moon.yml - moon.yml - Cargo.toml - Cargo.lock -...
**Describe the bug** Depending on the current working directory, `moon run some-project:some-task` (not `~` selector) seems to generate different task graphs (toolchains seem to be doing different things?). For example,...
### Proposed change Currently when using `ConnectOptions::with_credentials_file`, the passed credentials file will only be loaded once - during the `with_credentials_file` call - and then never again. This means when credentials...