Bernard Duggan

Results 9 issues of Bernard Duggan

### Environment * Elixir 1.10.2 * Erlang 22.2.6 * dialyxer: 1.0.0 ### Current behavior Received the following output: ``` Please file a bug in https://github.com/jeremyjh/dialyxir/issues with this message. Failed to...

This is the `absinthe` part of my attempt to address the issue discussed over in https://elixirforum.com/t/subscription-catchup-state-delta/47459. There will be a corresponding `absinthe_phoenix` PR shortly. I still need to add documentation,...

I've been trying to pin down a possible cause for an issue we saw the other day: it looks like we did 18 calls to `APNS.push/2` in quick succession with...

This is the companion PR for https://github.com/absinthe-graphql/absinthe/pull/1168 Like that one, this is still a WIP requiring documentation (and correction of dependencies once the other one is merged). The main changes...

This change adds support for continuations and the `@defer` directive as implemented in https://github.com/absinthe-graphql/absinthe/pull/559. It's not meant to be merged until that one's all done (the dependency in `mix.exs` will...

Just a tiny tweak to allow the use of Poison 4.0 (which works fine) without an override.

Please forgive me if this is a dumb question - I'm still learning my way around metrics in general and Prometheus in particular. Would it make sense to have, at...

The input type for `GoogleApi.Gax.Response.decode/2` was missing the error case (which is explicitly handled in the first function clause). The return type incorrectly specifies that the error type must be...

This is an initial implementation of hierarchical flags. This allows flags to be defined at multiple levels of a hierarchy, walking up through the list until finding an explicit setting....