Leon Komarovsky

Results 9 comments of Leon Komarovsky

I just tried 1.4.2 and it works. ``` $ ./mas-1.4.1 signin [email protected] ==> Signing in to Apple ID: [email protected] Password: 2018-10-02 13:43:20.542 mas-1.4.1[87389:4605362] -[__NSXPCInterfaceProxy_ISAccountService signInWithContext:replyBlock:]: unrecognized selector sent to instance...

This PR is 9 months old, time to give birth :)

@rgcr I could help you with separating those into PRs if you can provide a base those plugins should use, e.g. necessary helpers etc.

@rgcr sounds good, let me know when its ready? I'll then pick one of the plugins and make a test PR

Tried both latest version from master and 2.0.12

I'd like to add that currently pkgx shim is slower than running docker container on Mac. This: `time pkgx whoami > /dev/null` is slower than this: `time docker run --rm...

Another note - since `pkgx install` essentially creates a wrapper for `pkgx `, it makes anything installed with pkgx also slow.

@trulede Thanks, but this is not what I am looking for. Your example would work with single instance of go-task usage. If it is used in multiple places, it would...

@trulede I never said that I wanted to run go-task within an interactive bash session. Furthermore, I didn't say that my goal was simply to rename Taskfile.yml. Your proposed solution...