Tamás Halasi
Tamás Halasi
I have made an async renderer extension for markdownit in my project called decharge, I'll extract it when I have some free time:) Probably a similar method can be used...
Manually. An example of the object would be ```javascript [ {milliseconds: 6370, line: 'Dog goes "woof"'}, {milliseconds: 9560, line: 'Cat goes "meow"'} … ] ``` It could be from a...
And maybe duration of the line could be specified too with the duration property like ```javascript [ {duration: 3520, milliseconds: 16560, line: 'I could lift you up'}, {duration: 2550, milliseconds:...
I applied this patch to an earlier version of ollama, and it works nicely:) the only problem might be, before it gets into upstream, is that an incorrect grammar crashes...
> @trustedtomato I think llamacpp does not return any error message, it just segfaults when it gets a wrong grammar file In the end something definitely segfaults, but I have...
See #235
I've looked into this, and the main problem is that if a bitmap is not set, there is no artwork displayed on the lock screen (https://developer.android.com/guide/topics/media-apps/working-with-a-media-session#album_artwork). So the bitmap should...
I could take on this one, would be useful for me as well :slightly_smiling_face:
Experiencing the same issue. I'm also looking for a project with working Vite+React+@vitejs/plugin-react-swc so that I can copy the version numbers. I have tried overwriting plugin-react-swc to use @swc/core 1.3.105...
Hmm... I'm not aware of the capabilities of Typst, and I find it amazing what you did so far, but if it's just about calculating how many pages a content...