Daniel Perez

Results 68 comments of Daniel Perez

I think this feature escape the scope of the project a bit... but why not, I think it shouldn't be that hard. I plan to add it under an option,...

There's some support already on https://github.com/AnatoleLucet/Deema for typescript's tsconfig.json, I tried it out with destiny and seems to work: ```diff modified src/index/shared/customResolve.ts @@ -1,4 +1,5 @@ import resolve from "resolve";...

@AnatoleLucet yeah, that would be great.

EDIT: nvm it seems my issue is due to misconfiguration I have the same issue, my config: ```nix programs.zoxide = { enable = true; }; ``` Running `z` gives me...

@chrisfarms any updates ?

perhaps this is caused by react strict mode on development? https://react.dev/reference/react/StrictMode#fixing-bugs-found-by-double-rendering-in-development

Thanks for contributing @samchon, it seems the build is failing, and I'm concerned about breaking compatibility with typescript

Closing in favor of https://github.com/LeDDGroup/typescript-transform-paths/pull/301. Thanks @samchon @blimmer,

👍 for a `hs-hide-level` analogous, I heavily rely on `hs-hide-level` everyday but it's quite buggy. Tried `treesit-fold` and works very good, but it's missing this functionality. The functionality can be...

Hey @mizdra, thanks for the quick reponse. If it helps although not minimal this is where I got the error https://github.com/LeDDGroup/typescript-transform-paths/compare/fix-eslint I'll check again and try to make a minimal...