Artem Novichkov

Results 21 issues of Artem Novichkov

Use case: I updated Carthage with only one new framework, `RxSwift` for example. Because I know the name of the framework, I don't want to link it to the target...

enhancement
hacktoberfest

Carting saves filelists to Carthage folder by default. But often this folder is in gitignore. Just think about paths or at least info in readme about this case.

enhancement
hacktoberfest

This enhancement will prevent installing of Carting on all machines.

enhancement

Paths for debugging frameworks like [Hyperion-iOS](https://github.com/willowtreeapps/Hyperion-iOS) should not be added. So I need a simple approach to mark these frameworks for ignoring, for example in Cartfile: `github "willowtreeapps/Hyperion-iOS" #carting.ignore`

enhancement
hacktoberfest

I use cookiecutter and my [custom template](https://github.com/artemnovichkov/swift-project-template) for project generation. I guess you have the same problem - it's very hand to update or create a new template. How you...

* carthage install method: [ ] .pkg, [x] homebrew, [ ] source * `which carthage`: /usr/local/bin/carthage * `carthage version`: 0.33.0 * `xcodebuild -version`: Xcode 11.0 Build version 11A419c * Are...

enhancement
hacktoberfest

Code in extension: ``` function layer(context, selectedLayer) { if (selectedLayer.type == `text`) { var style = context.project.findTextStyleEqual(selectedLayer.textStyles[0]) var value = selectedLayer.content; return `let text = Text(value: ${value}, style: .${camelize(style.name)})`; }...

I have a color in Styleguide named `#black8` but a color property of a shadow or a border have `undefined` name. Example of using: ```js function cgColor(color, useColorNames) { if...

enhancement

### Version of Zepcode: 0.3.0 ### What's wrong: There are no snippets for blurs. ### Suggestion: Check [Blur](https://github.com/zeplin/zeplin-extension-documentation/blob/master/model/blur.md) model docs and add blur snippet if possible.

🚀 enhancement
hacktoberfest

### Version of Zepcode: 0.5.0 ### Suggestion: Make a snippet for text fields when there will be needed layer type. Asked it [issue #19](https://github.com/zeplin/zeplin-extension-documentation/issues/19).

🚀 enhancement
hacktoberfest