Kevin Kuchta

Results 6 issues of Kevin Kuchta

Forgive me if this already exists, but I can't seem to find any way to kill a long-running query. If I accidentally run a query that'll take 20 minutes to...

enhancement

When running scarr deploy, you get to a step where it's waiting for dns records to get picked up by ACM so the new certificates can get validated. It says...

bug

Add an optional `bucketName:` field to the config file so people can customize that if they need to.

enhancement

Right now if you run scarr for example.com, we provision + validated a certificate for example.com. And if you run it for foo.bar.example.com, we get a cert for foo.bar.example.com. We...

enhancement

The title pretty much says it all. If you specify an environment variable with a newline in it (eg `env('FOO', "bar\nbaz")`, the resulting crontab is invalid. It puts the later...

Ruby is weird about constants. If your gem defines class `Foo` and mine defines `SomeNameSpace::Foo`, yours will get loaded and mine won't. You'll get the nice warning `warning: toplevel constant...