Simen Bekkhus

Results 128 issues of 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": {...

enhancement
endless-lib

#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...

bug

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?...

cli

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...

enhancement
help wanted

## 🐛 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...

bug
good first issue

![image](https://user-images.githubusercontent.com/1404810/80574033-5db58900-8a01-11ea-8576-bb04267c922c.png) Queries are supported: https://nodejs.org/api/esm.html#esm_url_based_paths Using `[email protected]` and `[email protected]`

bug
help wanted
package: resolver/node

### 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...

bug
upholded

- [ ] 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...

bug
upholded