Daniel Rozenberg
Daniel Rozenberg
We found a workaround that works for our project, it might work for others (ymmv): We figured out that we can run Vite through `tsx` (previously `esno`). i.e., instead of...
Trust on first use is not unreasonable. Maybe eventually in the future some websites would like to be hard coded into the extension or into some trusted database that the...
@ampproject/wg-components
That's pretty much the definition of test flakiness :) It could be a runtime change, or changes in browser versions, etc...
> Dear Alan, thanks again for your time, I fixed the formatting issues. @danielrozenberg @rebeccanthomas, could you please review it, so we can merge it this week? Thanks! It looks...
That's why I always assign the a bug to fix them along with the PR that disables... :)
This shouldn't be too difficult to implement, I believe this would only require a configuration change to the CDN (_maybe_ some code change, but probably not) - two questions that...
The change I made yesterday to add this to the CDN broke our release build, as the CDN refuses to serve files that include a `~` character - would it...
``` rodaniel@rodaniel99:~/amphtml (main)$ ls examples/storybook/amp/ 0.573c8fdc3a20f756bd06.manager.bundle.js favicon.ico vendors~main.33df8c33b8cd29c78aae.manager.bundle.js 4.fc3f6aed116b8e884a88.manager.bundle.js iframe.html vendors~main.33df8c33b8cd29c78aae.manager.bundle.js.LICENSE.txt 4.fc3f6aed116b8e884a88.manager.bundle.js.LICENSE.txt index.html vendors~main.bc223f43.iframe.bundle.js 5.cfea7b52d3916f40eda7.manager.bundle.js main.674c134f.iframe.bundle.js vendors~main.bc223f43.iframe.bundle.js.LICENSE.txt 5.cfea7b52d3916f40eda7.manager.bundle.js.LICENSE.txt main.9b034ee28461470e225e.manager.bundle.js vendors~main.bc223f43.iframe.bundle.js.map 6.9ce6a117ff5e4c0f323e.manager.bundle.js runtime~main.251799cb5feeb60f15a2.manager.bundle.js 7.d16ea6311dba0ee435c1.manager.bundle.js runtime~main.b0af52cf.iframe.bundle.js rodaniel@rodaniel99:~/amphtml (main)$ ls examples/storybook/preact/ 0.573c8fdc3a20f756bd06.manager.bundle.js favicon.ico...
> > @honeybadgerdontcare Given that this is a test framework, is there a reason it needs to be served from `cdn.ampproject.org` as opposed to something like `amp.dev`? > > The...