Max Leske

Results 149 comments of Max Leske

Issue for fixing the image side code: https://pharo.fogbugz.com/f/cases/20973/DeflateStream-can-t-handle-input-that-exceeds-the-maximum-number-of-non-compressible-blocks

Just had the same thoughts until I remembered that all that information is displayed in the details panel below... I agree that the full name is not necessary although it...

I can confirm that. However, its not the node version but NPM, 6.14.14 was fine 6.14.15 is not. The change of the `tar` version is from 4.4.15 to 4.4.19.

I've narrowed it down to 4.4.16. Tested with `material-design-icons` `3.0.1`. NPM version: `6.14.14` I manually changed the `tar` dependency in the npm package.json to `4.4.16`, then `npm i` (for npm)....

Oh, just for future reference: I got here because my builds stopped working after the `node:lts-buster` image was upgraded last to use NPM 6.14.15. NPM would start timing out with...

For reference, this appears to be the issue where people noticed that something was going on with NPM: https://github.com/npm/cli/issues/3676

This only adds PCRE2 support to YAJL, correct?

@khiemdoan ah yes, sorry. We had a discussion on Slack about PCRE2 a couple of weeks back. I'm pretty sure that not everyone will want to switch to PCRE2, at...

Good point. I agree that we should remove it from httpd.

I've tried to recreate the issue you had with nginx and the variable but I can't. I believe it was already solved with additional `RUN` instruction that comments the directive...