Maksim Karelov

Results 6 issues of 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...

package:dev
bug:unverified

Not an experienced C++ developer at all, will be glad to hear any advice 🙏 ![swappy-20240805_013408](https://github.com/user-attachments/assets/4ca5d18e-8211-435d-acd6-7729104d2c79) 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...