NullVoxPopuli

Results 2064 comments of NullVoxPopuli

I'm a little doubtful this is the right place to comment, but I ran in to something that this RFC maaaybe unblocks yesterday with @runspired changes here: https://github.com/NullVoxPopuli/library-provides-web-worker-in-ember-project/pull/1/files the tl;dr:...

The best use of pods I've seen is a secret, of sorts: ``` app/ routes/ {route-name}/ route.ts # (if needed) controller.ts # (if needed) template.hbs ``` and then everything else...

> this might not be a problem though that'd be cool, if routes were Components called by the framework (or whatever they end up being), we could essentially collapse everything...

> An event-driven API may fit better with added flexibility. It might look like this: coming from Starbeam, and having worked with resources a little bit, I think I'd prefer...

how has exploration been going? This is highly needed!

yes, It is -- partially to help with graphics and chart rendering performance, and partially to help out with ergonomics and performance in how [ember-headless-table](https://ember-headless-table.pages.dev/docs/plugins/sticky-column) is wired

I've added those scenarios to the RFC. 1. is mostly covered, I think? you get a pretty early error otherwise 2. there is another use case here where your dependencies...

> where a certain thing should live, let's say on modifier? There is no clear answer, this goes more like "hum, could be ember for this reason - or -...

seems like a good idea! question though -- why doesn't the browser do this for us, based on matching href? (same is it would for the `:active` CSS psuedo attribute?...

If anyone wants to this out, you can [Mastodon](https://mastodon.coffee/@nullvoxpopuli/110017949145308182) | [Twitter](https://twitter.com/nullvoxpopuli/status/1635383299970600960) | [Implementation PR and Changelog](https://github.com/NullVoxPopuli/ember-resources/releases/tag/ember-resources%406.0.0-beta.2) you'll need an `ember-resources@beta` version to test it out as ember-resources v6 is still...