Holger Drewes

Results 507 comments of Holger Drewes
trafficstars

Update: someone at some point should have another look at the initial list here and maybe (directly in the comment) transform to a check list (and check the things already...

One idea would be to add some simple dict (or similar) cache and add values on first usage and erase on (generally seldomly occurring I would very much assume) HF...

Did another small test to put things in perspective and added a global `param` counter to `Common` which does ```typescript paramCounter += 1 if (paramCounter % 100 == 0) {...

I guess this is still relevant.

@jochem-brouwer Can you give this issue another look and see what is done here? If a lot of things are done I think it makes sense to take this issues...

Can this get an update and eventually be closed? (or replaced by a new issue laying out a single thing which has been left here if there is just one...

Some context on this, [here](https://nodejs.org/api/esm.html#esm_modules_ecmascript_modules) is the Node.js ESM documentation. Some articles on possible approaches: - [How to Create a Hybrid NPM Module for ESM and CommonJS](https://www.sensedeep.com/blog/posts/2021/how-to-create-single-source-npm-module.html), Feb 12 2021...

Update: is this still a thing? Eventually @ryanio has some opinion as the "state expert" in the team? 😄

When implementing this, also consider #560 along the way (not sure if this is meant here), will close #560 to consolidate on issues.