Vladimir Drayling

Results 12 comments of Vladimir Drayling

> These 2 video's have most of the details needed: > https://nxplaybook.com/courses/701247/lectures/12570366 > https://nxplaybook.com/courses/701247/lectures/12570377 @NathanWalker in a workspace created with th `--cli=nx`, `ng add` doesn't work any more, because `@angular/cli`...

With virtual scroll the performance of grid will be even better. [Angular issue](https://github.com/angular/components/issues/10122), [stackblitz example](https://stackblitz.com/edit/mat-table-virtual-scroll-93hk8d)

I get this error. Hope someone has a solution for that: ```ts > node_modules/@apollo/client/react/hooks/useReactiveVar.js:1:36: error: Could not resolve "react" (mark it as external to exclude it from the bundle) 1...

@johannesschobel nothing found yet. Using plain prisma client

@johannesschobel you are welcome! Currently working only with GraphQL

and this is the output for the kretes latest version ```js Kretes 1.0.0-alpha.61 new creating a project in 'crm' new installing dependencies events.js:377 throw er; // Unhandled 'error' event ^...

If someone uses nx-based projects, you can add `"nx.json"` to `roots` and get syntax highlighting. @hunterliao29 do `Gotos` work in your editor, e.g.: `definition`, `declaration` or `implementation` in angular components/services?...

@Sackbuoy didn't try it. Switched to another IDE

How to use helix with wsl? I've installed helix on windows and wanna use it by opening folders on wsl like `\\wsl.localhost\web\home\dl\nx-uno`. I've created `~/nx-uno/.helix/languages.toml`, used @SofusA's config and `npm...

@lizclipse I tried your config but getting the error after using `gD` ![image](https://github.com/helix-editor/helix/assets/16114644/a77781c5-e5b6-4ca2-ab97-e9c9a3503e85) Do you use `goto`s?