Cesar Andreu

Results 12 comments of Cesar Andreu

To anyone that finds this issue, you'll need to do "Package Control: Add Repository", and paste in `https://github.com/vishnevskiy/ElixirSublime`. The version that's in package control is outdated. I think this issue...

You can use [Promise.all](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/all): `yield Promise.all(iterable)`. That's also closer to what you'd do with async functions, which seems like the ultimate endgame.

:+1: on this. It'd just be convenient.

This new commit is for the specific need I have, and I'm not sure if I'm doing things the angular way or how useful it'd be for other people. It...

Thanks for the suggestion, I added it as you suggested. It works a lot better and it feels a lot more fluid now!

Merged your changes on my own version, worked perfectly. Thanks! This should be added to the master one.

Ah, that makes a lot of sense. I probably just hadn't thought about it or angular might've had some problem with it, I'm not sure. It looks like angular docs...

Thanks for the PR! Could you add a test?

I'd love to see `unsafeRawCss` become a reality. That would enable you to solve cases where you receive a pre-rendered string of HTML and use `dangerouslySetInnerHTML`. You want to be...

I've been using the proposal for a couple months in my job, and I haven't seen any code in the wild that uses computed class fields, nor do we have...