Doug Coleman
Doug Coleman
``fork`` uses way too much memory and needs to be replaced by ``posix_spawn`` for .99
https://github.com/factor/factor/blob/4f304cbc877b72618ad1b2dba8f9f8c5c3550f7a/basis/unix/process/process.factor#L105 I should have linked the existing ffi bindings. Oops! The part that isn't done yet is integrating with ``, `run-process`, etc.
Ok great, glad you found them.
The factorcode.org issue was probably buggy SSL reads/writes that caused an OOM, although this issue is still obviously important.
ran into this again.
John and I run the website in a tmux. I can update it for you once fixed On Sat, Oct 21, 2023, 5:15 AM Raghu R ***@***.***> wrote: > i...
Discord shows up, but I have to add Factor by hand. hm And now it works
chatgpt suggests trying this to see if we have permissions ```objc CGEventMask eventMask = (CGEventMaskBit(kCGEventKeyDown) | CGEventMaskBit(kCGEventKeyUp)); CFMachPortRef eventTap = CGEventTapCreate(kCGSessionEventTap, kCGHeadInsertEventTap, 0, eventMask, NULL, NULL); if (eventTap == NULL)...
This pr (https://github.com/vbenjs/vite-plugin-html/pull/96) solved it for me. I am proxying port 8080 to a react backend on port 3000 with `vite-plugin-html`. If I try my url on port 8080 from...
``` USE: gamelib.demos.tic-tac-toe "gamelib.demos.tic-tac-toe" run USE: gamelib.demos.flow-demo "gamelib.demos.flow-demo" run ``` now you can click xoxox on the flow-demo gamelib stuff could be in demos if we fix the "standalone"-ness of...