Florian Rossiaud
Florian Rossiaud
The extension still working on the very first window open. On every other new windows, the extension doesn't works.
Tell me what can I do for you. I'll try to help you.
For the moment I use this snippet of code to have a UserService with nestjs: ```ts @Module({ providers: [ { provide: 'USER_SERVICE', useFactory: (databaseService: DatabaseService) => { return databaseService.user; },...
Hi, we got a use case in our company that the prisma schema could be store inside node module register in our main `package.json` that we want to extend it...
> please revert the changes made on `package.json` file It should be good now, I revert the `package.json` and `package-lock.json`
Do you have any update on when we could merge this pr into master?
Is it possible to get this simple feature merged ? If you are a project maintainer you should be able to allow only a limited scope to ensure consistency accros...
I cannot test this pull request right now (in a few days probably). Is someone can test it before i merged it ? Or we will wait until I can.
No idea about this error. This repo is a helper to build readthedocs but it only take the source from the official repo. Maybe this is an error from readthedocs...