Jeon Suyeol

Results 171 comments of Jeon Suyeol

Hi @thedamfr, Could you please tell me: 1) which version are you using 2) how did you test (Seedfile or something else about your environment) Thanks!

Hello, could you please update CocoaSeeds to latest version(0.2.0) which officially supports branches and try again? Thanks.

@thedamfr, is that working properly?

@thedamfr, could you please show me your Seedfile?

@thedamfr, There's no such code in CocoaSeeds that changes current branch. Could you please check again without `josephlord/Async.legacy`? ``` ruby github "SnapKit/SnapKit", "0.13.0", :files => "Source/*.{swift,h}" github "Alamofire/Alamofire", "1.3.1", :files...

Hmm, that's odd. Which shell and which version of git are you using? e.g. ``` bash $ echo $0 -bash $ git --version git version 2.3.7 ```

@thedamfr, I've struggled with this issue for several days but couldn't find a solution. I'm sorry, I'll keep this issue open with labeled 'help wanted'.

@zbyte64 Hi, can I ask you to review this PR? :pray:

I think you can override `updatePlaceholder` method, but I'm not sure it would work properly. ```objc - (void)updatePlaceholderLabel { [super performSelector:@selector(updatePlaceholderLabel)]; self.placeholderLabel.frame = CGRectMake(x, y, width, height); } ```

Hi, @publicBenz, how can I reproduce the bug?