Results 42 comments of Harsh Parekh

What happens when you run: ``` THEFUCK_DEBUG=true thefuck --version ``` Back when I first encountered the error the above command was the simplest failing case.

``` TF_SHELL=bash THEFUCK_DEBUG=true thefuck --version Traceback (most recent call last): File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/psutil/_common.py", line 397, in wrapper return cache[key] KeyError: (('/proc',), frozenset()) During handling of the above exception, another exception occurred:...

Would really appreciate this, right now Pylance isn't able to infer even simple cases like: ```py ls: List[str] = ["a", "b", "c"] for s in tqdm(ls): # type of s...

But anything saved there can't be accessed from outside the app. So maybe there should be a way to move data out of the application directory. @MCMrARM I'm really sorry...

I believe contents of Android/data aren't accessible without root permissions. Yes the app does ask for permission but anything that's saved in the app directory isn't accessible. Follow the below...

Unfortunately I don't have any pre Android 11 devices. The following is a screenshot of what I get when I try to access the data folder: ![Screenshot_20201124-094645](https://user-images.githubusercontent.com/22425371/100120274-c785fc00-2e45-11eb-942f-dffa0117e16c.png) related: https://support.google.com/pixelphone/thread/70501031?hl=en&msgid=72762121 TLDR;...

That or you could add an option to move a downloaded file to a specific directory. Best, Harsh On Tue, 24 Nov 2020, 12:18 pm MCMrARM, wrote: > Ah so...

Frankly I was just hoping if you could add an additional option called either `move` or `export` right above the delete option that already exists for downloads. And you can...

yes I'm aware that it can be done in that way. What I'm asking is that mdv should default to stdin when no file is provided, much like other programs...

Okay, I thought that the background was black and the dividers were the reason why my screen was lit up. Let me correct the issue then to ask for black...