TheYellowArchitect

Results 74 issues of TheYellowArchitect

Installed Artix (runit) then LARBS. There are scripts using `crontab` (e.g. `/usr/local/bin/mw` for commands like `mw -t 10`) but `crontab` outputs: ```zsh: command not found: crontab``` The command `sudo pacman...

**Supersedes** https://github.com/LukeSmithxyz/voidrice/pull/1239 The script at `.local/bin/shortcuts` generates shortcuts for shell, zsh, lf, vim. The changes you make are applied on saving (`:wq`) To understand this, open `.config/lf/lfrc` and look at...

It is essentially a glorified `ffmpeg -i input.video -vcodec libx265 -crf "$compressionRatio" output.mp4` 1. It checks if a non-video file is selected (skips it) 2. It properly parses .mp4 to...

It ignores non-videos and videos which have no audio layer ([ffprobe](https://ffmpeg.org/ffprobe.html#Description) ftw). Moves them to the music folder, and notifies the user. Change whatever you wish, as long the functionality...

1. Copies the selected filename (Y currently copies filepath, not filename), and pipes it to clipboard. 2. Copies the selected filename and if it matches the yt-dlp downloaded video format...

> You must have gimptool installed in order to have the full set of libraries and dependences needed to compile BIMP (names can differ depending on the distro). > >...

I use dwm with the following config line `{ ShiftMask, XK_Print, spawn, SHCMD("maim pic-full-$(date '+%y%m%d-%H%M-%S').png") },` I do not have any alias to `maim` or `dmenu` If I open dmenu...

### Godot version beta14 up to 4.1 stable (probably happens from earlier too) ### System information Artix (Arch Linux) ### Issue description There is a very sneaky error which has...

bug
topic:gdscript

## Checklist - [ ] I'm reporting a broken site support issue - [x] I've verified that I'm running youtube-dlc version **2020.09.14** - [x] I've checked that all provided URLs...

**OS/device including version:** Godot v4.2.dev3 - Artix Linux - Tty - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1050 Ti (nvidia; 520.56.06) - AMD Ryzen 5 2600 Six-Core Processor (12...

bug