Alan Clarke

Results 16 comments of Alan Clarke

> Maybe folder prefix could specify the type? > Example folder names: > `1234` -> by default to `contest 1234` > `gym123456` -> gym with id `123456` > `groupXXXXXXXXXX`/`123456` ->...

Emm.. I found you have imported a new library `goquery`. Is it necessary ? Can `regexp` do the same works? I just don't want to import too many things..

> `goquery` is also imported here: > > https://github.com/xalanq/cf-tool/blob/3c4e2e6e3edddcc88129bb385b09f792b222a95f/client/watch.go#L16 > > . > Everything can be done with standard libraries, the question is the how much code readability are we...

That's a feature. I think if someone use `cf pull`, he/she want to pull the code and open it right now. So I put it on the current folder. Otherwise,...