Peter Varo

Results 7 issues of Peter Varo

It also would be nice to have `'include': '$self'` and `'include': '#partial_definition'` like in `tmLanguage` syntax definition files. For example, in python there are keyword arguments or in python 3...

## Output of `restic version` ```none restic 0.14.0 compiled with go1.19 on linux/amd64 ``` ## How did you run restic exactly? ```bash $ restic backup --help $ restic backup --repo...

type: feature enhancement
category: user interface

Since we almost all are running our tests with `tup` (that is one of the main advantages of using a build-automation after all), it is extremely frustrating, that even if...

The `re.VERBOSE` flag allows to write comments inside the string, however that comment should end at the end of string. The current behaviour is broken: ```python pattern = compile(r""" \d\t...

bug

Right now, the valid python expressions are recognised between the opening `{` and either an `!`, or a `:` or the closing `}`. meaning: it is very easy to start...

bug
enhancement

Escape sequences (generic, unicode, etc.) should be recognised! ```python '{:\n>12}' # ^ # not highlighted ```

bug
enhancement

### Description # TL;DR `zettlr` cannot be started from an _application launcher_ (such as [`rofi`](https://github.com/davatorium/rofi)) or in fact, in any other ways that starts it _in the background_—worst case scenario,...

bug