Andrew Rodland

Results 28 issues of Andrew Rodland

https://github.com/pyr/cyanite/commit/fc85da51dbb15060139d945cd377e43d69c3cc31 changed `prefixes` to return something without a "path" key, which is inconsistent with other indexes, and causes a NPE like so: https://gist.github.com/arodland/2218ee4af35b2a38adb40263f86d54d4 . Adding `:path path` to `prefix-info` fixes...

Basically, it would be cool if the list view would highlight (with an icon or a different color or something) any station that has recently been heard on a direct...

The portfolio at http://lea.verou.me/projects/ links to http://leaverou.github.com/CSSS/ which is a 404; only http://leaverou.github.com/csss/ (lowercase) works.

(Meta-issue: #161). When passing series with different lengths to functions that use `aggregateSeries` (`sumSeries`, `avgSeries`, etc. including `groupByNode` on these things), not only is it not handled properly, we actually...

bug
graphite-web compatibility

If you do `ExpSquaredKernel(metric=30, metric_bounds=[(10, 100)])` it will fail with an unhelpful "non-finite log prior value". Why? Because the initial value is 30, but the bounds are e^10 and e^100,...

Considering that george supports the CosineKernel it probably can cope with negative covariances. My model instead uses an ExpSine2Kernel offset by a negative constant. But since ConstantKernel is parameterized by...

`gat` and `gats` were added to the ASCII protocol in memcached 1.5.3 (2017-11-04). They work like `get` / `gets` and have the same response format, but have a new first...

feature-request

When [extstore](https://github.com/memcached/memcached/wiki/Extstore) is enabled, `stats` outputs some additional stats relating to it. They're in line with existing stats (storage used/limit, read/write/eviction counts, etc.) and adding them to the exporter is...

The new slow AGC algorithm already uses a multiply, so how about, if it's active, make the AGC threshold a function of `volume` and skip the right-shift volume control (which...

Users should be able to click "clone" on an existing image and get a create form filled out with the details of that image, which they can edit and save...

site
feature request