Paulius Grabauskas

Results 19 comments of Paulius Grabauskas

Hi @JonathanMagnan, I have tried to use effortConnection.ClearTables() but now I have other issue, I use CsvDataLoader to preload some data, after calling ClearTables that data is removed too. What...

@JonathanMagnan, any news on how to keep seeded data after effortConnection.ClearTables() is called?

@JonathanMagnan, thanks for heads up. Waiting for new release :-)

@JonathanMagnan, sadly but I am getting System.NullReferenceException when calling CreateRestorePoint method: ```csharp Initialization method BaseTestInit threw exception. System.NullReferenceException: System.NullReferenceException: Object reference not set to an instance of an object.. at...

Ji @JonathanMagnan, Now CreateRestorePoint works but **RollbackToRestorePoint** fails: ```csharp TestCleanup method BaseTestCleanup threw exception. System.Reflection.TargetInvocationException: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference...

Hi @JonathanMagnan, another exception on 2.0.0-beta4 when calling RollbackToRestorePoint method: ```csharp TestCleanup method BaseTestCleanup threw exception. System.Reflection.TargetInvocationException: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> NMemory.Exceptions.ForeignKeyViolationException:...

Hi @JonathanMagnan, still no luck to use new feature: ```csharp TestCleanup method BaseTestCleanup threw exception. System.Exception: System.Exception: Oops! There is an error when trying to generate the insert order. --->...

@macjohnny, @wing328, @adrianhelvikspond this introduced new issue. Now Date object is serialized to `{}`. Request: ``` { testDate: new Date() } ``` After serialization becomes: ``` { testDate: {} }...

The same for me. I get more and more folders with same name :-( Using latest version 5.1.1 @davidhampgonsalves I have looked at the code and noticed that some `awaits`...

@davidhampgonsalves with my changes https://github.com/davidhampgonsalves/Live-RSS-Bookmarks/pull/17, I still got some duplicated folders but those were much less often. Then I did some other changes: ```diff diff --git a/src/background.js b/src/background.js index 73b7dea..2f5b095...