NullVoxPopuli

Results 2058 comments of NullVoxPopuli

Closing, because https://github.com/glimmerjs/glimmer-vm/pull/1606 solved a lot

any chance you can add type-checking to CI within the test-app? the test-app could just have one TS file that is type-checked -- no need to convert the whole test-app...

it can be a standalone file -- no need to convert existing stuff. like, you could have `app/type-tests` in the test-app, and have scenarios specifically for ensuring the APIs are...

Will feature flags be in query params -- so that we can link to specific areas with flags enabled/disabled? (I think we should!)

Ember (works as expected) https://limber.glimdown.com/edit?c=M4UwLgKglgtiD2BXMAKFBKABAXgHyYG8AoTTAE3gGNE4A7MAOgEdEQAnATwGUQAbESmHhsUAIgBGyIbVHoSpTAwCGZMgFEAbiHoAZKMDDb2YyryiUA1qIA0mFCCx5C8hZiX82qUQElMwABZIvGSYtPBgbgAOkSBKbAyy8gC%2B6ADcREm2AIwADGlERABmiLSCUPC0mP5KtGT8AMJmlvZYxKQgDAbwkQAKbN1KAOZKYOW0GOlJBQA8hjCRvCMguPLTkmDSK67TwJE1mBWm5hbYBATVtQ1NFklJuFxKHFV8vPDTAPS7NVuYH%2BubRA%2BcwWS1wQA&format=gjs

> Any downsides to just always enabling it? I don't think so.

Linting covered here: https://github.com/ember-cli/ember-cli/pull/10516

> force reactive systems to evaluate synchronously doesn't this mean that you're not actually testing the real performance? The only solution I can think of is using a browser and...

> should something like the following be valid? it would not, that is more JSX, and JSX is not allowed. > would this be a typescript.glimmer because of the ``...