Alexander Stanko
Alexander Stanko
Thanks for the report. It would be great to pass template file name along with error message, do you want to look into this?
@imranismail You can try installing slime from master branch, this argument error is now fixed and indentation errors have better message
@MajronMan Hi! Could you reproduce this issue with slime 1.0?
@MajronMan you could just add `{:slime, "~> 1.0", override: true}` into your project's deps
Thanks @MajronMan it helped a lot! I narrowed it down to a very strange behaviour of EEx: ```html.eex header test ``` renders to ```html test test ``` Note repeated `test`...
Hello @johns10! Attributes on `css:` is not supported right now. You can do it with inline html like this: ``` p { background-color: blue; } ```
Already fixed in slime https://github.com/slime-lang/slime/issues/160