Homa Wong
Homa Wong
### Version 29.3.1 ### Steps to reproduce The package is https://github.com/repobuddy/jest/tree/main/packages/jest You can see it is a ESM package written in TS. I need to have `/presets/*/jest-preset.js` that redirect the...
### pnpm version: 8.2.0 ### Code to reproduce the issue: `pnpm up -r --save-exact [email protected] ### Expected behavior: it should pin the version to 1.0.1 ### Actual behavior: package.json contains...
https://github.com/unional/async-fp/actions/runs/4653860071/jobs/8235098420 ```sh [2023-04-10 02:21:17] [build-stdout] Extracting /home/runner/work/async-fp/async-fp/packages/gizmo/ts/define.define_deps.spec.ts [2023-04-10 02:43:15] [build-stderr] [2023-04-10 02:43:15] [build-stderr] [2032:0x6de5530] 1319634 ms: Mark-sweep 3160.3 (3390.9) -> 3143.5 (3389.8) MB, 2799.8 / 0.0 ms (average mu =...
## 🐛 Bug Report From typeahead, you can see the pattern correctly filtered to a list of files. ```sh Pattern Mode Usage › Press Esc to exit pattern mode. ›...
Fix doc typo
I tried to implement cursor based navigation. When trying to handle CursorUp at the top of the buffer when there are scroll (i.e. `buffer.active.viewportY` and `buffer.active.baseY` > 0), I tried...
This fixes #110
fix #988 I can add tests, but want to know which file should I add it to. Type guard is TS stuff so maybe I create a new file `__tests__/common.ts`?
## 🚀 Feature Proposal Add `IsNothing()` type guard that can exclude `Nothing` from a union type. ## Motivation The following does not work: ```ts let x: string | Nothing |...