Dominic Yin
Dominic Yin
It's real cool but we want it working on latest android , thanks!
java.lang.IllegalArgumentException: y + height must be
Signed-off-by: Dominic Yin ### Ⅰ. Describe what this PR did add stat_linux_mips64le.go to support for building on mips64el ### Ⅱ. Does this pull request fix one issue? NONE ### Ⅲ....
enable abbreviated commit object as fallback when getting version at building Signed-off-by: Dominic Yin ### Ⅰ. Describe what this PR did In some situations there could be no tag info...
Signed-off-by: Dominic Yin ### Ⅰ. Describe what this PR did change default `passin` and `passout` to `xxxx` to avoid password too short error when `make df.crt` ### Ⅱ. Does this...
### Ⅰ. Issue Description got error when `make df.crt` ### Ⅱ. Describe what happened output: ```shell # make df.crt openssl genrsa -des3 -passout pass:x -out df.pass.key 2048 Generating RSA private...
Part of [log file](http://www.ydcool.me/files/lcast_log6215752963135224415.txt): > cast me.ydcool.kungfupao:41128 as gradle project with both /res and /src changed > Fail to exec ['/Users/Shared/Android/sdk/build-tools/23.0.0_rc3/aapt', 'package', '-f', '--auto-add-overlay', '-F', '/Volumes/Data/ydcool/workspace_studio/KungfuPao/app/build/lcast/res.zip', '-S', '/Volumes/Data/ydcool/workspace_studio/KungfuPao/easing/src/main/res', '-S', '/Volumes/Data/ydcool/workspace_studio/KungfuPao/common/src/main/res',...
`runc --systemd-cgroup run test` takes 10 minutes long to execute, but no error or warning. here're some system info: ```sh root@compute20:~/dominic/testrunc# cat /etc/os-release NAME="Ubuntu" VERSION="18.04.3 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian...
The default branch of an existing repository not always be `master` In command line we can use: ``` git remote show origin | grep 'HEAD branch' | cut -d' '...