Greg Weber

Results 263 comments of Greg Weber

I opened up a PR #434 that allows specifying a single migration to use. The PR is small and easy to understand and works across all commands (such as status)....

I opened #438 which allows a syntax of `dbmate -m VERSION... status/rollback`

Separately we still need a way to rollback/down more than just one item.

This PR is problematic for me because it it doesn't do anything to show what is going on ahead of time. Sure, you can calculate it, but that's what computers...

The way these commands are designed is problematic for me though. Take this migration scenario: - [x] A - [ ] B - [ ] C - [x] E ```...

There are many AWS services lacking in IPV6 support: https://docs.aws.amazon.com/vpc/latest/userguide/aws-ipv6-support.html AWS is making an estimated billion dollars a year (revenue, but there's certainly some profit there) charging for IPV4 addresses....

I would tackle this in 2 phases and make a separate ticket for the first (manual toggle): 1) support toggle between preferred light/dark themes (there are various ways this might...

I can confirm it works as well after updating Zed.

As described in #3615 this is useful with `build` to setup a cache of all dependencies.

Generally, as with my caching use case, the dependencies change infrequently and it makes sense to cache the compilation of them. The Haskell tool stack went through all this and...