Nick
Nick
**Describe the issue** Name for K8s object in the [chart](https://github.com/mock-server/mockserver/tree/28732e18678866e618e7d68fbbb8b288ae932377/helm/mockserver) should be unique to the release. **What you are trying to do** Have multiple mock server instance running in the...
## Bug Report **What did you do?** - Have a catalog source. - catalog source generates a pod on node A. - node A get restarted/replaced. - Pod not replaced...
``` thread 'main' panicked at 'unexpected webdriver error; webdriver returned error: invalid argument: user data directory is already in use, please specify a unique value for --user-data-dir argument, or don't...
Micros such as SAMD51 supports configuring SPI bit order. There should be something exposed to make this configurable. I think a good place for it could be here: https://github.com/rust-embedded/embedded-hal/blob/d45af5f9bf25e7e29029db578aaa3c10c35da424/src/spi.rs#L55 Adding...
**Is your feature request related to a problem? Please describe.** `vault-configurer` pod created by the Vault CR fails to apply vault config. There is no clear indication on it failed...
**Describe the bug**: Fetching wrong key (`cryptoKeyVersions/1`) after the GCP KMS key is rotated and disabled. The current key revision is 3. **Expected behaviour**: Not sure how Vault handles GCP...
Copying gigabytes of mods is slow for launch, this PR enables incremental mod updates. i.e. `~mods` is not fully rebuild every launch. If the config is up-to-date, the game can...
## Bug Report **What did you do?** Upgrade OLM **What did you expect to see?** OLM picks up already installed operators **What did you see instead? Under which circumstances?** CSV...
### Changes: - Support Report IDs - BREAKING: remove custom serialization in favour of `serde/derive` - split user provided struct to In and Out: For example with struct ``` rust...