Alex Young
Alex Young
Convinced that this feature is useful but it is a large feature and it WILL take time, I will explain: `CTRL + C` doesn't work here because `CTRL + C`...
I was planning to add a dark mode to the extension, which will also darken the folder color. Does it solve your need or you really want to customize it...
Does following solution satisfy your use case? 1. Use Cmd + D (Ctrl + D for Windows) to add bookmark 2. After open the extension, press arrow up/down to select...
Can you try the cjs build? `./node_modules/didyoumean2/dist/index.cjs`
It would be nice if U2F is supported too!
trace + clarify triggers memory leaks on my application too as following graph shows: 23 Jan is the day I apply trace with clarify `--stack_trace_limit=100 -r trace -r clarify`, the...
I think it is a bug from `npm` side. If you look into the `package.json` in build, the `postinstall` script has a `_` prefix which should not run. ``` "_postinstall":...
`esm/esm.js` is not included in v1.6.0, so `@swc-node/register/esm` does not work ``` > cat node_modules/@swc-node/register/package.json | rg version "version": "1.6.0", > ls node_modules/@swc-node/register LICENSE README.md index.js lib node_modules package.json read-default-tsconfig.d.ts...
@RebeccaStevens I still hit one case where I am using `forwardRef` with `ComponentProps` in react Example: ```ts type Props = Readonly const Input = forwardRef( function InnerInput(props, ref) { return...
@RebeccaStevens I can confirm [the above issue](https://github.com/eslint-functional/eslint-plugin-functional/issues/767#issuecomment-2026616161) has been fixed in 6.5.1, thank you!