Lazar Ljubenović

Results 127 comments of Lazar Ljubenović

@dbox Hey, thanks! I haven't tried out PostCSS yet (don't throw tomatoes at me please :tomato:), so I can't promise anything. I'll check it out when I have a chance,...

It's definitely doable and I can see the benefits, but what exact usecase did you have in mind? I'm asking because we need to define how to interpret `f-f-f`. It...

Thanks for the reply! :smile: Elm is for years something that I want to learn, plan to learn, I preach it to everyone but I have never really sat down...

What's stopping the release? How can we help?

Relevant: https://eslint.org/docs/rules/lines-between-class-members https://eslint.org/docs/rules/padded-blocks Might be of some help, since they both have fixes.

Thanks for looking into it. I also just noticed two other things: - It doesn't catch `@error Unquoted error`, which is not a big deal for me since I usually...

But I don't think this can be properly solved with a regex anyway. The only way to properly do this is building an AST (I was under the impression that...

Hmm... The last statement in a block doesn't need a semi-colon. _Could_ break a lot since the errors are usually thrown inside an `@if` statement. The following is valid: ```...

This doesn't really solve the problem fully (as I explained, it probably needs to be more full-blown-parser-like, not a single regex), but here's an interesting thing I just learned from...

My issue with allowing random JSDoc is described in [this paragraph of tsdoc website](https://tsdoc.org/#three-requirements): > Why can’t JSDoc be the standard? The JSDoc grammar is not rigorously specified, but rather...