Results 23 issues of Yuri Khan

The frame height is calculated in `company-box--set-frame-position` as the character height in pixels multiplied by the number of items. The character height does not include `line-spacing`; this causes the calculated...

`Ctrl`+`←`/`→` works by looking at code points, but should really use extended grapheme clusters as defined by [UAX #29][uax29]. [uax29]: https://unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries Two examples that work incorrectly that come to mind:...

(from #3) Add incremental search.

# Documentation style bug ## Summary In the original C++Reference pages, a sentence may span a paragraph, followed by a bulleted list or a preformatted code block, optionally followed by...

docs/bug

### General information. Describe your environment - Versions - Operating system: Ubuntu 16.04, 18.04 - Browser: Firefox 68 - PassFF: 1.9 - Host app: 1.9 Status line output: `[18:28:23] ls...

enhancement

Documentation says: > `fun.remove_if(predicate, gen, param, state)` > `iterator:remove_if(predicate)` > > An alias for `filter()`. The name `remove_if` strongly suggests that elements satisfying the predicate will be removed, keeping only...

* **Browser**: Firefox but probably not important * **Operating System**: GNU/Linux but not important Currently, Stylus applies styles to most pages by sending them in a message to a content...

### What is the problem? Violentmonkey sync data is stored in application data, hidden from the user. ### How to reproduce it? 1. Set up Google Drive sync. 2. Perform...

enhancement
sync

The editor component used by Edotor seems to hijack the Ctrl+L shortcut for its “select line” action. In browsers, Ctrl+L is used to focus the address bar, and half the...

enhancement

Use case: I have a busy graph and I zoom to better see a part of it. I then modify the text in the left pane. Observed behavior: the graph...

enhancement
help wanted