Jakub Kuczys

Results 158 issues of Jakub Kuczys

- Sublime Version: Sublime Text 4 Stable (Build 4113) - OS Version: Windows 10 21H1 (OS Build 19043.1165) The `X` class is only supposed to serve as an example showing...

T: enhancement
C: Syntax

ReStructuredText supports more characters than the syntax definition from Sublime does: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#sections Notably, it does not support `` ` ``, `'`, `.`, `:`, and `_` from the set of characters...

T: bug
C: Syntax

I've noticed that taking a backup of PRs doesn't include their actual commits in the git repository backup. Is there a way to do this already that I might be...

**Is your feature request related to a problem? Please describe.** Currently, one can write either `"\U0001f977"` or `"\U0001F977"` which are equivalent but they look differently. Similarly, one can write `"\u200b"`...

T: design
F: strings

Black auto-explodes imports, collections, function calls, etc. when they contain a trailing comma: https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#the-magic-trailing-comma This means that even though this would fit into one line: ```py from seven_dwwarfs import (...

isort

Isort allows sorting `__all__` when `sort_reexports` is used: https://github.com/PyCQA/isort/blob/f547290178f86b6e5f0007cf1cb31d4736dcdaee/isort/core.py#L235-L241

enhancement
isort

Repro: ``` mkdir ruff_isort_repro cd ruff_isort_repro python -m venv .venv . .venv/bin/activate pip install ruff mkdir schema echo '{}' > schema/example-json-schema.json mkdir example_package touch example_package/sub.py echo $'import schema\n\nfrom example_package import...

core

**Is your feature request related to a problem? Please describe.** I think it would be great if DearPyGui supported typing. **Describe the solution you'd like** `core.pyi` stub file is already...

type: feature

#### What's the problem this feature will solve? An example of reproduction: 1. Create the following files: - `requirements.in`: ``` sphinx-prompt sphinx-rtd-theme ``` - `requirements.txt`: ``` # # This file...

feature
resolver

I think that there should be an option that would cause posts with content warnings to be always expanded. There appears to be a "Display sensitive content" option already but...