Erik Reedstrom

Results 8 issues of Erik Reedstrom

We have many views in our system and would like to utilize the ease of factories when testing them. In practice, this requires us to create additional insert functions, such...

## Problem We are currently using a new job state tracking mechanism based on some of the ideas provided in [Introducing Centrifuge](https://segment.com/blog/introducing-centrifuge/) as well as [Implementing Stripe-like Idempotency Keys](https://brandur.org/idempotency-keys). Part...

The request payload of when using POST method passes variables as JSON string rather than object. ## Expected ```js { "query": "mutation UpsertCustomer...", "variables": { "homepolish_id": 421, "input":{ "age": 36...

The current version of the extension is not displaying anything now on hover. I am running 1.7.2 and OTP 21.0.4. On hover, nothing happens and am presented with the following...

## Issue When attempting to return unauthorized from a config macro, the socket impl throws an error of the stringified errors map. Although `onSubscriptionResponse` maps errors, if an error map...

This change allows for grater flexability in configuring the connection. Rather than having to redeclare config options explicitly, one can now defer to the config provided by Ecto. ```elixir use...

Although config by url is an Ecto specific function, parsing values from a postgres url is required in environments where these values do not exist or can change frequently. If...

In submitting #134, I ended up having to rewrite the new functionality and tests as I was unaware excoveralls had to support back to elixir 1.2. It would seem with...