andersnm

Results 70 comments of andersnm

Hi! Could you remove any private data and share the XLS? (attach it here, but zip it first, otherwise github blocks the upload) If that doesn't work or the problem...

Hi, Hm, so I understand why this happens, but not how to fix it. On Windows 10, if you go to "Change the date and time formats" from the start...

Having the same problem in recent versions: wrote some requests a few months ago which are now failing with "BAD_ENCODING" without any changes. Seems to affect only requests where a...

Hi again, Have tested a fix and can confirm it fixes the `aclocal: error: echo failed with exit status: 1` errors after `autoreconf -i` or autogen.sh. Likely the same as...

The problem was isolated and reproduced through an interactive docker shell based on balenalib/raspberrypi3-debian:buster with `apt install build-essential gcc`. The repro basically does the following: ``` execve("/bin/sh", [ "sh", "-c",...

Hi, searching for more occurrences of @emp-mas 's finding, the ripple directive has the same issue https://github.com/primefaces/primevue/blob/917ef22d9a4afcea0c59d1e4644218b3f0dcd222/packages/primevue/src/ripple/Ripple.js#L25-L30 This affects a bunch of components, but only if enabled (...so its not...

Hi, thanks for an interesting and well-researched ticket. I agree with your assessment this refers to a system long date which indeed ignores the formatting coming after the brackets. Can't...

@GradlonGwen Sure, if you fork this repo into your account and create a branch there, then you can create a PR here based on it

@mercmobily We just tested a stress test run with this config: ``` pool: { maxConnectionLifetimeMillis: 4 * 60000, // 4 minutes maxConnectionLifetimeJitterMillis: 60000, ``` Alas, the load was not distributed...

@mercmobily Thanks, works as expected! Here we are using `maxConnectionLifetimeMillis: 4 * 60000, // 4 minutes` and no jitter: