Roman Komarov

Results 142 comments of Roman Komarov

А валится ли что-то в консоль саблайма? Которая вызвается по ctrl+` Ещё есть вероятность, что в этом месте может какой-то другой плагин перехватывать на себя управление, если список установленных через...

I like the overall idea! The second variant is better, as there is not that big of an intersection between those styles available for HTML and for SVG, so we...

Yep, saw it live, thought about this issue too :)

Да, `ц0` должен обрабатываться аналогично: вдруг мы добавим что-то для обработки кириллицы. Что касается неизвестных аббревиатур, то возможных вариантов аж четыре: 1. Ничего не делать, даже таб не вставлять. 2....

Ага, в варианте для текстмейта это есть, и во всяких файрбагах/инспекторах это тоже есть, так что это вполне полезная фича.

Отпишусь в пуллреквесте

In #74 I came up with the `+` sign to divide the multiple abbreviations. Actually, it should be something like `+(?!+)` — there could be abbreviations ending with plus symbol,...

``` a = (1 2) push(a, (3 4)) p(a) ``` right now outputs ``` 1 2 ((3 4)) ``` So, this would work only when pushing in empty list, while...

Hi, everyone. First of all, ❤️ for all of you who care about the project! As Stylus' maintainer I'm the one responsible for the project's current stage and stagnation. Due...

`padding-x` and `padding-y` would fit so much better along with already existent things like `overflow-x` etc. Why this would be helpful: while you can use a shorthands like `padding: 0...