공부가 본업.
Posts
12 postsjira에서 watcher를 추가하기
는 cloud에서 작동 안 했다. Custom fields에 cc users를 추가하고,Notifications에 cc users notification을 추가하면 workaround로 해결됐다. community 답변들에서 답을 찾을 수 없었다.https://community.atlassian.com/t5/Jira-questions/How-to-add-watchers-to-create-and-edit-issue/qaq-p/256412https://confluence.atlassian.com/jiracoreserver071/editing-and-collaborating-on-issues-802172683.html 가 정말 되나? 는 notification까지는 설명이 안 돼있는 듯.
mac os x xgboost installation
brew tap homebrew/versions; brew install gcc --without-multilib pip install xgboost또는 잘 안되는 지도 모른다. 방법은 잘 되는 듯.
UISegmentedControl에 custom image 입히기
로 왠만큼 할 수 있는데, 막히는 부분들이 있다.이미 선택된 상태에서 선택하면 touch하고 있는 동안 선택된 image로 바뀌어 버려서 모양이 이상하게 된다. UISegmentedControl: how not to highlight already selected segment when using custom images UIControlState(rawValue: UIControlState.selected.rawValue | UIControlState.highlighted.rawValue) 기본적으로 layout margin이 있어서, 0으로 바꿔주는 방법을 찾느라 시간을 보냈다.divider 부분은 너비 1px도 되는 것 같더라.
bitrise ios ci
2명까지 무료로 쓸 수 있어서 좋다.UI도 엄청 편하다. 쓰던 build script를 그대로 못 쓰고 GUI로 다시 작성해야 하는 점은 조금 불편하지만. 로 문제 해결 [BEROR]Code Sign error: No code signing identities found: No valid signing identities (i.e. certificate and private key pair) matching the team ID “(null)” were found.[BEROR]CodeSign error: code signing is required for product type 'Framework' in SDK 'iOS 8.1' bash -l -c "$(curl -sfL" 실행시켜서 e



