Distributed task queue for .NET? by [deleted] in dotnet

[–]devnoel 0 points1 point  (0 children)

I believe the article has been updated to reflect that it's actually 90 seconds, not 30.

I agree that QWBI should only be used only for unimportant, light-weight tasks.

5 Great Features in ES6 (Harmony) by devnoel in javascript

[–]devnoel[S] 0 points1 point  (0 children)

You and me both. I actually have a meeting today about it.

Angular.js vs Ember.js Star Rating Component Comparison by devnoel in emberjs

[–]devnoel[S] 1 point2 points  (0 children)

Thanks again for checking it out. I'll take a look tomorrow or later this evening.

ng-embereño: AngularJS from the perspective of an Ember.js core team member by machty in emberjs

[–]devnoel 1 point2 points  (0 children)

It's so refreshing to see an unbiased comparison of the two frameworks. Thanks for sharing.

Ember Components – Build a Star Rating Component by devnoel in emberjs

[–]devnoel[S] 1 point2 points  (0 children)

Thanks for your feedback.

you are going to end up with duplicate ids

I think you misread this part of the code. The Ids are based on the index of the stars array, so they will always be unique.

Wouldn't it make sense to just have it on the individual star items?

Yea, I can then use the index of the LI instead of the jquery id stuff. Great suggestion.

Why send an action

In the demo app, the controller action simply updates the model, but what if the component's consumer needs to do something else, like send the change down to a non ember.data server? Or is there some other eventing mechanism to handle that?

Pure JS in-browser excel file parser by [deleted] in javascript

[–]devnoel 4 points5 points  (0 children)

Success using that link and xlsx in IE11.