ntevenhere
ntevenhere
A filter for #right-arrow elements removes arrows everywhere, making it impossible to navigate horizontal lists:   It was introduced in #260 to hide a weird fading effect.
Before: [](https://postimg.cc/ykKC9zrX) After: [](https://postimg.cc/t1YKyRYy)
Links displayed close to the right side margin of the viewport are basically guaranteed to the be unreadable. Figure (the black bar is my scrollbar):  The extension should calculate...
Mpv's JSON IPC documentation [describes getting replies](https://mpv.io/manual/master/#socat-example), such as with the command [`get_property`](https://mpv.io/manual/master/#json-ipc-get-property). Browsing in subed's code for examples, I was surprised subed doesn't rely on reading properties to work,...
This registers an additional font-face distinct from org-link. This pull request doesn't change how anything appears on screen by default, it only makes it easier to customize the element, it's...
Hi, I'm getting this error log at runtime: ``` Linker Error: 0:3(10): error: GLSL 1.30 is not supported. Supported versions are: 1.10, 1.20, and 1.00 ES ``` It hangs up...
Hello, your patch [export with useful anchors](https://github.com/alphapapa/unpackaged.el#export-to-html-with-useful-anchors) is just what I was looking for, and worked like I was expecting when I pasted it in, but the _second_ time I...
These `WGET_ARGS`, `CURL_ARGS`, etc. options let the user shoot themselves in the foot, silently. I think the documentation or the variables themselves should be changed to be more ergonomic. Did...
Making a pull request of @renaisun's work for them, since it looks good to me but has been cold for two months. # Summary #981 # Changes these areas -...
#### Describe the bug On a large archive, `archivebox update` or `archivebox list` starts right away some CPU intensive process that takes a long time to complete. #### Steps to...