Waldir Pimenta

Results 753 comments of Waldir Pimenta

> more closely related to the videos app icon For convenience: https://github.com/elementary/videos/tree/master/data/icons

@danirabbit since #1234 was merged (What a nice PR number, btw! Congrats, @newhoa :grin:), shouldn't this one be closed?

@trenki2 I think this bug should be reported upstream, in https://github.com/blakeembrey/change-case.

@Xymph I suppose this can be closed now :) not just because [your PRs](https://github.com/codeguy/php-the-right-way/pulls?q=is%3Aclosed+author%3AXymph) have been merged, but also because you've been made a collaborator and can merge PRs yourself!...

@ORESoftware that's indeed faster (thanks for the pointer!), but probably because it's counting something different: it seems to show only the total added/deleted/net lines, rather than the number of _current_...

Yes, `git fame` uses the same information that `git blame` outputs (i.e. the last person to have touched each line of code) and summarizes that for the entire repository (or...

@oleander I did notice that the README does not make this very clear, btw. It would be nice to add a clarification to prevent this mixup, WDYT?

Not sure if I'm missing something obvious, but the solution that comes to my mind here would be to use `%%%` as syntax for block comments: ``` %%% This is...

The first part of this issue should be fixed in abrensch/brouter#660.