Shahar "Dawn" Or

Results 488 comments of Shahar "Dawn" Or

Just jumping in to say that Rust's editions system seem to be going great for it.

Yes, me too. And that's not a coincidence, since we're working on the same project together.

That brings us half way there. Additionally, we'd like to be able to trigger individual reloads ourselves. I know I'm not providing you with an API design at this point....

A page may consist of multiple files. And in our case it does. If these files get updated too far apart from each other, then the developer experiences multiple reloads....

They hit save once and experience one reload. Well, at least that's the ideal. Currently, they experience two reloads for each time they save a source file. That is because...

The source of truth regarding updates to the website is somewhere in the program that updates them. When the boundary is an inconvenient one, such as a command, one is...

I'm assuming that --require is passed on to node like any other argument? Has nothing to do with this package, if so. That's how I see it. On Fri, Jan...

So, this is a node.js problem. I'm guessing that we're not the first to require debugging of child processes. If node provides a debugging feature and it provides a child...

Is this going to help with the portfinder issue? https://github.com/nodejs/node/pull/5025