Yurii H.
Yurii H.
Not sure whether this is an issue with `glow` or with glamour, sorry if I got this wrong. When parsing a file with the following line: `**Hello [world](https://example.com), testing**` I...
The default enqueueAction is UPDATE_ACCORDINGLY but this piece of documentation says it's REPLACE_EXISTING. Found this while investigating #582 and #403
(not sure if this is a duplicate of #436, reporting anyway) When creating a new password on Windows 10, the directory path uses inconsistent path separators:  This...
The [Terminology terminal](https://github.com/borisfaure/terminology) has its own custom protocol for displaying images from files. It is very straightforward to implement, the documentation is available in their README and I even wrote...
I've been doing a bit of work and I managed to create an Arch User Repository package for Open Hexagon: [open-hexagon-git](https://aur.archlinux.org/packages/open-hexagon-git/). The end goal here is to allow Linux users...
Not sure whether this is an issue with `glow` or with glamour, sorry if I got this wrong. When parsing a file with the following line: `**Hello [world](https://example.com), testing**` I...
**Checklist** - [x] I searched the `:help` documentation using `/` for helpful information - [x] I have read the [frequently asked questions](https://github.com/Jelmerro/Vieb/blob/master/FAQ.md) - [x] I did not find any similar...
**Checklist** - [x] I searched the `:help` documentation using `/` for helpful information - [x] I have read the [frequently asked questions](https://github.com/Jelmerro/Vieb/blob/master/FAQ.md) - [x] I did not find any similar...
I install Windows games from GOG.com using Wine, their installer creates .desktop files containing `Exec` lines which look like this: ```ini Exec=env WINEPREFIX="/home/my-user/wine/my-game-prefix" wine C:\\\\ProgramData\\\\Microsoft\\\\Windows\\\\Start\\ Menu\\\\Programs\\\\My\\ Game\\ Example\\ [GOG.com]\\\\My\\ Game\\...
A simple SFML patch fixes this: https://github.com/SFML/SFML/pull/2551