sandstrom
sandstrom
We need this too. Fonts can't easily be embedded inside SVGs. So we need to outline the text before exporting. But we don't want to save the outline, so this...
Out of curiosity, what's the status for this (not this issue, but QUERY in general)? I think QUERY is a great addition to the HTTP spec, and would love to...
friendly ping @joliss
ping @joliss ⛵️
ping @joliss 😄
friendly ping @joliss
friendly ping @mike-north @Turbo87 @alexlafroscia
A few thoughts on this: - I wouldn't try to get exports to be 1:1 visually with the PDFs. HTML is a different medium, and should be treated as such....
With the [improved class support in ES6](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Classes) (partly) replacing [IIFE's](https://developer.mozilla.org/en-US/docs/Glossary/IIFE) and closures for private state, many JS projects use naming to distinguish private from public state. ``` js // super-simple...
@pastelsky A small suggestion to help monetize this project. Write a small CLI tool that will: 1. Check the diff of a PR for any added/removed/updated packages in package.json. 2....