Andrei Iancu
Andrei Iancu
I believe you can find it at: ```Bulk-Crap-Uninstaller/source/BulkCrapUninstaller/Properties/```
Hey, First, thanks for taking your time to write this! 😁 You're right about the part the Figma use an unique ID to identify the layers and the styles and...
👋 Hey there, The way "Generate styles" function works right now doesn't let you create a style if a style with that name already exists. This happens for few reasons:...
👋 Hey Sam, Thanks for attaching the file, that makes the investigation way simpler. So, after checking the file, I noticed that every layer has the same name _text-5xl:_ ...
Yep, that's also a viable solution and simpler, compared to triggering the action based on what element in on focus. 😄
Should I create another ticket for `layoutGrids` as well? Or is sufficient to leave it here in the comments: ``` type MinimalLayoutGridMixin = Pick; ``` Ofc, in your case, you'll...
Hi @jefflee-figma, I proposed this change for mainly 2 reasons: 1. [consistency] since these properties seems to be similar with MinimalFillsMixin, MinimalStrokesMixin, then for me, it made sense to have...
Symbolic links seems to work: move workflows into a separate place, then link it to user/default/workflows. ```bash # get to comfy ui user/default dir cd path/to/comfy-ui/user/default # backup current workflows...