Max Görner

Results 33 issues of Max Görner

**Describe the bug** On pages that have plenty of links, such as [news.ycombinator.com](https://news.ycombinator.com), some link hints are reduced. **To Reproduce** Steps to reproduce the behavior: 1. Go to URL [news.ycombinator.com](https://news.ycombinator.com)...

```bash $ delta --version delta 0.12.1 $ delta --list-syntax-themes Light syntax themes: GitHub Monokai Extended Light OneHalfLight Solarized (light) gruvbox-light Dark syntax themes: 1337 Coldark-Cold Coldark-Dark DarkNeon Dracula Monokai Extended...

If `flake8-helper` is installed along with `pdbpp`, PDB++ does not start up. Minimum working example: ```shell conda create -yn mwe python==3.9 pip conda activate mwe python -m pip install pdbpp...

You already mentioned to plan to add a strict mode to python-fire in https://github.com/google/python-fire/issues/221 and https://github.com/google/python-fire/issues/222. I would highly appreciate this, so I am opening a new issue for this....

enhancement

I noticed I had an unstopped frame from yesterday. I got lazy and did not want to type the full date. So I tried to do `watson stop --at "yesterday...

When I wanted to work on some bug that keeps nagging me, I noticed that support or Python 3.5 was dropped. I also noticed some minor negligencese I could not...

improvement
question

The aggregate command has two flaws. 1. It outputs in reverse order compared to `watson log`. The command `watson aggregate` prints the most recent day last while `watson log` prints...

question

The current bash.completion is a bit of a second class citizen. Many of the current enhancements missed to adapt it. Furthermore, there are no tests for it. Instead of trying...

improvement
question

Issuing `watson log` outputs all events in a certain time range. It groups them by day and prints the days from most recent to the oldest day in that range....

question

I am using `set cursorline` and `setlocal spell`. When there is a spell error somewhere, it is nicely highlighted. Unfortunately if a spelling error is on the same line as...