notEvil
notEvil
Hi, you probably know about this issue and that there isn't really a good solution to it (at least I couldn't find one): depending on link curvature and curve length,...
Hi! I was wondering if you would consider changing the input method in lists (and trees) to react to the event `CursorMoved` instead of a particular keymap for up/down. The...
Hi, since decorators are sub nodes of `FunctionDef` and `ClassDef` I expected the code range to cover them. Is this intended? ```python import libcst import libcst.metadata as l_metadata metadata_wrapper =...
Hi, I've changed https://github.com/iwalton3/default-shader-pack/blob/520d43844a2d25a60c768d04830cc390222bca9d/shaders/FSRCNNX_x2_8-0-4-1.glsl#L2 and alike from `1.400` to `1.300` for 1080p to 1440p upscaling. This is probably not an unusual situation, so I'd suggest to lower this bound to...
Hi, similar to `IPDetector_Command` an `UpdateProtocolCommand` would be quite helpful. Atm I 'added' a new builtin (symlinked to my module and changed builtin.py) to update A and AAAA entries in...
### Did you check the docs? - [X] I have read all the docs. ### Is your feature request related to a problem? Please describe. Hi, Neo-tree is awesome! But...
Hi, I recently found out that if a Pipenv environment is defined in some sub directory, Pyright would recognize it and create a workspace folder for it. For instance, with...
Hi, I noticed that `MonetarySummation.tax_total` is parsed incorrectly due to `MonetarySummation.tax_total_other_currency`. They share the tag `TaxTotalAmount` and therefore the amount string gets split by https://github.com/pretix/python-drafthorse/blob/5ed87a6f99919156609408b2ecf619f2c82e9b31/drafthorse/models/container.py#L60 For instance, `0.00` will end...
### Did you check existing requests? - [X] I have searched the existing issues ### Describe the feature It would be great if the highlight would be on the parent...
Hi ## Reproduction 1. set `PROXPI_EXTRA_INDEX_URLS` with username and password 2. use proxpi to fetch a package or fetch a file directly from `/index/{package}/{file}` ## Expected behaviour The package is...