Tom Redman

Results 5 comments of Tom Redman

I've had luck with this: ```javascript const shopify = new Shopify({ shopName: shop, accessToken: accessToken }); const productMutation = `mutation productCreate($input: ProductInput!) { productCreate(input: $input) { product { id }...

Same issue. Very strange. Edit: And literally right after I posted this, it built. Super strange - not sure what changed (if anything).

> I had the same problem, just don't call your file bark.py :)) LOL Got me :) Thanks!

Related, I used `stroke` but `strokeWidth` was not available -- it's `lineWidth`. So there is some conflating of `stroke` vs `line` concepts. I'd personally be happy if one was just...

Excited to try Ralph but couldn't quite get it to work in an existing repo. Maybe that's not the use case? Seems like it would be super useful though. Would...