Maxim Kot

Results 7 comments of Maxim Kot

I believe the idea behind this package is really nice, and thanks to your trick for parameter extraction I was able to fill in the gaps for my own implementation....

The new skype theme is horrible. I hope you'll find a workaround for this :)

I thought first, it's a slim version of Laravel :)

A slightly different use case here: I wan't to build and bundle my app into `*.js` and `*.d.ts` files and I want my models to be part of it, without...

My current workaround is to copy & paste models from prisma (they are almost at the top of `node_modules/.prisma/client/index.d.ts`) to a file called `models.ts`. Then I make sure that I...