Marat Dulin

Results 41 comments of Marat Dulin

Thank you for your contribution. I will soon use your code and adapt it to the codebase.

Thank for reminding. I'll take a look soon.

@elad-yosifon thank you for your contribution! I checked your PR and I think it will be a bit inconsistent with CSS spec and not so comfortable to use for the...

@elad-yosifon thank you for your fast response. Backwards-compatibility is very to implement in this case. If `type` is missing, `pseudoClass` is implied. My point is that pseudo-class and pseudo-element have...

Thanks, I didn't know this. Will you be able to create a pull-request?

Hello @anselmh, It looks like you are escaping slash improperly. Instead of `assertEquals('.u-1/2', parser.render(parser.parse('.u-1\/2')));` try `assertEquals('.u-1/2', parser.render(parser.parse('.u-1\\/2')));`; because by putting one slash, you are escaping a slash in JavaScript string,...

Thank you for your submission! Can you please make a Pull-request?

Спасибо за сообщение об ошибке. Я приму Pull Request, исправляющий эту ошибку.

Leak'а нет. Нужно поднять лимит.

Hello, @tadatuta. Let's not introduce new non obvious syntaxes. I would suggest one of the following approaches: - To add another method `useXxx` for this case. - To add options...