Kai Tamkun

Results 11 comments of Kai Tamkun

I'm having the same problem, where only index.json and the ast directory are being generated, though I'm using a couple more plugins: ```json { "source": "./src", "destination": "./public/doc", "includes": ["\\.jsx?$"],...

Whoops, tried to use dlsym on Windows

Thanks for cleaning up the mess after I merged main into this branch :D

This behavior is caused by the µSockets library, which intentionally (and without explanation) chmods UNIX domain sockets to 700 after creation. Node.js doesn't chmod them at all. PR #16200 fixes...