Joël Galeran
Joël Galeran
Note: You can try prisma packages on the `dev` tag on npm, like `@prisma/[email protected]`
@maoosi Prisma 4.0.0 was published on Tuesday :canoe: The internal package `@prisma/sdk` - was published for the last time to ease the upgrade (in the future we might reuse the...
C'est vrai que Laravel a l'air pas mal, mais je connais personne qui l'utilise en prod... Je suis en train de regarder le Sonata Project de près et c'est puissant...
Oui, de goûts et des projets aussi, pour un site simple pour pour un projet lourd on a pas les mêmes besoins comme dans mon cas. Il me faut un...
Example from nestjs-prisma: Dockerfile https://github.com/marcjulian/nestjs-prisma/blob/master/src/nestjs-prisma/templates/docker/Dockerfile docker-compose.yml https://github.com/marcjulian/nestjs-prisma/blob/master/src/nestjs-prisma/templates/docker/docker-compose.yml
Note: pnpm added a `patch` command 2 days ago 🎁 See https://pnpm.io/cli/patch https://github.com/pnpm/pnpm/releases/tag/v7.4.0
Note: pnpm added a `patch` command 2 days ago 🎁 See https://pnpm.io/cli/patch https://github.com/pnpm/pnpm/releases/tag/v7.4.0
Thanks @PavelShar I just tried that with a full example https://codepen.io/Jolg42/pen/qBOeYej?editors=1010 ```js const client = new WebTorrent() const torrentId = 'https://webtorrent.io/torrents/wired-cd.torrent' client.add(torrentId, function (torrent) { torrent.on('done', function(){ console.log('torrent finished downloading')...
Happens also to me in Firefox Developer 77.0b1 on macOS High Sierra 10.13.6 with the latest version of WebTorrent Ad they are not catched the event listeners https://codepen.io/Jolg42/pen/qBOeYej?editors=1010
See failures https://github.com/prisma/prisma/actions/workflows/test.yml?query=branch%3Arenovate%2Fmajor-esm-devdependencies-and-dependencies-%28major%29