Carl-Erik Kopseng
Carl-Erik Kopseng
Should have a dedicated files for vim, bash, ... that only exists on developer boxes. Maybe just check for a file `~/.is-dev-box` during per-host customisations? It's nice with a similar...
For me, this seems to be related to http proxies. I am on a corporate network, and I would get something like this repeatedly: ``` info: profile set to 'default'...
@humitos the library (nise) is still available. Working just as well. Just not bundled. Just import it directly. Same API.
@mohamedmansour Please do! I do not have much time (or incentive) to maintain and work on JS related projects at the moment, as I have almost exclusively been working with...
Sure, go ahead.
Hi, thanks for this. The non-standard `module` field used by some bundlers is supposedly meant to point to a directory of ES Modules. I guess it might as well be...
@mroderick Are you looking at this wrt your current ESM work?
This is a great suggestion! I was unaware of that feature. Mind you, we already do have a wrapper library that cleans up sandboxes: [sinon-test](https://github.com/sinonjs/sinon-test). Nothing fancy, though, but less...
> But to be honest, I haven’t a clue where or how to implement this in the core source code. Do you have any advise? See stuff in lib/sinon: proxy.js...
Hi, we have long since wanted to do this, and we were approached by @elliot-huffman last year on that topic. We had some initial promising chats, but then it all...