Stefan Schneider

Results 77 comments of Stefan Schneider

``` [Info - 1:59:51 PM] Starting Contextive.LanguageServer v1.16.1+6fadfc98ec81476175676f167ec162c1860a26b2... Loading contextive from c:\Users\\\apps/backend/backend.glossary.yml... Loading contextive from c:\Users\\\apps/frontend/frontend.glossary.yml... Loading contextive from c:\Users\\\node_modules/.pnpm/node_modules//backend/backend.glossary.yml... Loading contextive from c:\Users\\\node_modules/.pnpm/node_modules//frontend.glossary.yml... Loading contextive from c:\Users\\\.contextive\definitions.yml... No glossary...

Actually I do not use pnpm workspaces I use nx

> Thanks for reporting. > > I should point out that the formatter doesn't really support procedural SQL. Even when I do fix the crash, the formatted output will likely...

yea, I just checked for declare/begin and disabled the formatting in the logger

https://github.com/graphql/graphql-js/releases/tag/v16.9.0 I guess all node based packages lean on graphql-js as source of truth maybe there has been no rust update of that. So having different source of truths may...

Wait I was saying is, for JS ppl it is a build in directive while for RS ppl it might not be

might have to do with jsx-like generics in templates maybe?! `@update:modelValue="(something: Maybe) => doSomething()"` the generic type gets interpreted as jsx. Came across a similar issue using pug, because there...