Erik Reedstrom
Erik Reedstrom
Is there a status update on this? We also would like to use this functionality. Is there overlap with https://github.com/danielberkompas/elasticsearch-elixir/pull/78?
#78 isn't our PR, but we have need to expand on the idea. Specifically for delete actions. We want to ensure we're moving forward with one that will be utilized.
@ono We've been looking at this as well. It seems the community has been learning towards explicit contracts as a way to establish mocks at the boundary of a given...
Here is where we ended up. This may be a bit heavy handed, but it has allowed us to mock out our job execution using the Mox lib. First, we...
We are forking to support this for ourselves and will submit a PR.
This appears more complex than we initially thought. To match what we want to accomplish, task bunny needs to expose the lifecycle of the job. To do this while remaining...
The issue is here: https://github.com/absinthe-graphql/absinthe-socket/blob/master/packages/socket/src/pushRequest.js#L43 It seems this should check to see if the response is a map or a string, and call `gqlErrorsToString` in case of the former. Possibly...
In this case we have a `Location` view that projects the composition of 3 tables; 1 primary table `projects`, and 2 join tables `project_clients` and `project_client_servicers`. The `Location` schema defines...
We just had this conversation and came to the same conclusion. +1 However, there is a use case for also passing the suggestions in the method. For instance, we query...