Jose Miguel Colella

Results 4 comments of Jose Miguel Colella

I tried the following: ```typescript { provide: SOME_SYMBOL, useFactory: async () => { const sequelize = new Sequelize({ validateOnly: true }); sequelize.addModels([someModel, someModel2]); return sequelize; } } ``` when I...

@bduron I've been using tsconfig-paths in a production environment, and I have had no problems with this module. With regards to performance impact, I would minimal to none. I use...

@delner , would it be possible to wrap calls around things like ssl_connect method from ruby standard library?

I agree, currently all the badges in the project are broken. Has anyone found any solutions?