Mario Salgado
Mario Salgado
I don't get it. I am not sure if you just don't like it (which is perfectly understandable) or if you're suggesting something. It sounds like the backup actions which...
This is not a repo-specific query. You can install VS Code via `npm`, as its server package (basically running as a web app, not a standalone application). You can configure...
> Android version: 6.0 > > Kernel build information: Linux localhost 3.10.84-g1ea7d46-00043-g47d4d65 Like @FatVenom mentioned, this Android version is no longer supported by Termux, and the same requirements apply to...
``` calc/stable 2.12.8.0 aarch64 Arbitrary precision console calculator ``` Please run `apt update`, there is a [PR](https://github.com/adi1090x/termux-desktop/pull/46) for this already. _____ https://github.com/adi1090x/termux-desktop/pull/46
Can you please explain how being unable to install a package for Termux is related to this repo (`termux-desktop`)? _EDIT_: Run `apt update` and try again
Added the PR (linked) to avoid similar situations in the future: ``` - { reset_color; pkg autoclean; pkg upgrade -y; } + { reset_color; pkg autoclean; pkg update -y; pkg...
Please dump the output of `termux-info`, I suspect that the problem is either the Termux version or the Android version. ______ Mine: ``` ❯ termux-info Packages CPU architecture: aarch64 Subscribed...
The issue is that you are choosing the _Select All_ option which includes another character that's not interpreted by your shell. See in `zsh`:  ### Workaround As you did,...
> I'm relatively sure does not work in some places like screen because it's a transmitted terminal thing, and e.g. might close the screen session instead Friend, if you aren't...
Hi folks, Let me know if you'd prefer to have this PR broken into individual ones, for each affected file. I will be happy to accommodate. :)