Jens von Pilgrim

Results 6 issues of Jens von Pilgrim

Apparently Calibre has a problem with Ubuntu 20: https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1884295 This problem should be fixed in Calibre, but it seems that `apt install calibre-bin` does not fetch this fixed version yet....

The build system for creating the Eclipse update site seems to be unstable. At least, it is not workign anymore due to a weird signature check failure. Also, at the...

enhancement

See #448 for details. "^4.0.0-beta.*" is syntactically incorrect, there is no "*" allowed at that location. Replaced that with "^4.0.0-beta.0".

In the package.json, a dependency to webpack is defined as follows: ``` "webpack": "^4.0.0 || ^4.0.0-beta.* || ^3.8.1 || ^3.0.0 || ^3.0.0-rc.0 || ^2.1.0 || ^1.13.1", ``` The range "^4.0.0-beta.\*"...

In order to use this really useful package with TypeScript, a definition file is required. It is really tiny, maybe you could add this in this library directly, then there...

Versions. - Extension: v2.4.6 - antlr4ng: 3.0.4 I have defined a grammar (the expression example from https://github.com/mike-lischke/antlr4ng) and let the extension generate the code. Here is my `.vscode/settings.json`: ```jsonc {...

possible bug