Daniel Ruf

Results 910 comments of Daniel Ruf

> sudo npm install -g node-qunit-puppeteer `sudo` should never be used tbh.

All hardcoded paths should be configurable (with default values as fallbacks) in my opinion.

Some additional information: I think (I did not verify this) HPACK also reduces the bytes needed for the response, when multiple header fields are used.

Can someone provide a working reproducible example, for example via GitHub Action (where MacOS can be also used as OS)?

> the same error happens when installing PHP via Homebrew. Only in this case? I remember that homebrew downloaded the source tarball and afterwards compiled PHP on my Macbook, but...

@jasonvarga thanks, that helped. I did some testing. So far: ✗ PHP 8.4.3 + SQLSRV 5.11.0: https://github.com/DanielRuf/msphpsql-issue/actions/runs/16838117510/job/47702465100 ✗ PHP 8.4.1 + SQLSRV 5.10.0: https://github.com/DanielRuf/msphpsql-issue/actions/runs/16838654593/job/47704238150 To me it seems this is...

Maybe something changed in PHP or MacOS? https://github.com/microsoft/msphpsql/issues/1532#issuecomment-3172980812 Anyways, someone should do some proper testing and show exactly, when this regression was introduced. Because if not, then this is not...

Probably bug caused by changed locale settings in macos 15+ in PHP, see https://github.com/php/php-src/issues/19828 for more details.

Why not check for the required library? That should be possible. See https://github.com/lerna/lerna/issues/3612#issuecomment-2676283422

> Yes indeed, I'm seeing issues too since yarn upgrade which only affected our sub-dependencies. Can you clarify? Because I've checked and the problem is not new.