Jonathan Lange

Results 70 issues of Jonathan Lange

Hello! I just heard about pockyt. I installed it via `pipx install pockyt` (my first use of `pipx`) and then ran `pockyt reg`. I got the following error: ``` ---------------------------------------------------------------------...

Native histograms (aka sparse histograms, aka high-res histograms) are on their way to being production ready. It would be wonderful if the Node prom-client supported them. From the (Prometheus docs](https://prometheus.io/docs/concepts/metric_types/#histogram):...

``` In [1]: from constantly import Values, ValueConstant In [2]: class Foo(Values): ...: foo = ValueConstant('foo') ...: bar = ValueConstant('bar') ...: In [3]: import json In [4]: json.dumps([Foo.foo, Foo.bar]) ---------------------------------------------------------------------------...

## Background build-tools is a collection of shell, Python, Go, and Terraform scripts that represent build tooling common to Weaveworks projects, proprietary and open source. It is currently embedded in...

We often have the problem that we don't know where the source code for an image lives. There's a more-or-less standard way of providing this information, using Docker labels. We...

My understanding is: * the base build images provide the basic environment we need for a "standard" weaveworks build * the build-tools repo provides the basic tools we need for...

_From @jml on August 31, 2017 13:57_ The X on the modal dialog scrolls down, so you cannot close the dialog if you’re looking at the final fields. _Copied from...

bug
component/modal

With other deployment tools, I can specify security group rules that limit egress from machines in EC2. Currently in nixops, I can only specify ingress rules. The relevant boto API...

gargoyle uses modeldict for retrieving Switches. modeldict has two levels of caching: an in-memory cache based on key and the standard Django cache. If a test sets a switch by...

I'd like to use hspec-wai in the following way: - create a database before all my tests - use that database to construct my wai application - around each test,...