Patrycja

Results 140 comments of Patrycja

> so it can't easily be used in CommonJS modules like this one. when setting up http toolkit server, hotpatching `require` to `import` in pre-compiled TS code: ```js const NodeDataChannel...

not sure if applicable here, but WebKit does some mildly cursed stuff for calculating the stack size on the main thread: https://github.com/WebKit/WebKit/blob/b64c3ed8059502609a5dba0c79c6d84773362c4a/Source/WTF/wtf/StackBounds.cpp#L139

> if some musl users can confirm it works (and passes test-js, our LibWeb tests, etc). might take a while, there's still some random build failures ( e.g. #21709 was...

funnily enough, i stashed the stack size fix and forgot to reapply it before building, but it.. looks like it works without it(?) i'm still getting some funny errors though,...

nevermind, it might simply be better than it was before, but searching anything in duckduckgo finally makes it trip with `Call stack size limit exceeded` on just 60-ish calls, no...

i tried doing something similar to what WebKit does, but it seems to now go the opposite way and assume the stack is *bigger* than it actually is: ``` Program...

it does. it might be just something missing from my config, as i added the bare minimum to the example config; nonetheless, it shouldn't outright segfault the program

do you have [`devel/pkgconf`](https://www.freshports.org/devel/pkgconf) installed? the error message sounds pretty clear :p

same here with Alpine edge and pytest 8.3.2; also seen here: https://bugs.gentoo.org/931574

> We don't need to use their package manager even, their archive format is pretty simple FWIW, Alpine is switching to a custom package format with the (upcoming, still TBA)...