ClasherKasten
ClasherKasten
I don't know if already known, but when I set `$TERM` to `screen-256color` and `$COLORTERM` to `truecolor`, everything works as expected. but the [test script](https://github.com/asottile/babi/issues/56#issuecomment-609448627) above doesnt working anymore and...
Closed for the following reasons: - It got opened 7 years ago, most of the code seems outdated - The fix is made in completely new files which aren't related...
Closed for the following reasons: - There is an existing fix (namely #11) - I couldn't reproduce the bug in the latest version (28e0705fb79f1d74e398d0ea15202bc32c714264) If anyone still has problems with...
For me this looks like a full-fledged application. Eventually some other maintainer could validate or decline this decision. @HarshCasper @sohamsshah @seema1711 @vybhav72954 @RohiniRG @iamakkkhil
LGTM.
This issue is closed for the following reasons: - this repository already contains a discord bot - the existing discord bot will get removed through #1325 - as @HarshCasper mentioned,...
> Could it be converted to it? , No, I don't see a good, practical reason converting this project to a Jupyter notebook. Is there a good reason why you...
> What is a PR ? PR means Pull Request. > For me it be nice on jupyter since all neural network lives there at my pc. It might be...
`!pip install chess` is wrong. The package name is `cl-chess`, so the correct command would be `!pip install cl-chess`. Sorry, but i forgot to mention that the PyPI package didn't...
For only installing it, and not needing the code, cloning isn't required, because `pip` can install from git repositories. See documentation for this [here](https://pip.pypa.io/en/stable/topics/vcs-support/)