Parnell Springmeyer

Results 27 issues of Parnell Springmeyer

On creation of a pool, it would be nice to feed it a list of hosts; use case here would be if a connection slows - M/R throws a 500,...

`docker2nix` currently only accepts a manifest on stdin or as a filesystem path via `--manifest`. Which works nicely if you have fetch and store the registry manifest separately from generating...

When the regression in docker distribution ([#2395](https://github.com/docker/distribution/issues/2395)) is fixed, the response integrity check should be put back in. Note that #23 tracks removing the response integrity check to fix the...

We said we accepted the image manifest list media type when requesting manifests for a docker image. Docker distribution recently started honoring that, which breaks `hocker-manifest` because `hocker-manifest` doesn't actually...

This change wraps each HIE executable with the GHC version it was built with so that the HIE server can run without a globally installed GHC.

I love the aeson-esque interface that you've built but there's a glaring misstep in that the ToSeriesData is being treated a lot like _tables_ of data instead of _series_ of...

Specifically I encountered some queries generated by `rel8` that work fine on versions of postgres >= 12 but that fail at least on postgres 9.6 (I did not test intermediate...

The primary reason for this change is to pave the way for user-defined HTTP manager / request settings that need to be carried with the OIDC settings (but do not...

I suspect this doesn't correctly fix #132 but I did want to open a PR with our (Awake Security) temporary workaround so that anyone else with this problem can discover...