Tom
Tom
It'd be helpful to have a Cargo.lock file checked into the repo. Primarily, this would let users be confident that they're using the same dependency versions you've tested with, using...
I'd like to be able to search for multiple patterns, like with grep's -e argument. It seems (with fd 7.0.0) the only way is to use alternation in the regex...
It would be great to have a changelog in the repo and/or release notes on the GitHub releases page. It would help users know the context of a release and...
Update [CNI](https://github.com/containernetworking/cni/releases) and [cni-plugins](https://github.com/containernetworking/plugins/releases) to 1.0+. A couple spots to be careful about: * cni-plugins removed [flannel](https://github.com/flannel-io/cni-plugin), which we ship today - should we (a) stop shipping it, (b) build...
We started with k8s variants that required user data to be able to connect to a cluster. Later variants don't necessarily require user data - for example, the ECS variant...
There was a large change to `misc/ncurses-config.in` that makes our patch `ncurses-config.patch` not apply, so it needs some investigation.
If the system can't start required services, it would be helpful to output more error messages to the console for debugging. (The console performance impact no longer matters if the...
It would be great to have a changelog in the repo and/or release notes on the GitHub releases page. It would help users know the context of a release and...
We've seen a few occasions where coldsnap uploads have blocked forever in a rusoto call. We should add timeouts so the calls can fail, letting the error handling code either...
Saw this error when trying to upload a ~2GB file. I'm not sure if there's a timing issue in coldsnap, where it needs to wait for some confirmation before uploading...