Astrid

Results 27 comments of Astrid

- CoffeeScriptRedux maintainers pull their heads out of the sand and _fix_ the language so that it matches ES6 semantics, breaking backwards compatibility—it is CoffeeScript's "2.0" after all, and breaking...

Maybe when ES6 ditches the curlies for indentation. :stuck_out_tongue_closed_eyes:

@app that cases is a simple matter of the compiler optimizing out an expression that has no effect. you aren't doing anything with the function, just dropping it on the...

[From the wiki](/michaelficarra/CoffeeScriptRedux/wiki/Intentional-Deviations-From-jashkenas-coffee-script): > - semicolon operator: Semicolons are semantic. See the discussion in #208. They will still work at the end of most lines, but you should only use...

Why should bodiless loops be allowed at all? Is there a use case?

To me it just kind of looks like starting a sentence and then not

I never used it so I wasn't aware it was broken until tonight. I actually noticed it when I ran the demo and double checked it with a little self-written...

Hm, good point there. Still, playlists, and I'm sure someone will surprise us with something cool. :D

Saw this suggestion on the forum. :+1: for supporting ogg vorbis looping tags. It would be cool to add support for setting our own loop points too. One nice API...

> to keep Song immutable But it technically isn't! because you can change its "playing" status. But I suppose I agree with the sentiment otherwise. Maybe a constructor argument? ```...