Quinn Slack
Quinn Slack
This is because `goreturns` must typecheck, but `goimports` and `gofmt` only need to parse. It needs to typecheck because a statement like `return foo()` could be returning a single value...
Thanks for reporting this. Would you be able to submit a pull request fixing it? Sent from my iPhone > On Nov 4, 2014, at 10:50, Andreas C. Osowski [email protected]...
Thanks for reporting this. There are a lot more complications with the S3 bucket URL than I originally knew about. Need to fix. If you are motivate to submit a...
If you just look where it concatenates `ebRegion` to make the S3 URL, you should be able to hardcode it to the URL it tells you to use in that...
Hey, I am no longer working on this, so you are welcome to take it over and do whatever you'd like with it. Tell me if you want me to...
also should log that we are going to try creating an app version so it's clear where it's hanging
and make eb-clean clean old versions (not just old envs)
I still see a lot of glitchiness with extensions enabled on this PR: - Sometimes the hover will be duplicated (row of type signature, row of docs, row of type...
I have been testing this with: - The `Use Sourcegraph extensions` browser ext feature flag enabled - and ONLY the https://sourcegraph.com/extensions/sqs/sourcegraph-hello-world extension enabled (which makes it easier to isolate problems...
The discrete mode is great if all you care about is uptime/downtime (as you say). But you lose the RTT (as you say). Conversely, if all you care about is...