puschie286

Results 32 comments of puschie286

same problem for month... only way i found is to delete baget and reinstall it

Postgres has [deallocate ](https://www.postgresql.org/docs/11/sql-deallocate.html) too

Hey, would be nice to see :) found https://github.com/fresto32/ngx-golden-layout-2/ for 2.+ but there are a lot of backward incompatible changes so would be great if you could update your read.me...

workaround is to put: `if( FirebaseApp.GetInstance( FirebaseApp.DefaultName ) == null ) { return; }` in all functions that can be called from the destructor ( if you need to access...

here is the whole test-app project because you cant upload .cs files [testapp.zip](https://github.com/firebase/quickstart-unity/files/5083421/testapp.zip)

Yes this resolve the problem I was hopping if you could throw a warning/exception when accessing firebase outside the unity lifecycle ? Needed a lot a debugging to find out...

found my mistake... you have to define a DbContext constructor that takes the SapphireDatabaseNotifier as argument ( and pass it to base constructor ) to prevent things like that it...

@Ergamon would love to see something like this - makes testing much easier, cleaner and simplify the maintance of test code by a lot. you can move all 'Returns' setup...

@sashok2k add bootstrap icon package and update the abp packages version

@maliming the test project contain these files - in the entity framework core test project