Results 90 issues of Isaac Elliott

Currently `Requester` looks like this: ``` class (Reflex t, Monad m) => Requester t m | m -> t where type Request m :: * -> * type Response m...

enhancement
clean up
Medium Severity

I ran `k2tf` on this document https://raw.githubusercontent.com/kubernetes/ingress-nginx/ingress-nginx-2.11.3/deploy/static/provider/cloud/deploy.yaml, which contains this resource definition: ``` apiVersion: admissionregistration.k8s.io/v1beta1 kind: ValidatingWebhookConfiguration metadata: labels: helm.sh/chart: ingress-nginx-2.11.1 app.kubernetes.io/name: ingress-nginx app.kubernetes.io/instance: ingress-nginx app.kubernetes.io/version: 0.34.1 app.kubernetes.io/managed-by: Helm app.kubernetes.io/component:...

I've been working on updating `neuron-mode` to play nicely with the latest version of `neuron`. The branch is here: https://github.com/LightAndLight/neuron-mode/tree/1.9.33.0 You can see a rough "changelog" here: https://github.com/LightAndLight/neuron-mode/pulls?q=is%3Apr+label%3A1.9.33.0 Features include:...

Is there a technical reason why this instance doesn't exist? It seems well-behaved (some sanity-check proofs are at the bottom of the page). ``` fstP :: Product f g a...

I wanted to clone and checkout `0.2.0.0` (as uploaded to Hackage), and I had to read the commit history and guess which commit that might be. Creating tags when uploading...

Minimal example: ``` query :: (BeamSqlBackend be, BeamSqlBackendCanSerialize be Int32, BeamSqlBackendCanSerialize be Double) => Q be db s (QExpr be s Int32, QExpr be s Double) query = pure (val_...

bug

Version: `obelisk-command-0.9.0.1` When `ob deploy update` uses Git over SSH, and the user's SSH key requires a password, the password prompt mucks up the command-line UI and the user can't...

Fixes some annoyances when running the benchmarks

I think @dcoutts makes a good argument in #69. In this PR I factored out MonadBracket and tweaked some documentation. The refactor took about 5 minutes, and I didn't have...