Jeff Fohl
Jeff Fohl
Also having this issue. My guess is that this is a Percy issue. Guessing that Percy doesn't support service workers?
Thanks @Robdel12 - I just started working with Percy today. I will look for logs and share them.
@Robdel12 here is the output of running percy with storybook in debug mode. There are a number of types of errors. I am not sure which are the relevant ones....
One possible workaround could be using the http-middleware module. Run the same mocks using a node server instead of a service worker when running Percy tests: https://github.com/mswjs/http-middleware
I am not sure how active Raf's project is. That said, it would be neat to have a server-side JS implementation of HTM. I started a few projects intending to...
in the partial, header.tpl, why not use a relative path for scripts, CSS, and such? You can see that they are absolute paths to data.numenta.org.
so you have {{baseurl}} there in case it is not installed at the root of the web server?
I can implement this middleware. Assign this to me if you would like me to handle it.
Yes, we can do that. It would be great to get more users!
I am not using any of this code, as it seemed that the approach wouldn't work. I am sorry if I wasn't clear about that. I don't think we should...