ash

Results 62 issues of ash

### Update disclaimer - [X] Yes, I have checked and my issue is not related to FFXIV updating and plugins not working correctly. ### What did you do? I left...

bug
triage

When no ctags program is available, Gutentags prints the following on startup: ``` "MANIFEST.in" 1L, 26C Error detected while processing function gutentags#setup_gutentags[53]..gutentags#ctags#init: line 19: Executable 'ctags' can't be found. Gutentags...

I'm running into an issue that patat doesn't tell w3mimgdisplay when it should remove images from the screen – it would be ideal if patat could emit a w3mimgdisplay command...

### Make sure you've done the following: - [X] I have checked that this issue has not already been reported. - [X] I have validated that this issue is not...

bug
P-Fixer

If I open obsidian and immediately press `[[`, the document doesn't change, and I get this error: ``` app.js:1 TypeError: Cannot read properties of null (reading '0') at surroundFunc (eval...

## What do these changes do? Type checkers look for a `py.typed` file before doing type-checking on libraries imported by other code (see PEP 561). Adding `include_package_data=True` to setup.py means...

I have the following in my .tmux.conf to switch windows with alt-h and alt-l: ``` bind -n M-h previous-window bind -n M-l next-window ``` and sometimes with `escape-time` set to...

To reproduce: 1. Create a new Canvas 2. Type a slash, then any other character 3. Observe the extra slash placed after the cursor (also that it can't be deleted...

bug

The install script says it's a POSIX shell script: https://github.com/yarnpkg/website/blob/e6b49647a6d3c3b27865371975e57019d8051b0d/install.sh#L1 but uses many Bashisms including `[[` and `read -n`: https://github.com/yarnpkg/website/blob/e6b49647a6d3c3b27865371975e57019d8051b0d/install.sh#L52 https://github.com/yarnpkg/website/blob/e6b49647a6d3c3b27865371975e57019d8051b0d/install.sh#L95 https://github.com/yarnpkg/website/blob/e6b49647a6d3c3b27865371975e57019d8051b0d/install.sh#L208 https://github.com/yarnpkg/website/blob/e6b49647a6d3c3b27865371975e57019d8051b0d/install.sh#L210 This means that it doesn't work on...

Currently, xclip is hardcoded to only interact with cut buffer 0: https://github.com/astrand/xclip/blob/8d10aec4784d5e02f5649ac4cb83d812bc4a03cf/xclip.c#L342-L345 It would be nice if there was a way to manipulate the other 7 cut buffers as well....