Claudio Bley

Results 295 comments of Claudio Bley

> 杨帆.pdf: U+6768 from UTF-8 to IBM866 OK, there was an encoding problem. But the output here looks OK, without the need to encode it explicitly. Did it also show...

> Yes, the console output was ok OK, then it is probably better to simply print it as is, without re-encoding and substituting the undefined characters (in the target encoding)...

I have created a PR, but I am still missing test coverage. If you want, check out the branch and see if it works for you.

Hi @vasiby, long time no progress here... Sorry! But after fixing #352 I am revisiting your issue. Are you still using colorls on Windows? Could you perhaps check wether the...

Maybe you can find some help / inspiration here: https://github.com/athityakumar/colorls/issues/452 Also, maybe just use homebrew?

@uduwage you seem to have installed colorls into the system Ruby, try to use the homebrew Ruby instead to run colorls. (I only have a remote idea how everything works...

Just create that directory first if it does not exist. Then, run the command once in your shell. HTH On October 24, 2018 3:30:41 PM GMT+02:00, harmnot wrote: >about cp...

You probably upgraded Ruby. In this case you have to re-install colorls since gems are installed per major.minor version and cannot be found when you switch it.

> why when i did it with sudo it didnt work? @privth Need more info. What did you do? What did not work? What was the output? Guessing: root uses...

@jj-dominguez I think using colorls with RVM is not really practical, since you would need to install colorls to each and every Ruby version managed by RVM as otherwise it...