Results 23 issues of Yuri Khan

I am trying to use `asttokens` for source-level transformations in a code editor. For example, I would like to position the cursor on a binary operation, press a key, and...

##### SUMMARY See #78607. ##### ISSUE TYPE - Test Pull Request ##### COMPONENT NAME config

core_review
stale_ci
support:core
new_contributor
affects_2.14

### Summary Hello there, a few years back, I [implemented color name parsing for 256-color terminals](https://github.com/ansible/ansible/pull/17752/files). That PR extended the set of recognized color names from the 8 basic ANSI...

support:core
bug
has_pr
traceback
affects_2.15

OSC52 branch is working as far as copy and paste goes, although it does something weird with the highlighted text.: ![image](https://github.com/yurikhan/kitty_grab/assets/132128962/751b8ddb-aa28-4c02-984d-c369650e5465) This is what it pasted after that: ![image](https://github.com/yurikhan/kitty_grab/assets/132128962/1ad184ae-cb7d-4464-8451-d022abe7938e) _Originally...

Elisp has a lot of mutable global state. Some of it is highly shared. And it is very easy to modify global, highly shared state inadvertently. This includes point, mark,...

Hello there! So today I tried to push a 2.5 megabyte file to my team’s Git server and it said “the pre-receive hook timed out after 120 seconds”. I asked...

algorithm
bug
help-wanted

`dired-collapse` lets us skip several levels of subdirectories when drilling down, and this is occasionally very convenient. It’s like saying “I go down this path” rather than repeating “I move...

enhancement

The firmware contains code that looks like a macro engine, which seems to be able to play back any sequence of HID reports with specified delays in between. Ability to...

enhancement

It is reported that some users experience excess key bounce, i.e. pressing a key once produces more than one character. The problem only affects some users, some keyboards and some...

Hello there. I’m migrating a project that has been neglected for a while from pytest-xdist 1.30.0 to something less ancient and seeing a regression. The project has a suite of...