thataboy
thataboy
Create `css/epub-user.css` and try something like ``` body { margin-top: 8px !important; } ```
I second this. In lieu of fancy bar charts, a simple progress bar on bottom showing book progress along with page turns left in chapter would be most helpful
Follow up: This is one of two edge cases I've stumbled on that cause extra spacing between blocks. The other is when block contains white space at the end, e.g....
I think I have a fix for this > it separates every character, making it unable to find in the dictionary. in `view/reader/mod.rs` `text_excerpt` inserts a space in between multi...
Came here to request this. This would make Nova the complete solution for video library management and playback!
here is a quick and dirty python3 script I use to move to the trash files in ~./diffusionbee/images/ that are no longer in history ```python #!/usr/bin/env python3 import os import...
I don't know if this falls under this issue's purview, but I would like zed to reopen any opened files whether they are part of a project or not. I...
On MacOS Sonoma. Python 3.12.0. Clean installed streamrip via pip. Trying to download from Tidal for first time, with fresh config.toml, got same error as OP ``` ClientConnectorCertificateError: Cannot connect...
I found a solution. The certificates need to be installed. On MacOS ``` /Applications/Python\ 3.12/Install\ Certificates.command ``` replace 3.12 with your version of python
+1 The hard coded blue icons don't show up well when using a dark theme. The default icons seem fine to me and there is no need to re-invent the...