ecyrbe

Results 16 comments of ecyrbe

@KATT `trpc.userById` is a tRPC client call, right?

So if i understand correctly, the addition of keyof made superset assignment to a subset impossible. Since i made the implementation of keyof, i can try to create a separate...

This does not look like a zod issue. Please provide full test code to reproduce.

Hello, i'm also in need for this feature. As i need to use an enum to validate user input based only on a provided schema for [zodios](https://github.com/ecyrbe/zodios) library. Could you...

But technically speaking, if i where to create a redis driver for kine, doing some jutsu with key convention suffix and scanning to emulate versionning, could it be done with...

> what about `getQueriesData` ? Would we need that there as well? Yes, if you agree, i'll also add it

You are correct on all points. So maybe, it would be safer to even go further. Because what about a user that wants to have filters alongside of a Factory...

For information, i'm strugling with where to handle this new overload. Internally no current parseArgs helpers handles this use case, and modifying `find` and `findAll` to accept queryOptions would break...

i'm sorry dom, but i can't make this work smoothly. internally everything is using unpredictable overloads. And since code coverage is not there, i can't guaranty i'll not break any...