Carl-Erik Kopseng

Results 383 comments of Carl-Erik Kopseng

``` ❯ npm audit # npm audit report ws 8.0.0 - 8.17.0 Severity: high ws affected by a DoS when handling a request with many HTTP headers - https://github.com/advisories/GHSA-3h5v-q93c-6h6q fix...

Hi, sorry for making you wait two months. I am doing flight controller software at the moment, andI have not touched JS in the last year, so there's not a...

Ah, all the projects are using deprecated actions ... https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down

#254 was merged some time ago. if you have any work on this that upgrades the project, I can get it in this week. back from a looong Summer holiday,...

Thanks for the tip. I generated two sets of 1000 and 2000 tests (with 10% failing) and captured the reports. The runtime when doubling the tests went from 6.8 seconds...

Seems like you are onto something, @RonnyPfannschmidt. Adding --assert=plain --tb=native gives near linear increases ✦ ❯ time FAILING=50 TOTAL=400 ./generate-tests-and-report.sh Generated test suite with bogus test cases real 0m0,994s user...

So ... not quite sure what - if anything - is implied here. To me, this looks like a performance bug. I cannot understand why traversing the AST of _one_...

Doing it for the other projects would of course be beneficial ...

Finding historic versions for Node is indeed a good case. I guess we could try to reflect this somehow. Maybe we should have a little unit test that checks the...