Maksim Karelov
Maksim Karelov
Resolves #107. If set to true dprint will not format this: ```typescript [].map(() => test({ foo: 1, bar: 2, })); ```` to this: ```typescript [].map(() => test({ foo: 1, bar:...
Hi! I have scheme like this (using Federation): ```graphql # type from another subgraph type Product @key(fields: "id") { id: String! name: String! slug: String! } # type from another...
Hi! After spending some time trying to find cause of my local problem with connection to db I found that by default `sql-language-server` writing log file to very specific location...
### Reproduction https://stackblitz.com/edit/remix-run-remix-dt9m1n?file=app%2Froutes%2F_index.tsx According to discussion about [server/client module splitting](https://github.com/remix-run/remix/blob/main/docs/discussion/server-vs-client.md#server-modules) `.client` and `.server` files/folders should be banned only if it places inside `app` directory. As I can see there is...
Not an experienced C++ developer at all, will be glad to hear any advice 🙏  Generally, it's like `sway/workspaces` behavior.
So the main reason for that was a desire to add proper way to work with `noImplicitOverride` (#139) and `noUncheckedIndexedAccess` (#604), but later I realized that it's not good to...