Svyatoslav Zaytsev

Results 17 comments of Svyatoslav Zaytsev

I can't believe that none of the above have even tried to fix it...

> You can use [` ["importAttributes", { deprecatedAssertSyntax: true }]`](https://github.com/prettier/prettier/blob/d170b8f31dee2a415da8e7ba6ed4d2bb3fb733cd/src/language-js/parse/babel.js#L49) to support both new and legacy syntax. it is not working

@CHC383 I think I'll post a fork if it's not reviewed this week.

Sorry for the delay, you can use @miller-svt/[email protected] right now

@splincode Should we replace string inputs `[foo]="'bar'"` to `foo="bar"`?

> @MillerSvt redesign please @splincode There is a small problem: If we remove border-radius from resizable frame, then it will look incorrect in sticky mode. Now it looks like this:...

Will there be any more comments or can I already write tests?

> Can we have one global providedIn: "root" service so we do not need to provide it everywhere? Let's try to just add the provider to the tui-doc-page > What...