Ong Yong Xin
Ong Yong Xin
Actually, dulwich has a very barebones `dulwich` command which approximates Git, mainly used for testing.
The Libterm 5.1.4 update yesterday has fixed this. I checked it myself
Hi! I've tested out the WSL1 configuration on my Arch Linux WSL2 install (kernel `5.15.90.1-microsoft-standard-WSL2`) and it works great. I ran into EACCES errors at first but it's because I...
Upon installing boto3, the contents of the site-packages-3 was deleted, with only these files remaining: ``` [~/Documents]$ ls ~/Documents/site-packages-3 /private/var/mobile/Containers/Shared/AppGroup/6C2ECC4F-72E4-4527-BBDF-918E842C781D/Pythonista3/Documents/site-packages-3/: futures-3.1.1.dist-info Readme.md ``` Apparently, when installing `futures` as a dependency,...
The problem would be installing futures when running StaSh on Python 3. Because `futures` is a Python 2 backport of the Python 3 `concurrent.futures`, it will appear to successfully install...
For now, it would be a good idea to blacklist `futures` on pip first.
Thank you, I guess I will replace my blacklist copy with yours.
By the way, you should notify StaSh users to update their copy using `selfupdate -f` so that `site-packages-3` won’t be erased if somebody tries to install `futures` accidentally... EDIT: If...
It has been 11 days, so wondering when the merge will take place. > merge it in a few minutes The modifications to `ls` conflicts, though. EDIT: So, can this...
Yep, I’ll open a pull request to add this to the blacklist.