John Hunter

Results 50 comments of John Hunter

+1 for this An option to not process the media-queries would be really useful. Basically the same output as http://templates.mailchimp.com/resources/inline-css/

We're seeing this on the following Browser / OS: Edge 90.0.818 / Windows 10 Edge 89.0.774 / Windows 10 Chrome 90.0.4430 / Mac OS X 10.15.7 Chrome 89.0.4389 / Mac...

Still having this issue despite using the suggested workaround. Will feedback if I find anything useful. > I'm not sure if the browser eventually does notify all the listeners and...

Further to @christiannaths comment I like the idea of a root `.voltarc` file I'm a big fan of Volta and have found pinning really useful where I can convince the...

There remain several vulnerabilities in `@web/[email protected]` - including `trim`. These are with transitive dependencies so not straightforward to resolve but worth tracking. The npm audit output I see: ``` Severity:...

Moving to draft while I investigate why http-proxy isn't doing the chnage.

Thanks @sapphi-red. `changeOrigin: true` was set in vite.config and that worked for http proxying but had no effect on ws proxying. I'll re-check that and confirm.

So it looks like `changeOrigin` is passed in opts to [http-proxy](https://github.com/http-party/node-http-prox)'s createProxyServer. I would expect http-proxy to apply the origin change (maybe [here](https://github.com/http-party/node-http-proxy/blob/9b96cd725127a024dabebec6c7ea8c807272223d/lib/http-proxy/common.js#L99)) but it doesn't appear to. I'll put...