Live data from Hacker News

'git commit' your favorite coffee place to work in

commitcoffee.com

1–10 of 21 posts

Re: 'git commit' your favorite coffee place to work in

#4

It'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

#6

Looks 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

#7
post #4

It'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.

To filter, was an original idea standing behind of using git. I kind of understand that using $ git for this is way to much, but those days github allows to modify files online https://github.com/xando/commitcoffee/edit/gh-pages/places.j... as well

Re: 'git commit' your favorite coffee place to work in

#9
post #6

Looks 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` doesn't work if your scripts are not in the head. Also, you should not use the less.js script in production, it is unbelievably slow. You should compile the LESS files into CSS files before deploying to a live site.

Re: 'git commit' your favorite coffee place to work in

#10
post #6

Looks 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.

Add

     .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.
Post reply on HN