thebestgin

Results 10 comments of thebestgin

I have the same problem. In my case the error occurs because I add/remove the 'InfiniteLoading' component via {#if items.indexOf(item) == 0} only at the beginning of a Virtual List....

We have the same problem. Unfortunately, due to the incomplete recovery, we cannot use Konga productively at the moment. We would be very happy if the bug is finally fixed.

> Hello @thebestgin , > > Do you think you could provide a **runnable project sample** for this issue? It will help my developer to get started to investigate it...

Hello Jon, I have programmed an example project for you. In the sample project everything works fine. I first have to figure out what is different in my big project....

Hello Jon, I have reproduced the error. [EFPlusFutureProblemPostgres.zip](https://github.com/zzzprojects/EntityFramework-Plus/files/6681416/EFPlusFutureProblemPostgres.zip) ![image](https://user-images.githubusercontent.com/10037845/122657243-2a344180-d162-11eb-9ec9-22df146a4de3.png) This is the reason of the error ![image](https://user-images.githubusercontent.com/10037845/122657279-85663400-d162-11eb-9ea8-713b2bc38de6.png) With two futureValues the error occurs. With one futureValue it works.

Hi @JonathanMagnan, Your paid Entity Framework Extension Library has the same problem with the jsonb / json data type in FutureAction. https://entityframework-extensions.net/bulk-merge#merge-with-future-action The error occurs when there is more than...

> I have the exact same problem. Any updates on that? Thanks, > > M Unfortunately not. There are only ugly workarounds. Use a string data type instead of JSON....

Is there an added value for the use for the data type uLong? For the database I need a normal long. uLong can be converted to long, but will this...

> NextLong can return just long type since sql server don't support unsigned bigint type. Maybe you can add mschuler as an assignees so he can get an email notification...