Mathias Polligkeit
Mathias Polligkeit
Hey @simonmcconnell, regarding handling different types, maybe it is helpful to have a look at my changes in #52: https://github.com/mathieuprog/polymorphic_embed/pull/52/files#diff-c25d18a6ba2355e2943f07bd6f1ba5e8902a40acac7ab7210a29fc613fb2b379. I think we tried using `{:array, PolymorphicEmbed}` before, and I...
The issue is that when you build your own Hydra client application, you see all these fields in the responses that are optional, and if you need one of them...
I'm using both Absinthe Relay and Dataloader in a project as well, but haven't used Dataloader for Relay connection fields yet. In my case, I'd require the sorting to be...
Same here. We'd like to have success notifications only for production releases, but with a configuration like this: ``` - slack/notify: event: pass channel: ... template: success_tagged_deploy_1 tag_pattern: prod\/.+ ```...
I just tried adding the cli (version 0.19.4) as a dev dependency to a yarn 1.22.18 project (no pnpm). I generated a new file with `asyncapi new`, but when I...
Any news on this?
@jesselathamdev Which ones in particular are you missing in the [existing operators](https://hexdocs.pm/flop/Flop.Filter.html#t:op/0)?
It is possible to convert a simple key/value filter map into the flop filter format with `nest_filters/3`, which also allows you to set the operators to be used for each...
There are a few things to consider here. 1. Flop needs to be able to reference fragments and/or dynamics by name. 2. It must be possible to order by a...
Hey @andreasknoepfle, PRs (also with partial functionality) are certainly welcome. It's a bit tricky, since it requires some macro magic.