Quentin Santos

Results 38 issues of Quentin Santos

Look for ` Base class for commands that should be aware of the active local virtual environment. Before the`. ``` % slap help Slap (version 1.11.0) Usage: command [options] [arguments]...

Currently, adding a changelog entry is done by appending a TOML section to `.changelog/_unreleased.toml`. However, this directly leads to merge conflict when MRs are opened concurrently. This can be partially...

Explicitly listing PyPI as a package index with an URL results in the error below. This PR sets the `index_url` of the package indexes whose aliases matches `pypi` to `None`....

Add toolbar to edit the text. In addition to standard formatting, character effects such as [1] would be nice. [1] https://news.ycombinator.com/item?id=40882315

There is no point in making a difference between the page itself (e.g. https://news.ycombinator.com/item?id=43502889) and the item it expands (e.g. https://news.ycombinator.com/item?id=43502889#43502889). This mostly causes unnecessary steps when navigating and confusion....

# Issue Prelude **Please complete these steps and check these boxes (by putting an `x` inside the brackets) _before_ filing your issue:** - [x] I have read and understood YCM's...

**tl;dr:** `calculate_position` should not use the lengths of graphemes as provided by unicode-width, but instead use the sum of the widths of the codepoints. At least on Unix, when calculating...