seebs

Results 33 issues of seebs

While writing a similar tool, I ended up spending some time pondering under what circumstances Go allows a value to be generated-but-not-consumed. And there aren't all that many; it's mostly...

enhancement
help wanted

When using enumer, it's possible to end up with something where the only places that a constant would be directly used would be in the conversion to/from string, but enumer...

Vertical lines don't get their ends swapped (x0 and x1 are always the same), so two vertical segments, one going up, and one going down, can be miscategorized. for instance,...

``` $ staticcheck -version staticcheck 2019.2.3 $ staticcheck -debug.version staticcheck 2019.2.3 Compiled with Go version: go1.13 Main module: honnef.co/go/[email protected] (sum: h1:3JgtbtFHMiCmsznwGVTUWbgGov+pVqnlf1dEJTNAXeM=) Dependencies: github.com/BurntSushi/[email protected] (sum: h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=) golang.org/x/[email protected] (sum: h1:MQEvx39qSf8vyrx3XRaOe+j1UDIzKwkYOVObRgGPVqI=) $ go...

needs-decision
new-check

I don't think this is new or surprising, but I actually used the "group" feature in the past, and have been unable to find a usable workaround for the case...

Had a lot of weird problems with avrdude failing when invoked by platformIO, working fine from normal command line. Eventually traced it to the -D option. According to avrdude's documentation:...

What if you could ?profile=true on a query and get some numbers back? That'd be really cool. We already have tracing/spans, but right now, those only generate any data if...

### What's going wrong? If someone's filesystem creates 0-byte `.available.shards` files, pilosa can fail to start up because it can't read them. ### What was expected? Well, probably a working...

### What's going wrong? `Rows(colum=3)` does not produce an error. ### What was expected? Probably a diagnostic. When something's a field name, I believe we report if there's no such...

bug
developer-experience

### Description Console should be able to do things like "show current status" or "show stats", and possibly have a clean shutdown command other than ^C. ### Success criteria (What...

developer-experience