xuegang.leng

Results 4 issues of xuegang.leng

i tried to use count in SQL but got an error: ```sql gitql> select author, count(author) as count from commits group by author Error: Expected T_ID and found T_COUNT ```...

it failed when i tried to execute the docker-compose command: `SnowdeMacBook-Pro docker_workspace/counter-app ‹master› » docker-compose up & [1] 54265 SnowdeMacBook-Pro docker_workspace/counter-app ‹master› » Building web-fe Step 1/5 : FROM python:3.4-alpine...