Daniil Subbotin
Daniil Subbotin
Hello. I have found a bug where `Difference` finds difference between two equally objects. Example code that represents the issue: ```swift import UIKit import Difference class ViewController: UIViewController { override...
Hello. I want to run Periphery on CI after the unit-tests passed. Right now I run Periphery with `skip_build: false` and `index_store_path: null`. This works as expected. But I want...
I want to see a warning if `// periphery:ignore` command is unneeded. ```swift // periphery:ignore func sayHello() { print("sayHello") } sayHello() ``` I want to see the following warning: `Superfluous...
### Discussed in https://github.com/RedMadRobot/figma-export/discussions/158 Originally posted by **tonymontgomery** March 21, 2022 I have successfully ran figma-export on MacOS. I can not get it to run on Ubuntu Linux. Is this...
Each Figma component have [`updated_at`](https://www.figma.com/developers/api#library-items-types) property. It’s a time at which the component was updated. FigmaExport can use this property to download images only for updated components since last export....
See [my post on starling forum](https://forum.starling-framework.org/topic/multiple-feathers-videoplayer-context-lost-and-crashes?replies=1#post-115448) for more info.
Hello, Josh. I want to use DragDropManager to drag multiple objects at the same time. Could you add support for this?
Hello, Josh. I have an issue with Label. If I place Label inside container with .scale = 0.3 the text inside Label will be cutted. It happens only on iPhone...
Closes #159