NullVoxPopuli

Results 2059 comments of NullVoxPopuli

I'm also curious about the deepmind's learnings :D

_The Question_: - do we want to bring in the ember-cli-deprecation-workflow addon? - or build the entire addon's functionality in to ember-source (behavior / usage would be unchanged) It's possible...

Status Update: _Goal: get default blueprint non-violating with this set of deprecations._ Done, probably (pending any required changes from `Outstanding`): - https://github.com/ember-learn/deprecation-app/pull/1381 - has details on how to migrate all...

the `selector` property is `@private` atm. _but_, it can remain private if fractal-page-object adds `assertExists` :upside_down_face:

and I suppose it doesn't actually need to know anything about ember. we can throw real errors instead of use assert from ember/debug

> which I think is more what you're looking for? yes! > o keep fractal-page-object focused on representing dom querying and page object representation, it still would -- what I'm...

atm, I'm having issues with ESM compatibility in this CJS project hmmm

it looks like esbuild is what's used to compile, and it _does_ support the situation we have [REPL here](https://hyrious.me/esbuild-repl/?version=0.19.10&b=e%00entry.js%00async+function+start%28%29+%7B%0A++await+import%28%27.%2Fexample.mjs%27%29%3B%0A%7D%0A%0Astart%28%29%3B&b=%00example.mts%00console.log%28%27hi%27%29&o=--format%3Dcjs+--target%3Dnode18+--platform%3Dnode) so, something else is goofy in formatjs :thinking: The error: ```...