-
### Environment
* Elixir version (elixir -v): `OTP 24 Elixir 1.12.2`
* Waffle version (mix deps): 1.1.5
* Waffle dependencies when applicable (mix deps): n/a
* Operating system: OS X
### …
-
### Environment
```
Erlang/OTP 25 [erts-13.2.2.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit:ns]
Elixir 1.15.4 (compiled with Erlang/OTP 25)
```
```
$ grep absinthe mix.l…
-
TODO:
- [x] Phoenix project generator (to namespace apps) https://github.com/phoenixframework/phoenix/tree/master/installer
- [x] Clean folders structure (remove everything that is not needed for pure…
-
## Summary
This issue is intended for discussion and planning around developing a `Backend` abstraction for Annex similar to Keras's Backend abstraction.
This description from the Keras docs captu…
-
**Describe the bug**
When using `Ash.Type.NewType` with an invalid value for the `:fields` argument in `test_create` action, an internal server error occurs instead of returning a JSON list of erro…
-
I'm experiencing major issues with memory usage using this package. After about a minute after editor startup in an idle state (no files or directories opened) the editor goes bananas and quickly cons…
-
Running a webster app under elixir 0.15, got the following errors:
*\* (Mix) Could not start application weber_test2: exited in: WeberTest2.start(:normal, [])
*\* (EXIT) an exception was raised:
…
-
If I _only_ add tracing to the absinthe pipeline, it works. If I add tracing to the absinthe pipeline _and_ add `use ApolloTracing` to my schema, I get the error below:
```bash
** (BadStructError…
bjunc updated
7 years ago
-
When trying to create a simple resource that handles a post request we get an error saying there is no primary read action, even though it is never called.
This is my example resource:
```elixir…
-
I was working on the Tesla package and went to sleep. When I resumed work, I noticed that my computer was almost unresponsive. The extension had consumed all available RAM and spiked the CPU.
This …