Luna's Archive

Results 39 issues of Luna's Archive

It would be nice to have more options with nvm that are available with nodenv: * Show prompt even if it matches global version * Hide `system` from prompt

### Before submitting a *pull request* make sure you have: - [x] At least skimmed through [contributing guidelines](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#developer-instructions) including [yt-dlp coding conventions](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#yt-dlp-coding-conventions) - [x] [Searched](https://github.com/yt-dlp/yt-dlp/search?q=is%3Apr&type=Issues) the bugtracker for similar pull...

site-request
pending-fixes

flake8-builtins complains about variables named `license`, which honestly I don't understand why it even exists outside of the REPL. I don't want to rename them to `lic`, `licence`, `licence_` or...

## Information **VIM version** ``` NVIM v0.7.0-dev+906-gde6f9233e Build type: RelWithDebInfo ``` Operating System: Debian 11 ## What went wrong When I open a file in the project, I only expect...

bug

If a message is modified by an `inFilter`, the actual message stored in `irc.history` is modified properly, but the prefix is still the old one before the filtering. You mentioned...

Bug

- Please, fill in all of the sections in this template. - Please read each section carefully. Each has a description of what information will help. - Windows support is...

🐛bug

The current i18n implementation doesn't allow enough granularity for languages with noun suffixes like Hungarian. In Hungarian, "17 years" would be translated as "17 év". However, "17 years ago" is...

bug
localization

**Describe the bug** After installing a package from a git URL, `pipx install --force git+https://github.com/foo/foo.git@ref` or `pipx upgrade --force foo` will not update the package, I have to do `pipx...

- Add missing `cd` command - Use number of cores for make

Using a URL such as the one below, one can send CTCP requests to channels. ``` http://n.tkte.ch/h/ID/TOKEN/?payload=%01VERSION%01 ``` This shouldn't be allowed, as it can be also used to send...