Weyert de Boer

Results 330 comments of Weyert de Boer

Is this still a valid requirement? I have problems installing `node-quirc` on my M1 mac

I can see this working :)

@sjs994 Hmm, that's a good point regarding correlate performance. Didn't think of that. I was thinking we already have some of the node packages instrumented and thought maybe it's worth...

@NicholasLYang If you can create a canary build that I am happy to test it. I tried to build it myself but I can't seem to get it compiled.

Thanks @chris-olszewski going to experiment with it 👯

I have been trying it out when I make a change it seems to partly work for me. If my structure is as follows: ``` packages/logging packages/api (depends on `packages/logging`)...

Do I misunderstand how watch-mode should work for changing dependent packages? Do I need to watch the `node_modules` myself for changes when using `pnpm` ? Also looks like the `dev`-tasks...

Yeah, I am currently having a import-loader defined to accept Typescript code and then use `node`'s `--watch` functionality to detect changes but they ignore changes in `node_modules`. I am wondering...

Yes, but `turbo` doesn't kill and restart the process when it's a persistent task and that is required when you want to keep a server running. I would need to...