Andrew Avsenin
Andrew Avsenin
So, I tried again. I waited 30 minutes but it still doesn't work
any updates?
Here child is undefined: stateNode should be Graphics
It happened because I had in monorepo(turborepo) @react/pixi in package and app (in package devDeps, in apps just deps) and it leads to error (I confused) Interesting that v7.0.3 didn't...
I think you can resolve it easier and don't wait the feature just add alias to paths: `"~/*": "src"` ``` "namespaces": { "MyModule": { "importPath": "~/lib/my-module" } } ``` I...
question symbol aready assiciated with optional, better than sharp - `#` I don't know, maybe is percent(`%`) could be, but `#` looks better and don't uses as math opeator, that...
sad :(
this is LSP issue, on neovim the same problem :( on wsl 2 also :/ LSP Info: ``` [ERROR][2025-02-22 15:35:21] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\user\\AppData\\Local\\nvim-data\\mason\\bin\\rescript-language-server.CMD" "stderr" "'D:\\project\\node_modules\\.bin\\rescript' is not recognized as an...
@nojaf same issue in neovim, that's not vscode ext prbolem, bug in lsp
> Not okay with this function? Transformed comparator is really required? Usually I use deepEquals / shallowEquals. But directly comparing should be faster I think Maybe I didn't get what...