Daniel Weck

Results 315 issues of Daniel Weck

Screenshots below: the same search keyword returns different results, depending on view grid vs. table (only the "Accessible EPUB3" book is marked as "read"). Side note (separate issue?): the term...

This is a browser engine bug which I am not sure we can design+implement a workaround for. ![Screenshot 2024-03-14 at 11 06 36](https://github.com/edrlab/thorium-reader/assets/625201/9ab81b1c-ddaa-4a2d-bc7d-f13fcf645104)

https://w3c.github.io/audiobooks/#audio-simple https://www.w3.org/TR/audiobooks/#audio-simple Snippet: ```json "readingOrder": [ { "url": "http://www.archive.org/download/flatland_rg_librivox/flatland_1_abbott.mp3", "encodingFormat": "audio/mpeg", "duration": 1371, "name": "Part 1, Sections 1 - 3" } ] ``` References: * https://www.w3.org/TR/pub-manifest/#duration * https://en.wikipedia.org/wiki/ISO_8601#Durations

Editorial
Errata

Hello, great extension, thank you! Very useful for code peer reviews over Slack / instant messaging, to exchange URLs whilst working locally from VSCode. However the inverse functionality would be...

https://github.com/antonmedv/finder/blob/feef1994d7534099362ae60855a8a15ac908b61a/finder.ts#L220-L229 My current workaround is: ```js { name: name.replace(/^(.+:)(.+)$/, "*|$2"), } ``` Examples: * `m:math` ==> `*|math` * `svg:a` ==> `*|a` * `div` ==> `div` Unfortunately the wildcard `*` prefix...

Interesting! In my tests, I can reliably reproduce `sheet.target.length === 0` on the very first invocation of `prerender` (typically: `index.html`), UNLESS I yield CPU cycles immediately after `sheet.reset()` (before `prerender()`)....

`@twind/preact` is already there: https://github.com/tw-in-js/use-twind-with/tree/main/packages/preact

For example, there is no auto-completion for `form-input` from `@twind/forms`, or `lg:prose-xl` from `@twind/typography`. Thank you :) * https://github.com/tw-in-js/twind-line-clamp * https://github.com/tw-in-js/typography * https://github.com/tw-in-js/twind-content * https://github.com/tw-in-js/twind-aspect-ratio * https://github.com/tw-in-js/twind-forms