Morten Siebuhr

Results 46 issues of Morten Siebuhr

We're beginning to have some quite complex code in the client. Quite a lot of it doesn't touch the DOM, so we should be able to unit-test it before we...

Front-end
Back-end

Someone from the Unicode consortium has looked into what's available as equivalent unicode chars: http://unicode.org/~asmus/web-wing-ding-ext.pdf. There's also quite a few pages there and there, that has crafted similar lists. We...

Someone at Penn State University has written up a nice [list of names/unicode-points](http://tlt.its.psu.edu/suggestions/international/bylanguage/mathchart.html), which we should blatantly steal.

enhancement
Back-end

Make a client implementation, so it'll be easy to advertise programs to be scraped. (Bonus feature: Make a CLI program that can advertise any service, possibly as a wrapper: `prometheus-mdns-advertise...

``` [ { "targets": [ "192.168.2.22:8080" ], "labels": { "__meta_foo": "bar", "__metrics_path__": "/other/metrics", "__scheme__": "https", "instance": "Mortens-MacBook-Pro-2.local" } }, { "targets": [ "192.168.2.22:8080" ], "labels": { "__meta_foo": "bar", "__metrics_path__": "/other/metrics",...

It would make it trivial to apply multiple yamlfmt'ed files for sending over pipes and such: cat lots-of-yaml/* | ssh bastion ... kubectl apply -f - (ATM, I have to...