Wolfram Sang

Results 9 comments of Wolfram Sang

+1. I need this feature for a use case described here https://github.com/jonas/tig/issues/483#issuecomment-215185424. An 'unbind' command sounds proper to me, especially if you can unbind a key for all views+generic with...

This is a problem handling UTF16 surrogate chars correctly (you can't iterate over a QString with single QChars here). I fixed the title but am still working on getting the...

I look at it from time to time but I still can't get query results. Maybe there is another surrogate issue on the way to the database? I haven't given...

Commodore 64 demoscene uses these opcodes a lot. An extensive documentation about what they do and how they are used can be downloaded here: https://csdb.dk/release/?id=226987&show=notes#notes

Awesome that you already know this document! I simply wanted to make sure that this hidden gem is not overlooked. I am fully aware that making use of unintended opcodes...

If `pandoc -o doc/openfortivpn.1.md doc/openfortivpn.1` produces an acceptable result for you, then a github action could generate the markdown and push it to the wiki. I could work on this,...

The first issue can be easily fixed by adding `--to gfm` to the options (gfm being Github flavored markdown). The second issue seems to be the direct switch from bold...

TLDR: I think there is an issue with pandoc but we can easily workaround it until it is fixed. This command `pandoc --to gfm openfortivpn.1 | sed 's/ \*\*\*/** */g'...

Okay, that sounds like I could continue. Good news is that the next version of pandoc will have the other issue fixed: https://github.com/jgm/pandoc/issues/9445