Results 10 issues of Erin Call

Partially reverts 345b7eff270a579d889547b9b70f625c21d44412 (#43). There had been a note that the columns actually went from INTA-GPA5. That's not right--although the firmware does write INTA during column operations, it's a control...

The circuit diagram shows 3 LEDs on PB5, PB6, and PB7. They don't show up in the example photos, though, and their purpose isn't clear to me. There's a note...

`internal/helm.Config` will need two new fields: ```Go EKSCluster string `envconfig:"EKS_CLUSTER"` EKSRoleARN string `envconfig:"EKS_ROLE_ARN"` ``` * `internal/run.InitKube` and `.kubeValues` will need matching fields, so their values can be passed along to...

enhancement
drone-helm parity

The current design is pretty idiosyncratic—it makes total sense to me, the person who wrote it, but someone coming in for the first time will probably find it bewildering. There...

code quality

I've been trying to follow [the recommended versioning process for go modules](https://blog.golang.org/publishing-go-modules#TOC_3.). The `auto_tag` setting in our .drone.yml ensures that the docker image gets the version number from the git...

code quality

When calling `.withSchema(...)....forUpdate('someTable')`, knex would produce incorrect sql syntax—it included the schema name in the table name, prompting a "FOR UPDATE must specify unqualified relation names" error from postgresql. Fixes...

I'd like to be able to specify multiple/alternate names for a config field. I'm envisioning a rough equivalent to [the EnvVars setting in urfave/cli](https://github.com/urfave/cli/blob/master/docs/v2/manual.md#values-from-the-environment): ```Go type Config struct { SomeSetting...

Hi, I'm upgrading a project from virtus 0.5.4 to 1.0.5. The existing code calls `with`. That method appears to have been dropped in the change from `ValueObject` to `value_object`, and...

Whenever I run a build, an error appears in the ST3 console: ``` no command for selector: noop: no command for selector: noop: Exception in thread Thread-3668: Traceback (most recent...

I keep thinking this feature exists and trying to use it.