Andrew Vant

Results 7 issues of Andrew Vant

I like the popup call signatures, but their positioning isn't great. They appear directly above the cursor, usually covering the last few lines of code context. I'd like the popup...

Suppose you have a docstring as follows. Its intent is that the `-s|--short` option applies only to the `info` command, while the others apply to all commands: ``` Usage: prog...

A few days ago I had an issue where anytree operations significantly slowed down over time. cProfile attributed the added time to [this assertion](https://github.com/c0fec0de/anytree/blob/75c0198636f8997967ba00df5077cd21350f68ce/anytree/node/nodemixin.py#L161). If I'm reading it correctly, it...

I am not sure if this is a feature request, or a failure on my part to find a feature that already exists. I have a tiny snippet of CSS...

enhancement

Air units refuse to target unidentified (grey blip) upgraded structures. They still fire if in range. In most cases anything in range becomes identified (via vision), but there's a few...

area: engine

If I have a markdown list with items longer than two lines, lines past the second don't autowrap correctly. e.g.: ``` 1. Lorem ipsum dolor sit amet 2. consectetur adipiscing...

Currently, pipreqs silently ignores pypi errors unless --debug is supplied. In particular, when a name needs to be in the mapping file but isn't, pipreqs will look for it on...