'git commit' your favorite coffee place to work in
commitcoffee.com
'git commit' your favorite coffee place to work in
1–10 of 21 posts
Re: 'git commit' your favorite coffee place to work in
#2Re: 'git commit' your favorite coffee place to work in
#3Re: 'git commit' your favorite coffee place to work in
#4It's an okay idea, but a pull request to suggest a coffee place is a pain in the arse, a drop pin and form would be much nicer, even for us who use the command line a lot.
Re: 'git commit' your favorite coffee place to work in
#5Powered by a Google Spreadsheet, so instead of `git commit`, it's "Add a row to this public spreadsheet!"
Re: 'git commit' your favorite coffee place to work in
#6Looks like your ng-cloak isn't working - you may need to add a few CSS classes - see here http://stackoverflow.com/questions/11249768/angularjs-ng-clo...
Thanks for the link I will have a second look.
Re: 'git commit' your favorite coffee place to work in
#7It's an okay idea, but a pull request to suggest a coffee place is a pain in the arse, a drop pin and form would be much nicer, even for us who use the command line a lot.
That's a valid concern with this user interface. However, this might also work as a filter, because only real geeks will suggest a coffee place via pull request.
Re: 'git commit' your favorite coffee place to work in
#8Re: 'git commit' your favorite coffee place to work in
#9Looks like your ng-cloak isn't working - you may need to add a few CSS classes - see here http://stackoverflow.com/questions/11249768/angularjs-ng-clo...
author here. I'm using ng-cloak, but maybe I misunderstood the way how this should be defined there, or maybe is not working well with less.js. Thanks for the link I will have a second look.
Re: 'git commit' your favorite coffee place to work in
#10Looks like your ng-cloak isn't working - you may need to add a few CSS classes - see here http://stackoverflow.com/questions/11249768/angularjs-ng-clo...
author here. I'm using ng-cloak, but maybe I misunderstood the way how this should be defined there, or maybe is not working well with less.js. Thanks for the link I will have a second look.
.ng-cloak {display: none !important;}
To your css. You've already added the ng-cloak class to your element, angular will remove it once it is done loading.