Simen Bekkhus
Simen Bekkhus
Using it in `ink` forces me to use it downstream
It's amazing in Jest tests. But I get Cannot find module 'react/lib/ReactComponentTreeHook' from 'ReactDebugTool.js' at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:151:17) at Object. (node_modules/react-test-renderer/lib/ReactDebugTool.js:16:30) at Object. (node_modules/react-test-renderer/lib/ReactInstrumentation.js:19:24) With the following config: ```json "moduleNameMapper": {...
#1751 updated to v5 which ships with types. However, the `Long` type used here seems to be custom and not imported, so this was never used anyways? https://github.com/protobufjs/protobuf.js/blob/6f0806ddef408647fbaed049dbd8929ad9f5c10c/index.d.ts#L1848-L1862
### Summary See https://www.runpkg.com/?@expo/[email protected]/build/ios/Swift.d.ts#1 This references types from `xcode` which only exists in this repo: https://github.com/expo/expo-cli/blob/2236dbbc2b130b88441adaacc6f5091ea9eff2d8/ts-declarations/xcode/index.d.ts#L17 This causes TypeScript errors in my own project. Not sure of the best way...
Not sure what I'm doping that causes this, tbh... ``` ? What is your npm registry? https://registry.npmjs.org/ ? What is your npm username? simenb ? What is your npm password?...
We'd like to enforce casing of both files and directories. Is that possible, or would it need some kind of "root" directory to avoid caring about directory name outside of...
## 🐛 Bug Report `request.url` is different in `onRequest` vs `onResponse`. ## To Reproduce Steps to reproduce the behavior: ```js const fastify = require('fastify')(); const fastifyExpress = require('fastify-express'); const fp...
 Queries are supported: https://nodejs.org/api/esm.html#esm_url_based_paths Using `[email protected]` and `[email protected]`
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug Running `yarn npm audit -AR` fails in the Jest repo with a 400 error...
- [ ] I'd be willing to implement a fix **Describe the bug** Going from [email protected] to installing from sources changes the checksums (and `cacheKey`). If later getting a merge...