Wyatt Alt

Results 46 issues of Wyatt Alt

Currently dbmate issues one commit per pending migration. I think it should issue one commit at the end, after all migrations have been run. Migrations are going to be run...

feature request

I think today there is a shutdown race that sometimes causes a rollback, but to make it consistent I think we need a signal handler in here: https://github.com/amacneil/dbmate/blob/master/pkg/dbmate/db.go#L188,L203 How about...

feature request

I would like to be able to create signed links using my application default credentials in a local development context, similar to how the library allows me to read and...

type: question
api: storage
priority: p2

Query instances across regions concurrently to reduce the execution time of "puppet resource ec2_instance".

We have a completion subcommand today that can generate a completions script for various shells. This can be made to work but it's not user-friendly. Ideally, any command with subcommands...

feature
cli

The `mcap info` command tries to get as much useful info as it can out of the summary section of the file. Depending on various recording choices (chunking, compression, indexing)...

feature
cli

Currently you can recompress a file using the filter or merge commands, but to a user who wants to recompress these aren't very discoverable. Rosbag provides a "compress" command that...

feature

Currently most options for the golang writer are of the form "SkipXXX", such that the field defaults to false as is the behavior of go, and XXX is the defaulted...

feature
go

Changes the release script to use a case-insensitive filter for "CLI" when compiling commit summaries for the GH release notes.

The rosbag info command has these compression listings: ``` compression: lz4 [705/705 chunks; 71.48%] uncompressed: 679.4 MB @ 35.5 MB/s compressed: 485.6 MB @ 25.4 MB/s (71.48%) ``` We have...

feature