James Pirruccello
James Pirruccello
Would be happy to modify this to keep NewClient() intact and to create an alternative initializer to prevent this change from breaking old apps. Let me know!
Seems to be the case.
(Specifically, incorporates benchmarks from https://github.com/spenczar/tdigest/blob/master/benchmarks_test.go )
For what it's worth, the benchmarks aren't a great representation of real-world performance in my hands. Although the benchmarks seemingly favor `tdigest` by a wide margin, in actual use the...
The readme says "100% compatibility with standard lib". I think that if this line were removed, this issue could be resolved...
The best explanation that I've seen comes from @davidbenjamin at [this now-deprecated forum page](https://sites.google.com/a/broadinstitute.org/legacy-gatk-forum-discussions/2019-02-11-2018-08-12/21357-Mutect2): > > There are differences in the actual variant allele frequency and the VAF provided by...
Not that Github Issues are the right spot for a discussion, but just to follow on here: I think [this is the paper referenced](https://www.nature.com/articles/s41467-021-25768-0#Sec11) by @Steven-ZWQ . In that paper,...
Actually it looks like writing .las files is fixed [in this fork](https://github.com/edaniels/lidario). At least, that fork worked for me as expected.
``` bash $ go get github.com/stripe/safesql # github.com/stripe/safesql ../../../../github.com/stripe/safesql/safesql.go:45: undefined: ssautil.CreateProgram ../../../../github.com/stripe/safesql/safesql.go:48: p.Package undefined (type *loader.Program has no field or method Package) $ go get -u github.com/stripe/safesql # github.com/stripe/safesql ../../../../github.com/stripe/safesql/safesql.go:45:...
So far in my tests, `gcloud storage` has been a successful drop-in replacement for `gsutil` (including the various tasks like `ls`, `cat`, `cp`, `rm`, etc, as well as with flags...