Sam Vilain
Sam Vilain
In the case where you're vendoring a library which has vendored dependencies, building on the master project can cause problems (particularly if the vendored library shares types from third party...
In my case, it's because I make my directory a symlink into the full path in GOROOT ```shell $ go list . github.com/parsable/beacon SamV-WI:~/p/beacon $ vendetta Unable to infer project...
Spring v3 functions look great! However it looks like current (non v3) versions of Helm are pinned to Sprig v2. Some kind of note that the documentation is for v3...
Supporting graceful worker exits (alternatives to CELERYD_MAX_TASKS_PER_CHILD), eg for leaky workers
Hi, I was wondering if it would be possible to have a custom hook or a special exception class that would allow a worker to decide at runtime that it...
Hey there, I notice you can select gif as a container format, but it doesn't seem to work, failing when you hit start recording. Any hints?
Thanks for writing this project! One minor erratum for the documentation in the [`simple8b/encoding.go`](https://github.com/jwilder/encoding/blob/master/simple8b/encoding.go#L7) file, is that you have encoding 6, 12×5–bit quantities, as wasting 12 bits. It wastes none!...
Hi, I'm not sure how it compiles, but your example refers to `flag.Flag` as simply `Flag`, which was confusing on the first read. Otherwise, looks like a neat API and...
Just to let you know, we've been successfully integrating our product against various SAML implementations using this code, and here are some of the changes which we've found are necessary....
The current version of the configuration library, [github.com/ccding/go-config-reader](https://github.com/ccding/go-config-reader/tree/8b6c2b50197f20da3b1c5944c274c173634dc056) - has no tests or other descriptions. My suggestion would be to use a different config library.
Hi, sorry for the n00b question, but I have this device and I'd like to build android using this tree. Do you think you could add a README with quick...