Yann Massard

Results 11 comments of Yann Massard

~~Note that this did not happen in 3.4.14.~~ ... note that I just was unlucky reproducing it with 3.4.14 at first...

I've got the same problem. I cannot make the builder choose the union alternative that is of type List(struct). See the unit tests below. Note that the problem also occurs...

@niklaskorz Super excited about your work!! I have had a look at your gist and found that you are currently emitting namespaces / internal modules. Are you planning to generate...

I manually tested all permutations of: | config | values | | ------------- | ------------- | | frozenColumn | -1, 0, 1 | | forceFitColumns | true, false | |...

I also changed the commit message according to the conventional commits spec.

Yes, quite sure ;-) https://github.com/6pac/SlickGrid/pull/700/commits/11f78face9302423fd846e3627fd07da6c192cba

Or would you like me to also change the title of this PR ticket?

@OlegDokuka: Doesn't help. ```java @Test void testCache() { Mono mono = Mono.empty(); for (int i = 0; i < 1_000_000; i++) { mono = mono.then(Mono.just(i)) .onTerminateDetach() .cache(); mono.block(); } System.out.println("Done");...

@kimec Yes, I am essentially building up a linked list. Didn't I essentially say that myself? The reason why I regard this as problematic behavior of the library is because...