Fabrizio

Results 106 comments of Fabrizio

Hello @jsumners Yes, i've had a look at the issue you linked, however even by using the `mixin` function i'm still unable to customise the `level` property. I can only...

@DarthSim Sorry for the late reply, After I raised the PR I've gone on holiday leave. I'm now back and I will address the requested changes which all make sense!...

This is expected, as the ORDER BY clause on a string in Postgres does not take into account the number cardinality, I would recommend sorting by `created_at`. Alternatively, if the...

@neumino This are promising improvements! Thinky is an amazing ORM, I can support with the issue #365. Is there any eta on when those changes will start? I would like...

I think this PR is important, if thinky can help optimize queries then the developer has less to think about at least for **filters** and **order by**. Of course this...

Adding a sleep of 2 seconds before closing the connection it actually works and confirm my theory. ```ts processManager.beforeExit(() => { await sleep(2000); // I'd want to wait for all...

Is there any update on moving this forward? It is critical (as already mentioned above) that the response **comply with the GraphQL spec**, since all the tooling are built around...

Hey @xenirio looks good! Was about to merge but there is some linting that prevents me to do that. Can you please run prettier on the files: ``` warn] src/utils/config.ts...

I will merge and run prettier on it 👍