Chris Manson

Results 323 comments of Chris Manson

@taiwo2 sorry it's not possible to assign issues to people not in the ember-learn org, but if you want to try implementing it then feel free 👍

shouldn't `@glint/template` also be a pre-release here?

Do we need to set up a template for issues so we know what you're talking about here? 😂 I assume this is Vite and you're trying a minimal version...

@toddjordan it would also be useful to see what your error stack was, the one in the original report is **very** out of date now 🙈 so the stack isn't...

so if you dropped a debugger in your node modules `@embroider/compat/src/compat-app-builder` where the error is happening you will be able to see what addon is causing the problem. that will...

I just noticed something that seems to have been missed in the content of the RFC and wasn't brought up in the discussion in the original PR: Essentially this PR...

I'm pretty sure this will be fixed by https://github.com/glimmerjs/glimmer-vm/pull/1720 🤔 are you able to tell me what version of `@glimmer/syntax` ember-template-lint is finding in your repo? You should be able...

@NullVoxPopuli how do you feel about making the app blueprint throw an error when someone tries to use `--yarn` so that it communicates this exact issue?

Are you sure you're using the right beta? 🤔 we have a test for this in the blueprint: https://github.com/ember-cli/ember-app-blueprint/blob/main/tests/arguments.test.mjs#L100-L103

This 100% works exactly as it did before. There is no change in this behaviour, just a change in the file that it affects. I opened a PR to confirm...