James Tatum
James Tatum
So, basically, I was using homebrew to install SB on OS X. Homebrew gets a specific revision of the source from GH, but doesn't do it as a clone, it...
Rather than make this a command line option, I think decorators.py should check the STEP_REGISTRY for a duplicate. Or STEP_REGISTRY should be some sort of non-overwritable dict type. I can't...
I did read that bug. It's very helpful. Thanks again for referencing it. I particularly like the discussion of a better way to define the steps. And it seems that...
One idea is to remove the CreateLogGroup permission from the lambda. That way it won't be able to create unlimited retention log groups in arbitrary regions. Note you'll also want...
Yeah, exactly. Terraform doesn't exactly make this easy, either. On the balance, it's probably better to have no logs for the redirect service (are they even useful outside of test...
EBS (and EFS) on Fargate are definitely priorities in our organization. We use both via EC2 instances today to handle containerized versions of various COTS apps such as Gitlab and...
ORM is not required... Query binding would also fix this and is well supported by DBAPI drivers.
Pretty sure I tired that. Since it doesn’t suppress the install logs, it’s possible that I just missed the effect.
It looks like NPM no longer uses an environment variable for these. `--silent` is an alias for `--loglevel silent`, `--quiet` is an alias for `--loglevel warn`. npm depends on a...
Added some notes at https://gist.github.com/jtatum/15994aabd469cd9120ceb2a45b509b8c