Stefan Schneider
Stefan Schneider
## Type - [ ] Refactor - [ ] Feature - [X] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description ## Related - Related Issue...
The graphql schema examples in the federated schema design section are still fed1 https://www.apollographql.com/docs/enterprise-guide/federated-schema-design
So as soon as you add "plugin.jsDoc": true to the config all multiline comments get joined to have 100% width. Is that intended? I tried to counter it with proseWrap...
If I leave the typescript settings empty but add "singleQuote": true to the prettier config in the dprint.json the default typescript double quote will overrule the prettier settings every time.
Taking the code from the modify example. Is it possible to just add elements to that array? Or how would you cover this example ? ```ts const modified = pipe(...
### Reporting a bug? It seems that in some cases the interpolation like `:label="someArray.length ? $t('some.key', { count: someArray.length }) : ''` will end up in the success case but...
I seem to have run into a problem I do not know the source of. There is an error with `context`.  https://stackblitz.com/~/github.com/hinogi/spgcgo
So every visit of the app will start a timer, if there are multiple tabs ever tab will start one. Is there a way to avoid that?
https://github.com/microsoft/AI-For-Beginners/blob/b8406342b352399b8d44328657f3a335a86080fe/.devcontainer/Dockerfile#L13 It seems that this line doesn't work in wsl Even if run manually it seems to get stuck 
original output of the link `https://microsoft.github.io/lessons/0-course-setup/setup` expected `https://microsoft.github.io/AI-For-Beginners/lessons/0-course-setup/setup`