Radek Benkel

Results 6 issues of Radek Benkel

### Summary When `.netrc` for specific host is present, it overrides defined headers (like `Bearer`) which cause errors when calling endpoints that do not support `Basic` auth. There is workaround...

easyfix
python3
waiting_on_contributor
module
support:core
bug
P3
verified
affects_2.10

### Description of a problem In environments where `node_modules` are read-only browser report isn't created. Examples of such environments: [nix](https://nixos.org/nix/) based builds, where `node_modules` land in `/nix/store` as read-only (`555`...

I see, that code is missing explicit `closeImapStream` (or similar) method - sometimes you may want to close connection and open it once again in one script, while creating new...

Compare those ```js new Intl.DateTimeFormat('en', { weekday: 'long', day: '2-digit', month: '2-digit', year: '2-digit' } ).format(new Date(0)); // returns 'Thursday, 01/01/70' //work the same natively in browser without `intl` package...

bug

Looks like install script doesn't check for UniqueID in multi-user mode How to reproduce: 1. Create a user with UniqueID `30005`. 2. Run `curl https://nixos.org/nix/install | sh` 3. You will...

stale

### Please avoid duplicates - [x] I checked [all open bugs](https://github.com/nock/nock/issues?q=is%3Aissue+is%3Aopen+label%3Abug) and none of them matched my problem. ### Reproducible test case https://gist.github.com/radekbenkel/6cede03ae57d93d5d238667476e1851c/c13fac327b2fa45ca3fad01786d514e76b62334f ### Nock Version 14.0.0 ### Node Version...

bug
interceptors