Andrey Mikhaylov (lolmaus)

Results 319 comments of Andrey Mikhaylov (lolmaus)

Whitespace removal won't work for me at all. This MtHaml: ``` haml %span.text-small>< ( = $no_reviews ) ``` produces this HTML: ``` html ( 16 ) ``` Please mark this...

@arnaud-lb, i'm quoting the documentation: > `>` will remove all whitespace surrounding a tag, while `

> One difference, though, is that in HAML/Ruby, < also eats indentation, whereas in MtHaml it doesn't. The only reason to use whitespace removal for me is the inline-block grid...

Please test this PR: #699. yarn add -D lolmaus/ember-cp-validations#lolmaus:issue-698-isHTMLSafe (Do not depend on the branch in production. The branch will be removed, and your builds will start failing. Create your...

@offirgolan Please advise or take over.

![image](https://user-images.githubusercontent.com/200884/187093777-5bff2c7d-4e13-4ac5-979c-97e918669be9.png)

> @rwjblue: Hmm, this seems more likely to be an issue with ember-macro-helpers doesn't it? > @pzuraq: In theory, as long as `wrapComputed` is passed a valid CP _instance_ it...

> Or perhaps we could move the decorator support to an addon which wraps this one? This looks the most reasonable. Keep decorators available without making the main addon unstable.