Simone Gianni

Results 6 comments of Simone Gianni

Notice that in the meanwhile it can be worked around adding on your package.json: ``` "overrides": { "chat-ui-react": { "react": "$react", "react-dom": "$react-dom" } }, ``` See https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides

Documentation says that when injecting on a property 2 arguments are given, the class and the property name, and also explains why that is the case IN TYPESCRIPT: https://www.typescriptlang.org/docs/handbook/decorators.html#property-decorators However,...

Currently, NX console is interfering with some other VS Code plugins when multiple NX workspaces are used inside a single vscode workspace. For example, Orta's Jest runner can only find...

Not sure if it's the same, but It happened to me and it was git, for some reason cline is running a git command but I'm not using git in...

The diff arrives from the LLM in seconds, then Cline spends one minute uselessly animating a line by line thing that is useless. I do understand it looks cool the...

Only one window, only one task, it starts reading files, at file 4 or 5 I inevitably get the error. It happens when it READS 4 or 5 files, because...