Himura Kazuto
Himura Kazuto
https://github.com/nltk/nltk/issues/1879 ``` $ pip install -r requirements.txt Collecting Flask==0.12 Downloading Flask-0.12-py2.py3-none-any.whl (82 kB) |████████████████████████████████| 82 kB 341 kB/s Collecting MarkupSafe==1.0 Downloading MarkupSafe-1.0.tar.gz (14 kB) Collecting nltk==2.0.5 Downloading nltk-2.0.5.tar.gz (954 kB)...
I tried to use ungit in Firefox 74.0b9 on Windows 10 and found some UI bugs: 1. When you hover a commit on the current branch, the new arrow appears...
https://github.com/ondryaso/pi-rc522/blob/master/pirc522/__init__.py#L127 ```Python >>> not ~(0b1000101 & 0x01) False >>> not ~(0b1000100 & 0x01) False ```` This mistake was copy-pasted, I filed an issue to the original repo. Sad.
The icons are too large to look consistent with other panel items:  I propose to decrease the size so that it's in sync with the network, audio and battery...
https://github.com/mxgxw/MFRC522-python/blob/master/MFRC522.py#L179 ```Python >>> not ~(0b1000101 & 0x01) False >>> not ~(0b1000100 & 0x01) False ```` I feel like I'm eating shit when refactoring this code. Sorry, but one should choose...
It is absolutely broken on Neovim in Qt mode. Tested on Windows and Ubuntu 16.10. When I switch to solarized, ti seems to change only some of colors... 
https://towardsdatascience.com/goodbye-os-path-15-pathlib-tricks-to-quickly-master-the-file-system-in-python-881213ca7c21