Results 19 issues of Jonathan Lovelace

On WordPress sites "protected" by the extension "WP Content Protection Pro", without this extension enabled right-clicks are silently ignored, but with the extension enabled a right-click just triggers messages in...

It Would Be Nice if an exported Markdown (or HTML, I suppose) version of a document included the comments on the document. This feature is the one reason I keep...

enhancement

This is the best Docs-to-Markdown conversion I've found yet, but there's still one document feature that I find I have to do significant post-processing on to get to the way...

enhancement

If `ncurses` is installed with its more low-level functions split into the separate library `libtinfo`, the build will fail with an error like this one: ``` /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o: undefined reference...

In other readers (I use FBReader and CoolReader), upon reaching the end of a chapter in an ebook, if I continuue scrolling down, I will immediately see the beginning of...

Even with `-v`, the output of `epubmeta path/to/ebook.epub` does not include some pieces of metadata. For my particular use-case (identifying which ebooks downloaded from AO3 are in a series) I...

When I try to run euscan on most any package, it aborts instead of actually trying URLs. For example, here's the output of `euscan euscan`: ``` * app-portage/euscan-0.1.1-r1 [gentoo] Ebuild:...

On the recently-released Eclipse 2018-09 (i.e. Eclipse 4.9; I seem to recall this also happening on Eclipse Photon when I tried it soon after it was released), the following stack...

My browser is refusing to connect to `try.ceylon-lang.org`, claiming that its certificate has expired. ![screenshot](https://user-images.githubusercontent.com/1522278/122627473-b3257d00-d07d-11eb-80be-2177272ce805.png)

On [this page](https://ceylon-lang.org/documentation/1.3/reference/expression/invocation/) of the reference documentation, the two "hello world" code samples are missing closing quotes on the string "hello world", causing the syntax highlighting to become incorrect and...