NullVoxPopuli

Results 2058 comments of NullVoxPopuli

https://github.com/glimmerjs/glimmer-vm/actions/runs/17483617066/job/49658813526#step:6:552 Oof bit rot

In case I didn't mention already: a good use case for introducing localCopy as a built in tool is: - authoring an optionally controlled input component - state can be...

I renamed this from "watch" to "sync" for "synchronizing external state", similar to what starbeam landed on since, while exact behavior and flexibility is not the same, the purpose is...

I want to put up a demo implementation w/ tests on ember.js before continuing (no theory crafting on this one!)

Imo, Yeah, there is no easy way to support pods with this and the tools we have (import meta glob) We'd have add pods resolving logic to the built in...

Here is a demo of what un-podding an import.meta.glob can look like: https://github.com/ember-cli/ember-strict-application-resolver/pull/13/files#diff-5a682fb30ffcaacbdb11ef2204237c67b238eed93fd2eae3757a3d06179921f5R7 (wip)

it may be possible to provide a babel plugin that: - uses a new version of computed built on top of tracked (behavior may still be subtly different, not sure...

> reactive resources in Ember and the javascript [Explicit Resource Management](https://github.com/tc39/proposal-explicit-resource-management) proposal. Explicit Resource Management already works in ember today, and I'm not sure we need to do anything to...

> ember eslint config where you can enforce resource = use(this, ResourceFactory()) if set and not allow the decorator use. is there a reason you'd want to avoid decorators? My...

is it reasonable to use `this.server` or `this.schema`? globals are kinda 😬 ya? (idk)