Leif-W
Leif-W
Node.js spawn results in ENOENT on Termux/Android, despite the command (in my case, npm) being installed, and in the PATH found in process.env. The Termux devs claim this works correctly...
**Describe the bug** Collabora Office Snapshot 6.4.99 in F-Droid incompatible with Android 6.0 **To Reproduce** Steps to reproduce the behavior: 1. Go to Android 6.0 device 2. Go in F-Droid...
I'm using Termux on an old Android v6 on ARMv7 Samsung phone. I've seen and followed instructions to install MongoDB from this repo.[1] However, mongodb is not found. Looking in...
I'm a developer trying to internationalize my work. There is a severe lack of non-English monospaced fonts over there at Google Fonts. They accept the SIL OFL. I think this...
It will work correctly if using the leading zero. Examples: Intended: 5 * .02 = 0.1 Actual: 5 * .2 = 1 Workaround: 5 * 0.02 = 0.1 Surprising behavior....
**Problem description** Trying to get cmake to use `gcc` rather than `clang` fails with `Platform/Android/abi--GNU can't be found`, due to empty `${CMAKE_ANDROID_ARCH_ABI}`. **Steps to reproduce** * Install cmake from termux...
### Problem description [05:35:38] ~ -> npm -g i [email protected] npm ERR! code EBADENGINE npm ERR! engine Unsupported engine npm ERR! engine Not compatible with your version of node/npm: [email protected]...
Using LMMS 1.1.3 on Windows 7 x64 (all updates) 1. Removed all other instruments from default Song Editor 2. Added OpulenZ instrument 3. Put a few notes in Piano Roll...
Similar issue as listed on [yt-dlp](https://github.com/yt-dlp/yt-dlp/issues/2670). Android/Termux doesn't have flock. Fallback to lockf or SoftFileLock? Possibly fallback to no lock? scdl shown in example uses filelock as a dependency, yt-dlp...