Mike Stecker
Mike Stecker
@j-em Thanks for being patient with me and giving me this info. So in regards to `Pass a zip code along when requesting the payment nonce on your frontend.`, would...
Thanks for the quick reply. I'll leave the zip code addition to you, I'm not the most qualified at this point in my skill level to make the addition. Looking...
@primedirective how were you able to switch ruby versions?
@primedirective that did the trick. Thanks!
From my research it seems that Chrome is reading sRGB as linearRGB. When I changed: `var componentTransfer = this.addElement(doc, filter, 'feComponentTransfer', svgns, {'color-interpolation-filters': 'sRGB'});` to `var componentTransfer = this.addElement(doc, filter,...
@AndrewJacobVlietstra do you mind pasting in the two lines you added here?
> > @AndrewJacobVlietstra do you mind pasting in the two lines you added here? > > Yea for sure, here are the two lines, hope this helps! > > {...
Having the same issue. The bug seems to happen with @types/react and @types/react-dom present in the package.json. Removing these dependencies solves the problem. Another way of solving is to upgrade...
I checked my file for `$metadata` but was unable to find it, so I opened Token Studio and did a full export from their example file which added it. However,...