zeniko

Results 8 issues of zeniko

Originally reported as : The YouTube snippet shows the GtWebView address bar above the video. Under Windows, this address bar contains a data: URL which is quite large (spanning several...

I'm including URLs in @misc entries' [howpublished](https://bibtex.eu/fields/howpublished/) field in order to have better control of how they're rendered (in particular, I want the links in the PDF to point to...

Text containing asterisks is wrongly encoded when the "Escape special characters" option is enabled. (Tested in the web version.) Input: ``` bibtex @misc{asterisk, title = {What the f*ck} } ```...

Before removing a method, GT informs about how many references to that method are left. These are however only references from code in the Coder, not references from Lepiter snippets....

Copied text from most Windows applications contain line feed and carriage return ("\r\n" or 0x13 0x10). Pasting such text into a code editor leads to unexpected behavior best observed when...

`GtWindowsSystemInfo>>findExecutable:` assumes that executables have either a `.exe` or a `.bat` extension. This list is by far exhaustive and has had me confused, as e.g. `PBApplication` failed to find pipenv...

The commit message for https://github.com/zeniko/processing-abstractions/commit/95680da03f1fb4c8538fdb19a02e0cd193b5bf75 contains a badly encoded umlaut. Expected behavior: Entering umlauts and other special characters as commit messages in GT's git tool leads to correctly readable messages....

The keyboard shortcut for zooming out is `Ctrl+-`/`Cmd+-` and available on all keyboard layouts. Zooming in is however mapped to `Ctrl+=` which doesn't work on keyboard layouts where `=` is...