Jonatan Männchen

Results 84 issues of Jonatan Männchen

When trying to use the `Absinthe.Relay.Node.ParseIDs` middleware for arguments in subscriptions, the following error is thrown. ``` 12:50:25.251 [error] Should have halted or suspended middleware Started with: #Absinthe.Resolution false, Absinthe.Middleware.Batch...

Get rid of the following error: ``` ==> xlsxir Compiling 14 files (.ex) warning: :crypto.strong_rand_bytes/1 defined in application :crypto is used by the current application but the current application does...

I'm not exactly sure if this is the right place to report this problem since this might be either expected or a problem in the browser. ### Environment * Elixir...

Sentry catches a lot of `RuntimeError`s saying `Pubsub not configured! Subscriptions require a configured pubsub module.`. I could not find out in which cases it is failing, i just see...

principle question: Why do we put all of the plugins into a single repository? We could move them into their own repository and make them available via bower. This'd be...

See https://github.com/elixir-ecto/ecto_sql/pull/423 * [x] TODO: Change `mix.exs` back to released versions.

Use `nimble_parsec` for parsing.

enhancement

Partial Implementation of #69 TODO: How to fix the comments? Incrementing / Decrementing Seconds will not work properly.

enhancement
help wanted

Support to use `DateTime` as well as `NaiveDateTime`. Needed to enable option 4 of https://github.com/quantum-elixir/quantum-core/issues/407 * [x] `Crontab.DateChecker` (#70) * [ ] `Crontab.DateHelper` * [ ] `Crontab.Scheduler`

enhancement
help wanted

Hi @johnschug, Thank you very much for this great lib! I'm currently implementing an Elixir NIF (using [rustler](https://github.com/hansihe/rustler)). To share the context to Elixir, I implemented a `ResourceArc`. To have...