Mehdy Dara

Results 11 issues of Mehdy Dara

Many awesome project use ESLint. http://eslint.org Do you would PR ?

enhancement
help wanted

Hi, First thank you for this awesome list. Secondly do you accept a PR if I add a linter created by Sindre? https://github.com/sindresorhus/awesome-lint

#### What would you like to discuss? Hi, Im working on update our Got instance from v8 to v11, in Typescript. Initialy we had a option named `traceId` who add...

#### Describe the bug Hi, we use got in many microservice and yesterday we upgrade v11.5.2 to v11.7.0. Since this upgrade we have some error ``` RequestError: Cannot read property...

### Describe the feature Hi, I would like use badge for every level but they are a condition on level in FancyReporter. https://github.com/unjs/consola/blob/main/src/reporters/fancy.ts#L106 Maybe I missed something but currently is...

* https-proxy-agent v2.1.1 to v5.0.0 * http-proxy-agent removed (not used in code) You use a old and strange version of https-proxy-agent who rewrite the original function 'https.request()' ... https://github.com/TooTallNate/node-agent-base/blob/4.3.0/patch-core.js#L13 This...

Just update our package-lock.json and `node --import @swc-node/register/esm-register source/server.ts` fail ``` ❯ node --import @swc-node/register/esm-register source/server.ts node:internal/process/esm_loader:40 internalBinding('errors').triggerUncaughtException( ^ Error: Bindings not found. ``` source/server.js ``` import {hostname as getHostname}...