Kyle Chadha
Kyle Chadha
From Effective Go: "Go has no line length limit. Don't worry about overflowing a punched card. If a line feels too long, wrap it and indent with an extra tab."...
> one big design decision from gofmt is to not make formatting configurable. Once you do that, different projects will use different, incompatible styles @mvdan If that's your goal then...
Linking PR: https://github.com/golang-migrate/migrate/pull/669
Looks like this was already implemented: https://github.com/integrations/slack/pull/1252
👍 +1 We had a breaking build due to the missing `stack` package: ``` package gopkg.in/inconshreveable/log15.v2/stack: cannot find package "gopkg.in/inconshreveable/log15.v2/stack" in any of: ```
Having this issue as well -- thanks for the quick fix!
Have this as well on OS X 13.2.1, but only with `gcloud`
HI @kpodsiad, thanks for taking a look! Glad to hear it's not expected behavior. Here's the results of metals doctor: ``` Metals Doctor Build server currently being used is Bloop...
Yeah, seeing this on 14.5 as well, I basically hacked around the limitation by setting system to dark and then making everything light but the one app I wanted dark....
Not the maintainer here but from reading their docs it looks like they want to avoid generating / re-deploying code when the schema changes.