Results 9 issues of Jaekyeom Kim

## Error details SurfingKeys: 0.9.65 Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 URL: https://www.english-corpora.org/now/ ## Context When the web page loads, you need...

Hi, Thanks for this great plugin! I'd like to know if it would be possible to allow [alignment with opening delimiters](https://www.python.org/dev/peps/pep-0008/#indentation) (hopefully using [configs](../blob/main/CONFIG.md)), especially for python. Some examples: ```python...

Steps to reproduce: 1. Open a large file with tons of lines. 2. Search for some pattern. 3. Execute `:g!//d` (or `:g//d`) I never set `g:yoinkIncludeDeleteOperations` to 1 (and echoing...

Steps to reproduce: 1. Run `for i in $(seq 0 9); do touch "file ($i).txt"; done` 2. Run `vimv *` 3. Rename the 10 files from ``` file (0).txt file...

Hi, Thanks for this helpful plugin. It looks that arxiv-utils currently does not support the old URL (or identifier) scheme described [here](https://arxiv.org/help/arxiv_identifier#old) when opening abs given a pdf URL, and...

## Description Hi, I'm trying out 3.0.0 Beta 1 (18408) (from https://github.com/noah-nuebling/mac-mouse-fix/issues/369#issuecomment-1246129702). ## Steps to reproduce 1. Open Google Chrome 2. Open a Google Spreadsheet page 3. Make sure that...

Caused by Touch Scroll

Hi, Thanks for this great plugin. I use windows.nvim with [aerial.nvim](https://github.com/stevearc/aerial.nvim), and I'm experiencing an issue that when the aerial.nvim window is open, inactive split windows are often scrolled to...

Hello, I'm trying to train the model on my local machine, with Titan XP GPUs and fairly many CPU cores (48). But the issue is, the training is too slow....

Hi, Inkdown looks quite promising! Could you consider making sections and lists foldable (= collapsable)? This would require some folding state saving, but also will be really nice to have.