Andreas Hadjiprocopis
Andreas Hadjiprocopis
Thanks for your response. Can you please clone https://codepen.io/Vestride/pen/ZVWmMX , but make it use Shuffle v6.0.0? Then I can add a compare() and test both (I assume that fiddle uses...
Thank you for this. **I can not reproduce what I claimed above** when running a test using the fiddles you provided. Both v5 and v6 produce same results, for 12...
I have managed to reduce my code into a very condensed self-contained html below. The problem still happens with the following code. I may very well suffer from cargo-culting or...
Looks like there is no change: ```sort()``` and ```sorter()``` are called twice with below code which uses ```initialSort``` and does not call ```sort()``` directly. I have placed a ```throw new...
I have similar issue here with Text::Xslate (via Perl and Mojolicious). I can do this: `my $arr=[1,2,3];` but I can not do this : `$arr[1] = 12;` I can do...
I can't understand if anything more from me is needed. let me know. On 25/01/2022 03:57, ℕicolas ℝ. wrote: > ***@***.**** commented on this pull request. > > ------------------------------------------------------------------------ >...
Don't you need to *add* ```--no-sandbox``` when running it as root? I think just a simple warning can suffice when you detect that spawning that process resulted in the specific...