Homa Wong

Results 275 comments of Homa Wong

I do see some problem with the resolution algorithm. For example, I have a monorepo. Say the package I have problem with is `@typescript-eslint/eslint-plugin`. 1. I add an unrelated depended...

ref: https://github.com/pnpm/pnpm/discussions/5435

Updated. Forgot to push. 😛

![image](https://user-images.githubusercontent.com/3254987/193705002-8d40b8ce-2490-4665-98eb-2931e96de983.png) A related case. In this case, the link (`@just-web/contributions`) is not underscored (i.e. not rendered as a link thus not hover/clickable). The other 3 are working fine. I have...

To make it easier to debug and repro, I do the same to the `color-map` repo. https://github.com/unional/color-map/tree/swc You can run it with `yarn coverage` vs `yarn coverage:swc` `babel-jest`: ```sh ------------------------|---------|----------|---------|---------|-------------------...

I do not debug through IDE. I run it in terminal with `jest` or `jest --watch` most of the time

Hi, I have tried `1.2.156` and it seems like it still have some issues. Here is the coverage using babel (`yarn coverage`): ```sh ----------------------------------|---------|----------|---------|---------|------------------- File | % Stmts | %...