Sindre Aarsaether

Results 51 comments of Sindre Aarsaether

Did you try it? I just assumed it wasn't added, but nth-of-type should be supported and working like all other pseudo classes I know about :) ```imba css div @nth-of-type(2n...

Yeah, this is the challenge with the `for x in` and `for x of`. We could, in development-mode identify when you try to loop through a set this way and...

I see. I've always thought that predicates should not support arguments, mostly from an aesthetic viewpoint (with parens it is easy to misread as a ternary etc `item.render?(something)`). But I...

The electron template should probably be removed from imba create until we have a decent one that works. Will get back to this soon.

I guess this would be an argument for still using pipes for do arguments, since `do|a| ...` and `do |a| ...` would always mean the same.

Do you like pipes as well @trafnar? I'm considering reverting back to good-ol pipes, and rather keep the `do(arg)` syntax around for compatibility. The main challenge with pipes was actually...

Hmm. So there is a sass version that works on later node I presume? Is this related to the webpack-dev-server or inherently an issue with Imba itself? Sounds like something...

Good idea. Definitely something we would like to support :)

Definitely something we want to support down the road :) Right now it's difficult to say when we will be able to implement this (we have a pretty big backlog)....