Walter

Results 15 comments of Walter

Is there any way to get some movement on this? Seems the discussion died down.

+1 really annoying not getting ES6 class method blocks.

Any chance of this PR getting merged? We would love to get the added benefit of caching.

@adelriosantiago I tried your solution for custom fonts and it doesn't appear to work. I also tried using base64 encoded fonts but they crash the page. Any ideas?

Maybe this will help, I was running my Puppeteer script as basic node script from the CLI (`node index.js`). The directory structure looked like this: ``` myPackage ├── index.js ├──...

Thanks. @adelriosantiago. We are loading our own website so I can access its public files. It still seems to use whatever the system default is when printing to PDF when...

Yeah, still no dice @adelriosantiago. I added my test repo if you want to look: https://github.com/WalterWeidner/headless . The best I could do is install the font on the system and...

We had HMR break for us when upgrading to the Webpack 5 builder. After some troubleshooting we think we found it was caused by a circular dependency through Storybook. There...

I suspect we are seeing a similar issue with one of our components that uses Framer Motion. We've previously been using MUI's `makeStyles()` custom implementation of JSS and have investigated...

Bump. This is a pretty major limitation of the library. We're using this in some of our other repos that are more greenfield but can't make use of Rewire in...