Wendy Liga
Wendy Liga
@teameh sure, wil look into it
@teameh can you test it for me? i cherrypicked your commit
> Hey @wendyliga nice work! But you cherry picked only one commit, I think this won't compile. You need to cherry pick [ebf7fff](https://github.com/yonaskolb/XcodeGen/commit/ebf7fffeca8cd7e811d29cb5ff85aa76c2861080) as well. Cheers! done
@mime29 after digging the rabbit hole on how `xcode` show or hide scheme, looks like the value is store on `xcuserdata`, specifically `xcschememanagement.plist`. i don't sure xcodegen touch this before....
ran it on docker, and got the same issue In my case, it is because the program isn't getting internet access, I need to manually define DNS on my docker
Oh i miss understand about argument parser as also able to parse stdin I thought piping stdin is same with passing an argument to the executable
@natecook1000 thank you, appreciate it
try this ``` private void resetChips() { List list = (List) mChipsInput_.getSelectedChipList(); while (list.size() > 0) { for (int i = 0; i < list.size(); i++) { mChipsInput_.removeChipById(list.get(i).getId()); } }...
i created a PR https://github.com/RxSwiftCommunity/RxCocoa-Texture/pull/30 that described what i mean
please help re review @yonaskolb