Cihat Gündüz

Results 297 comments of Cihat Gündüz

I can confirm there's a problem currently with `as! [CGFloat]`. For me, a line as simple as the following crashes: `myView.animation.makeScale(2).animate(0.2)`

I like the idea of adding color themes for syntax highlighting. But I think "smart themes" based on wallpaper background or tint color should be the second or third step....

This is not stale, still valid feature request.

Hey guys, as SwiftPM is now supporting resources in the current beta, I have posted a PR that fixes this issue properly for anyone who's using Fakery via SwiftPM in...

I believe this can be fixed now thanks to [SE-0272](https://github.com/apple/swift-evolution/blob/master/proposals/0272-swiftpm-binary-dependencies.md#proposed-solution), but I have no experience with C libraries so I would need to invest a lot of time to get...

Same issue here ... seems to be a known issue, see #210.

@yonaskolb Any plans on fixing this (or any other Beak issue) currently? This project looks like it's not being maintained anymore ... I'd be glad to help if you don't...

I just made a similar suggestion to this in #40 and would vulonteer to implement it. Does it look good to you guys? If yes, I will try to implement...

One way could be to include something like the following code in a `beak.swift` file: ```swift typealias CommandResult = (outputLines: [String], errorLines: [String], exitCode: Int32) @discardableResult func run(_ command: String)...

In case anyone is concerned about this lib's maintenance after seeing this issue (and no releases since over a year now), there's another library that works very similarly and seems...