Boyan Yordanov

Results 11 comments of Boyan Yordanov

That's a good option indeed. Or it could have an option to bypass emitting events altogether which `clear` can use.

I will have time over the weekend and will take a look at those. Should the `unsure` flag be removed if something is moved or verified that the category is...

Pretty sure it also uses the shims that come with ember-moment to be able to import moment as a module. Just used that to set a timezone globally so that...

We had a similar issue recently, but it got both Chrome and Firefox freezing. I tracked it down to passing `null` as the `selected` date to the calendar. However it...

@bahdvp I am sorry, I was not able to write earlier. We just don't initialize the values and have checks in the parent component to ensure we always pass down...

We are using Rocketeer for our deployments and I would love to help.

The projects feature here could help to bring all the information in one place. Aside from this issue what does one need to do to join or we should just...

Just bumped into this issue. Are there any new suggestions on how to handle it?

I ended up saving a flag on the controller for the target route and then use that to deside whether or not to block the transition in the beforeModel hook...

I've just stumbled upon this, while implementing infinite scroll with [ember smoke and mirrors](https://github.com/runspired/smoke-and-mirrors). The list contains models, represented with links wrapped with `{{active-link}}` and when a model is removed...