Philip Potter
Philip Potter
If I enter an interactive netcat session with the statsd management port, I can enter multiple commands one by one: ``` $ nc 127.0.0.1 8126 counters { 'statsd.bad_lines_seen': 0, 'statsd.packets_received':...
The `using` feature allows an import to supply arbitrary HTTP headers to another import. However, this feels like it could subvert security mechanisms in place. For example, if two different...
Related to #953 . Currently we specify that map keys must be sorted in the binary encoding, although we don't actually specify *how* they are sorted, this is presumably in...
The "Using packages" link in the "Resources" section on the front page links to the README for `elm-lang/elm-package`. However, since 22nd August that README has just said ["Merged into elm/compiler"](https://github.com/elm-lang/elm-package/blob/master/README.md)....
This is a description of some issues I found with the documentation on first readthrough. ## the first example doesn't work I downloaded the [latest release](https://github.com/openllb/hlb/releases/tag/v0.4.0) and ran [the following...
Currently, there is no way for a user to unpack a value of union type from a Value. This also means there's no way to unmarshal a union value into...
Recursive types need to be [translated to nonrecursive Dhall code](https://docs.dhall-lang.org/howtos/How-to-translate-recursive-code-to-Dhall.html). We should be able to unmarshal them to recursive Go types.
We use this module, but we don't really want to install it on production servers via git clone, because: - we want to install versioned artefacts to servers - we...
I was trying to use this module to add Content-Security-Policy to an existing dropwizard app. We serve HTML from our Dropwizard Resources, so our html responses are served from within...