Benjamin Root

Results 181 comments of Benjamin Root
trafficstars

Looks like OpenHFT has decided that stable artifacts are to be obtained through a purchase license, which is technically allowed under the LGPL-3.0 license (it only guarantees the source code's...

I can confirm that the new snapshot works perfectly on k8s. Thank you!

one of the python optimizations is to strip out docstrings. Since the test explicitly tests for docstrings, it makes sense that this fails. On Wed, Jan 24, 2018 at 3:34...

The June 30th deadline for Bing Maps is getting closer. Is there a plan for an AzureMaps to be built in open layers?

While I'll see what I can do, don't wait on my account. I have very little JS experience and I haven't yet activated an Azure account try out the new...

The line in question is: https://github.com/boto/botocore/blob/1a2ebd8c15ad6cfea20cb92e9848308d33d41c81/botocore/signers.py#L441

I'll point out that being able to call plt.polar() after an axes object was already created used to be a feature. It was certainly an odd one, but it was...

Also related is #487, which points out that one of the chronicle-map functions being used is deprecated anyway.

Why is the package pinning specific versions of dependencies? One should not be overly restrictive. Especially should not be specifying it down to the bugfix number, thereby preventing newer bugfix...

And even that rule actually depends upon how that package does versioning. XArray's "major" version, for example, is the year of the release, but indicates nothing about compatibility.