Dominik Moritz
Dominik Moritz
I'm curious why this issue happens. Vega does increase the clip id whenever you use a clip id. Could it be that you have multiple instances of Vega?
Oh I see. So you render the chart and then just embed the SVG.
I think it makes sense. We already have `scaleFactor` and I'm not sure whether we can use ppi in `view.toImageURL` in https://github.com/vega/vega-embed/blob/617a57b97810ea59ebac519cac51ce2fd63100b7/src/embed.ts#L475. Do you know what we need to change...
Makes sense. Can you send a pull request?
What if you just have a regex?
NonNullable internally uses `T & {}` which I guess we don't handle well. Pull request welcome.
Step through (instructions in the repo) the parsers with a debugger to see what it constructs and at which points it's wrong. If the parsing looks fine, step through at...
Hmm, just noticed that this example is providing both a file path and a project. Usually you don't need the file path with a project if the type is unique.
Also false positives with typed arrays that one may want to be converted to an array of numbers. ```ts [...int32Array.slice(1)] ```
Thanks for taking a stab at this. Would frame (similar to titles) be the more fitting term?