Andre Carlucci
Andre Carlucci
I'm trying to have more than 1 deck or hand in the same line, but I can't do it. Any thoughts? Tks!
Hi, I'm creating a template with 2 projects (src and test) and would like to publish this as a nuget package. I understand that it is easy modifying the .csproj...
The idea is: 1. create the DB: db = newDb(); 2. set up my schema using typeorm. (db.adapters.createTypeormDataSource()... syncrhonize() 3. create a db backup. db.backup(); 4. put this all in...