Jeremy Stucki

Results 20 issues of Jeremy Stucki

It's currently possible to add your own specimens but I'm not super-happy with the current implementation and therefore the API that is exposed. I'm opening this issue as for tracking...

enhancement

@grossbart was complaining about that relative paths get turned into absolute ones by the current `publicUrl` default – the only way to prevent this was to set `publicUrl` to `"."`....

This is a long-standing issue with components which are dynamically injecting styles into the page _at the time when they're rendered_ (a.k.a CSS-in-JS). When using the HTML/React Specimen in with...

help wanted

I stumbled upon this when using it with next.js. Next.js sometimes tries to compile pages with the suffix `?entry` which results in this error: ``` error in ./pages/foo?entry Syntax Error:...

bug

Adds support for ordinal and geographical dimensions - Consolidates Nominal/Ordinal Dimensions into CategoricalDimension with `hasOrder` property - Adds GeoShape and GeoPoint Dimensions - Adds `position` to dimension values (optional, only...

As described in https://github.com/visualize-admin/visualization-tool/issues/101#issuecomment-973001152, we should offer sequential color palettes for ordinal dimensions. Not sure if the selection has to be strictly limited to ordinal dimensions, as they may also...

enhancement

It would be nice if there were alternative Sprout functions which took the object as the last argument or even better created partially applied functions. They could be named with...

enhancement