Ricardo Valero de la Rosa

Results 7 comments of Ricardo Valero de la Rosa

I'm a bit biased because it's what I'm using right now, but check out [`graphql-ez`](https://www.graphql-ez.com) it uses `graphql-helix` and has several integrations, not only for `fastify`, but `express`, `koa` and...

Hi again, I'm testing it out with the `HttpRequestTransportMode.HttpClient`. I want to avoid all the code generation and the connected service. I relied on this repo: https://github.com/tomasfabian/Joker And created the...

Hi! I would appreciate an answer, but just came up with a different approach. For anybody else struggling to find a straightforward way, like me. What about just using the...

Hi, thanks but I kinda answered myself on how to use expressions, but not on the specific cases I mentioned: - OrderBy for multiple columns with different directions combination? Expected...

well now I'm just curious, but I think with your comments I understand the original code entirely, so I don't see the need for merging (perhaps only the tests?) still...

Related to https://github.com/roc-lang/roc/issues/2659

A smaller example Before ```roc fn = \x -> if (x == 0) then A else if (x == 1) then B else C ``` After ```roc fn = \x...