Omer

Results 36 comments of Omer

https://github.com/millsp/ts-toolbelt/issues/280 I have a code sandbox with examples of some more non working cases ;)

@manojdcoder This lib is kind of dead. and it doesn't work. It helps on some cases. Thanks for the suggestion anyways :) https://codesandbox.io/s/immutable-cookies-iko29?file=/src/index.ts:125-157 (Taken from #280 ) If you modify...

This is a duplication for https://github.com/millsp/ts-toolbelt/issues/276 If you will change the `User` type `name` field to be number, like such: https://codesandbox.io/s/practical-wildflower-8uegn?file=/src/index.ts It will work properly.

@MikaStark I agree with you, but the difference between what you suggest and with giving the crud api that will also generate the prisma api itself is small. I think...

At first glance I tried seeking a solution that will use the App context, such as portals, but there wasn't a quick one to write. The solution I propose simply...

@zenflow I've added support for Portal. The code itself is not ideal, but it works as expected. It should also solves some of the issues you mentioned. * A more...

@ zenflow 😢 ?

@zenflow In the meantime I'm using my fork, but I really think you should consider approving this pr. I changed it to use `Portals` as we discussed. It works well,...