Anton Bessonov
Anton Bessonov
@ldez Thanks for explanation. Then it is a bad design because it goes against user demand, user expectations, and the Let's Encrypt workflow for certificate creation. > Mixing dev env...
@ldez > Do you know that Let's Encrypt is just one of the existing ACME providers? > And the majority of them don't have staging? And...? > How to break...
I agree that in all presented instances prettier looks better.
For me, https://github.com/dprint/dprint-plugin-typescript/issues/284 sounds superior to this option.
Personally, I am interested not only in JS docs, but also in comments like: ```typescript // this is the first lone of comment, but // this line still belongs to...
I am currently experimenting with `dprint`, and it appears to be superior to many options I have tried so far, such as `eslint`, `prettier`, `oxc`, and `biome`. The "AST configuration"...
@lazarljubenovic for the two-blank lines part you are, probably, interested in https://github.com/dprint/dprint-plugin-typescript/issues/394
@dsherret after thinking about the two blank lines proposed earlier, I have come to the conclusion that the best option would be something like `'maintain' | number`, where the `number`...
This is a great news! May I ask what brings IO down in comparison to the baseline?
> It's more about the improvement of latency. Basically, there are 3 primary things: > > * Data locality > * Data transfer over Unix socket instead of TCP stack...