Kevin Burke

Results 132 issues of Kevin Burke

Something like: - you should be compensated if your company asks you to work on a holiday, either with alternative days off or a bonus. can discuss with your boss...

The most common way to install Python packages is via `pip`, a package manager. The README explains how to compile Python bindings, but it would be helpful if it explained...

When running staticcheck against my project (github.com/kevinburke/rest) I get the following error: ``` -: # crypto/internal/nistec ../../../../go/src/crypto/internal/nistec/p256_asm.go:322:3: invalid go:embed: build system did not supply embed configuration (compile) ``` I'm running...

upstream

I did this by accident and was alarmed to find 5000 packages starting to download onto my machine, which seems wasteful from a bandwidth and a disk space perspective, given...

UX
cli
performance

I think this will make sure the right thing is returned when you run "go install ...@latest"

are you going to try and merge it in or keep it separate?

This function: ```go func (c conn) Close() (err error) { err = c.my.Close() c.my = nil if err != nil { err = errFilter(err) } return } ``` I believe...

It looks like the last commit to master was 5 months ago. Is this project still in active development? There are 48 open issues and 10 outstanding pull requests.

I received a PDF from clippercard.com that has `"%PDF-1.3 "` as the first line - note the space character after the "3". This causes rsc.io/pdf to fail to parse the...