Marcel Laverdet

Results 219 comments of Marcel Laverdet

I guess I'm confused about the security argument. Maybe under deno it would be a concern because in that ecosystem system capabilities are strictly opt-in. Given that, in nodejs, every...

`require.register` was just an awful experience as a module consumer so I was super disappointed to see it come back. A lot of naive module authors add something like `require('ts-node/register')`...

I think you misunderstood. I am talking about a persistent file cache for caching the results of transformations between different runs of nodejs, not an in-memory cache for caching instances...

> Could we create a cache based on the resolved URL and a hash (like a shasum) of the source returned by nextLoad? Ideally you wouldn't need to call `nextLoad`...

Yeah I didn't mean to say that either case is more valid than the other. Studying both is great. Thinking about good "best practices" for caching would really benefit the...

I submitted a bug report to TypeScript about lack of support for string literal exports, since this is a feature in plain JavaScript: microsoft/TypeScript#56200

Got a comment with a pointer to another issue. I believe you can export raw string names via `export = `. I'll give it a shot in our project and...

Inactive buildings are not implemented at all in xxscreeps. The red effect is implemented entirely in the client.

Hi please read the big notice on the front page.

I'm surprised they are still using fibers. My guess is that if you open an issue over there they will tell you to use an older version of nodejs. Their...