Daniil Subbotin

Results 37 comments of Daniil Subbotin

@insidegui Hello, Rambo. I want to implement this feature. Can I do it as a part of Hacktoberfest 2019?

I've removed Derived Data directory and now everything works as expected. When running `xcodebuild ... clean` it doesn't remove contents of the `Index` directory. I noticed that `Index` directory may...

Right now I have two unit files: I've add a breakpoint to the SwiftIndexer:51 with condition = `unit.name?.contains("TransferRouter") == true` Both of the files links to the same file: ```...

How Periphery can decide which unit file to use: 1. Compare by modified date and use newest file. 2. Check `target` of unit file. `target` can be `arm` or `x86_64`....

Hi, @ileitch. We run Periphery on a CI machine. We noticed that sometimes Periphery doesn't work as expected and shows some false positives. We happened to discover that when we...

Hello. FigmaExport doesn't support Windows.

Could you please show me an example of complex SVG file with "Long vector paths"?

I don’t plan to add support for SVG optimizer.

Hello, @IljaKosynkin. Thanks for the idea and the PR! I have already thought about adding support for exporting spacing from Figma and decide that FigmaExport should not support it for...

1. For colors Figma have Color Styles, for images — Components. A designer uses Color Styles and Components to compose a screen. If a color or image component changes then...