Daniel Spasojevic
Daniel Spasojevic
### Expected Behavior Tilt correctly infers both the `Host` and `hostFromCluster` values of a registry when using microk8s in a vm. The `Host` should probably be the address of the...
Removed existing travis ci configuration and replaced it with a github action. Addresses #51.
Hi, In slower environments, we sometimes see the maximum number of trials reached when starting / creating the database. Do you think it would be possible to make the number...
Further to #134, is there interest in a PR that adds additional `decode` methods that accept a `Map` of keys by `String` and changes `validate` to select the key to...
The checks performed by github actions aren't explicitly documented (e.g. "run these commands before opening your PR") or enforced with a pre-commit hook. They are fast to run, so it...
Hi, When using JUnit's Parameterized test runner, snapshot testing can not be used, as only one snapshot per test method is permitted due to the way that the snapshot is...
Thanks for writing this library, I really like the look of it. I am doing a proof-of-concept of using this library to manage state for turn-based games. When a client...