Chris Goller
Chris Goller
Hey @jam1garner , binread is really awesome! I'm having a great time with it :)) I have a file format in which a particular field's bytes is used to interpret...
## Feature Request I'd like to see support for canceling plugins including non-service plugins using context.Context. My motivating example came from the SNMP plugin where it can take a long...
Thank you for hosting a mirror! [download_uniref30.sh](https://github.com/deepmind/alphafold/blob/6a3af1adb3bbbc53562da100e3819b2fc882f915/scripts/download_uniref30.sh#L36 ) downloads uniref from March of 2021 using the mirror at https://storage.googleapis.com/alphafold-databases/v2.3/UniRef30_2021_03.tar.gz. Within is the file UniRef30_2021_03.md5sums whose contents is: ``` bdd865b81d9706697e9132cc8d7f0703 UniRef30_2021_06_hhm.ffindex...
Depot is a fast way to build and push docker images. This is my draft to add depot with minimal changes to the docker build and push. The key difference...
Hey there, I'm using ```go td := tdigest.NewWithCompression(1000) for _, x := range []float64{1, 2, 3, 4, 5, 5, 4, 3, 2, 1} { td.Add(x, 1) } fmt.Println("Quantile Result") for...
Howdy! I've been using proxide and really like the project and would like to contribute. I have protos that are using `map` and those are `not implemented: Maps are not...
The new proxy command will start a layer 7 remote buildkit proxy and execute a command in its context.