Alex

Results 93 comments of Alex

> Sorry, don't want to sound ignorant, but I genuinely don't understand what the problem is? Adding one line to `package.json`? it's desired that between the 7 (and growing number)...

fixed as of 0.11.0 fixed by #855 legacy builtin components no longer a dependency of this package

I would propose that v2 apps behave like astro islands by default, meaning that you can have multiple apps on a page at once without each of them bringing their...

also here is a mind blowing fact https://github.com/mitchlloyd/ember-islands existed since Feb 21, 2015 this just proves (yet again) that all software development is just a cycle :) credit to @kategengler...

we should consider how we have tests running in v2 format currently the `/tests` path in the browser is restrictive in many ways to code that tries to run with...

hello @davidtaylorhq would you be able to provide more info on the expected behaviour? a link to a RFC that described that behaviour or documentation to that effect or the...

in your example you're never aborting the current transition when redirecting to id 3 or am I missing something?

I honestly would never expect that to work from an event but rather via initiating a new transition from a beforeModel hook the way I think about this is the...

@SergeAstapov this adds a few more breaking changes like getting in line with rfc 674 this version would mean that people could go to ember-source v5 if they can change...

@SergeAstapov the easy fix to get ci to run was to bring back node 16 as it was running up against the crypto package used by terser-webpack-plugin which as far...