Sébastien ELET

Results 11 comments of Sébastien ELET

I was trying `djv` but i will have to bring back `ajv` because i meet this issue on all my schema :-(

Le principal inconvénient pour moi est de devoir faire du sourcemap pour debug.

@jay1337 i did a PR to support this. I let @nfroidure doing the review before merging / releasing. This will be a major update since i migrated the plugin to...

@nfroidure i'm ok to maintain it then.

@nfroidure i'm already able to merge & publish then do the more convenient for you

@jay1337 sorry, i forgot this issue. Time to merge & release ;-)

@jay1337 i released the v1, still a lot of things to do, but let me know if it works for you !

You may also perform a count + Boolean cast like ```ts const isHost = await prisma.meal .count({ where: { id, host: { id: user.id }, }, }) .then(Boolean) ```

Same issue with 0.8.4

I solved my problem with downgrade of nodejs to 0.6.19 cd /usr/local/Library/Formula && git checkout 83988e4 node.rb && brew unlink nodejs && brew install nodejs