campersau

Results 90 comments of campersau

The information is currently available for individual files if you rightclick and view content on a dll file. ![image](https://user-images.githubusercontent.com/4009570/78272392-c0545b80-750d-11ea-9158-6729e263aeb4.png)

NuGetPackageExplorer should already preview the icon in the top left corner. E.g. Open NPE => Create new package => Edit metadata => paste icon URL in "Icon" field like `http://simpleicon.com/wp-content/uploads/rocket.png`...

You can download the standalone `PackageExplorer` zip from the releases: https://github.com/NuGetPackageExplorer/NuGetPackageExplorer/releases

Can you please provide the exact steps so we can reproduce the issue?

@dave12311 can you please share your public key `B5FAE25D2D4E6440` so we can try to reproduce it?

By using [`LC_ALL=C`](https://github.com/FredrikNoren/ungit/blob/c15d5f12b74e7cfb44bea8d8c9ae73bc3061591d/source/git-promise.js#L43) (which was introduced in https://github.com/FredrikNoren/ungit/pull/1208) the charset is also reset to ASCII according to https://unix.stackexchange.com/a/87763 which does not support these special characters. > In the C locale,...

It also might be an issue with git, because in commit messages it works fine with `LC_ALL=C`: ![image](https://user-images.githubusercontent.com/4009570/71987161-f6937f00-322d-11ea-8cc4-111c9e2f3606.png)

@Hirse here it is: https://github.com/FredrikNoren/ungit/compare/env_language

It is more like `you may be reversing history, which could lose commits` but I personally think the message is fine since it does not reverse anything, you can still...