DJ Jain
DJ Jain
The function spec for `Soap.call/4` specifies that the params argument has the type map. In reality, `Request.call/4` has the params type as `any()`. This results in the following linting error,...
### Environment * Elixir version (elixir -v): ``` Erlang/OTP 26 [erts-14.2.4] [source] [64-bit] [smp:10:10] [ds:10:10:10] [async-threads:1] [jit] [dtrace] Elixir 1.16.2 (compiled with Erlang/OTP 26) ``` * Absinthe version (mix deps...
Are there plans for incorporating this fix on master and releasing a new version of dataloader? https://github.com/absinthe-graphql/dataloader/commit/5dfab4aa53295b08ae72ace1a86814f084b5ee42
When using Erlang 28.0.1 with x509 v0.9.1 I'm encountering the error "Type not compatible with table constraint" when running the code snippet below. This error is not seen when all...