Chris Sandvik
Chris Sandvik
Any updates on this? I love this tool, but have a bunch of different configs I'd like to use over time. For example, I'll often mix tracks from a bunch...
> We're using chakra-react-select for now, but it certainly isn't perfect and a simpler solution would be perfect for us. As the creator of `chakra-react-select`... ouch 😂 I completely agree...
Haha, this is funny because I thought the same thing a while ago. Once upon a time (before I put up a PR to change it) it was using _exact_...
According to the readme, Safari is not supported: > _Safari [is not supported](https://github.com/tsayen/dom-to-image/issues/27), as it uses a stricter security model on `` tag. Suggested workaround is to use `toSvg` and...
@tannerlinsley if you're saying @Jontii 's solution is the right way, you might want to change the [Column Defs](https://tanstack.com/table/v8/docs/guide/column-defs) page in the docs to not use a column helper and...
@tannerlinsley This is the first example in the Column Defs guide page: ```tsx // Define your row shape type Person = { firstName: string lastName: string age: number visits: number...
Weird, for me (on v1.8.6) they all appear to be working fine: 
Ah, yes I gave it a shot with that preview flag and have the same issue. Oh, and these are submodules btw. Tbh, with that feature preview, there really isn't...
I tried to copy their new logo's dimensions while still following the rules, how does this look @colebemis ? here's a Figma file as well: [patreon.fig.zip](https://github.com/feathericons/feather/files/3027311/patreon.fig.zip)
@johnletey It does matter in general that the pixels are aligned correctly because on lower resolution devices, misaligned SVGs will look fuzzy. I'm also curious what rules you believe my...