Daniel Perez Alvarez
Daniel Perez Alvarez
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