Jose Miguel Colella
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?
@torihuang and @josecolella are working on this
This is the PR that should get us almost all the way there: https://github.com/flavorjones/loofah/pull/284