Kevin Gutowski

Results 19 comments of Kevin Gutowski

Hmmm I guess this is the behavior that I am expecting: ``` let mySquare = new ShapePath({ parent: myArtboard, frame: { x: 53, y: 213, width: 122, height: 122 }...

Yeah, that seems fine. I haven't thought of a decent solution to this either :/

Took a quick stab at a mock with updated colors: #### OLD ![Old](https://user-images.githubusercontent.com/4199296/61274847-764dfe80-a761-11e9-9856-574bb3465ad4.png) #### NEW ![New](https://user-images.githubusercontent.com/4199296/61274865-7cdc7600-a761-11e9-92d4-cc057c3f91a8.png) I think if you make the bg color for the dark mode a bit...

Both, I have a version locally with some changes but the styling needed to be refactored a bit so I kind of gave up 😅

This behavior doesn’t happen anymore however, if a font that doesn’t support SF Symbols but does have `kStylisticAltFifteenOnSelector` or `kStylisticAltSixteenOnSelector` then you can accidentally toggle the setting when messing with...

Yep! I’ll add that to the list of stretch goals. I don’t think that it will make it into initial release but it is something that I want to support!

Two spots I was expecting some sort of import and didn't find it: ## Dashboard ![CleanShot 2022-10-11 at 16 25 25@2x](https://user-images.githubusercontent.com/4199296/195216337-dfaecca9-18de-4d36-83e6-f6b2d4eb6976.png) ## Upload for a table ![CleanShot 2022-10-11 at 16...

I believe this is caused by not using the Airtable **_Base_** URL but rather trying to import a shared Airtable **_View_** ![CleanShot 2022-10-11 at 23 14 46@2x](https://user-images.githubusercontent.com/4199296/195264540-4f5f5e5d-c3a2-4eeb-847a-5ab346df1991.png)

How does one take the output of that and save it?