Bob Stockdale
Bob Stockdale
Thoughts on doing something like this? https://github.com/stocks29/nebulex_ecto/commit/38f942bbe550b2cd6b1d4e38735fc227b53fe340 The idea is to cache all items using the `id` from db after retrieval and use the original passed in key to create...
I had to delete the action (temporarily remove from cloudformation/cdk) and then add it back in order to work around the "cluster does not exist" issue so it would respect...
This is also true of `cognito-client-identity-provider`
This was really tripping me up. I couldn't figure out why a process I had linked to my socket kept getting a new pid. I'd recommend putting this logging in...
Unfortunately `:mix_task` doesn't respect result values in 0.6.5, so if you downgrade be sure to use `:cmd`.
The ability to run tasks under separate envs would be really nice. I have e2e tests which run in an `:e2e` environment. I'm unable to run them with this module...
It's been a while since I looked at this but from what I recall this line was the problem: https://github.com/lpil/mix-test.watch/blob/master/lib/mix_test_watch/port_runner/port_runner.ex#L50 ```elixir |> (fn command -> "MIX_ENV=test #{command}" end).() ``` It...
In my case I had installed openjdk through homebrew and it wasn't linked to the java wrapper on macos: ``` ❯ java --version The operation couldn’t be completed. Unable to...
A hex release for this would be greatly appreciated :)
This only seems to happen when not passing a client. Passing a client into each function resolves the dialyzer issue.