NullVoxPopuli
NullVoxPopuli
~~TODO:~~ (no longer todo) - [x] reduce this RFC to _only_ `trackedPromise` - [x] reduce argument handling to just existing promises, which answers @ef4 's question above > > want...
> Should probably happen first: https://github.com/emberjs/rfcs/pull/1068 this is not the case. We don't need this.
Instead of using a click handler to open the Modal, what if you you use the router service and derived data to open the modal? like: ```js @service router; get...
Fair point, I shouldn't assume you're trying to solve a specific problem -- because I mean, given the constraints of our routing environment, even routing to a fragment can be...
can there _also_ be an option to turn off addon loading entirely? :tada:
excited for this!
This is working great -- I had to install some deps to compile it, but 10/10 would install/compile again
I had to do this: ```bash mv dist/functions dist/funcs find ./dist -type f -name '*.html' \ | xargs sed -i.bak --regexp-extended 's:(href="[^"]+)functions/:\1funcs/:g' ``` to account for deeply nested html files,...
@aleclarson that didn't work for me here is what CF detects as uploaded:  and here is what I have locally:  tho... I do see the cloudflare/pages-action is archived...
Not sure if linked yet, but it looks like this is caused by this PR: https://github.com/cloudflare/workers-sdk/pull/2103 ?