Daniel Perez Alvarez

Results 44 comments of Daniel Perez Alvarez
trafficstars

I'm wondering if you could get `webtreemap` to run on a virtual DOM inside a node process using `jsdom`... People seem to be using that approach with d3: https://github.com/gregjopa/d3-server-side-demo

Ah, `webtreemap` doesn't output SVG... Would you be open to switching to d3 if I got it working?

Yup, understood. I may give it a whirl this weekend.

Ok, I'll look into that first.

@cornips I never dedicated the time to get this working... 😢

Encountered this same thing. I solved it by turning my `key` option from a string to a function that returns that same string.

Just tested it with `7.0.0`, and it all works great. Thank you @shilman, @valentinpalkovic and @Integrayshaun!

I'm no expert either, but I've noticed that headings on MDN don't have that problem. The a11y trees look slightly different. Here's Docusaurus (heading name === static text + link...

> My issue seems to be about puppeteer rendering fonts differently in linux than mac That's expected. Each OS renders fonts differently. The way we get around this where I...

The project is already using the `debug` package. If you run the tool with `DEBUG=react-styleguidist-visual` you'll get CI-friendly statements in stdout. If `DEBUG` or `CI` env variables are set, spinners...