Rafael De Leon
Rafael De Leon
I was hoping to get [Promise.allSettled](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/allSettled) included in the next Bluebird release so it matches native promise API.
I noticed settled in the code base, and also noticed https://github.com/petkaantonov/bluebird/blob/master/src/settle.js#L44 Thanks for the response
I don't see this in `next` release
I am guessing `domReady` isn't enough?
sorry, I mean domRefresh. The suggestion of an `ready` event seems like it's strictly for the case that of a view is already in the DOM. so I figure dom...
@denar90 I think active task can work through Assignment I'm still a little fuzzy on how to use projects. Maybe the first project can be "The road to deprecating CompositeView"...
I agree with this, I think a clean up outline is in order. @denar90 is tackling Application There are so many test, I don't know where to start.
Some of the specs could probably be renamed also, like https://github.com/rafde/backbone.marionette/blob/e887d160ea8df451f36bd8474b17edd59648b14e/test/unit/view.triggers.spec.js#L1-L1 is actually testing from `view.$el.trigger`
https://github.com/rafde/backbone.marionette/tree/benchmark-runner So I got it doing the benchmarking Looking to resolve for > [SECURITY] node-uuid: crypto not usable, falling back to insecure Math.random() Other than that, I notice some strangeness...
So I tested it using transpiled latest vs current and it still doesn't look right. The best perf flips between each and the slowness varies. 3 is looking likely. My...