Results 10 comments of MrBar42

@paulirish its definitely possible to control the network inside a docker container. yes, docker uses the host kernel but docker actually creates a virtual network interface for each container which...

well, this module exists before node-cleanup :smile: I guess for some reason i didn't find node-death when i was needing this functionality. I've been using it for a while and...

Whoops. removed all unnecessary changes @oleksiyk

this would indeed be a great feature. meanwhile i ended up merging reports with some naive monkey patching. although it doesn't merge all of the possible cases - it generates...

It's been a while since this discussion took place, but i think what people mean by "simpler" is - that it wouldn't be a full project. I'm looking for it...

Hey, Thanks for the issues! So, i looked for one of these extensions and they seemed bogus and i couldn't get myself to trust them, so my though was to...

> can't it be open source and published on CWS ? it most definitely can, i was just explaining my original line of thought. I might have time during the...

i'm not able to reproduce, can you share reproduction code? please include you `package.json` and `tsconfig.json`

the built code that is published to npm seem to contain an error in `dist/levels-selector.js` ```js /******/ // The module cache /******/ var installedModuleds = {}; ``` instead of ```js...