Results 593 comments of Igor Chubin
trafficstars

@dbeniamine Yes, David, actually you are right, the additional word (`python`) though makes the answer looks pretty (because of the correct comments) make the search not so precise. I've (experimentally)...

@wis That's indeed a good point, that we need some reliable filtering mechanism, that will filter out all irrelevant responses, first of all the ones,that are written in wrong languages....

@wis Actually, it is a little bit more difficult to detect the programming language of the answer than by mere tags. Tags are sometimes not there, sometimes they are wrong....

> how useful are tags as a ranking signal to pick the result to return? In my opinion, they are not very useful. They can be used but only with...

My shellcheck version does not detect shell type automatically, but one can do it with a small trick: ``` ~$ cat /tmp/1.sh a=(1 2 3) echo "${a[@]}" ~$ for i...

What is `the c command`? (and before you answered: there in no caching on the client side at all)

@wis You are right, it is a trivial thing to fix and should be implemented anyway. And regarding the PRs, the answer is yes.

Yes, that is because Nim is not (yet) supported. Here is the list of the supported languages: https://github.com/chubin/cheat.sh#programming-languages-cheat-sheets

Yes, that's true, the bug will be fixed soon

It is possible to add support for GNU Octave. I have several questions from my side: 1. Is the difference between Matlab and GNU Octave so big? Should we use...