NullVoxPopuli

Results 2057 comments of NullVoxPopuli

potential alternative: ```glimmer-ts // current: no generics! export const Demo = ... // what Glint would want // but doing this would require a component manager that hijacks all functions...

aye, I have something similar here: https://github.com/universal-ember/ember-primitives/blob/main/ember-primitives/src/helpers/service.ts > bound methods method invocation not working from templates without being bound is considered a bug and its one of my top to-dos...

This error happens for me in just all files, too.

I am in favor!

Sure, but technical possibility does not mean we should support it, ya? Esp since hbs`` is loose mode, and not a component - it's a silly paradigm

I have a usecase that requires synchronous access to a text node -- and this approach works in ember, fwiw. I have a utility for dynamically calculating the correct heading...

I would like to customize this as well, because: - https://github.com/jleeson/rollup-plugin-import-css/issues/42 - https://github.com/thgh/rollup-plugin-css-only/issues/64 Related: - https://github.com/embroider-build/embroider/issues/2461#issuecomment-3423666073

I don't think we can support yarn @ v1 (apologies!

thanks for reporting! does this happen in brand new projects? or new projects using the soon-to-be-default-blueprint? ```bash pnpm dlx ember-cli@latest new my-app --blueprint @ember/app-blueprint --pnpm ```