Stephen Karl Larroque

Results 502 comments of Stephen Karl Larroque

@johannesjo Oh I'm terribly sorry, I missed your message above! Yes of course if you implement a function in TypeScript that I can callback similarly to what we didi for...

@johannesjo thank you very much, that's very kind! :D

BTW, I think the next step really should be PACK-3, we should try to render Zim notes as HTML asap, and later do the UI-1 to UI-3 milestones. I would...

A bit in advance of UI-3, I just tested `contentEditable=True` on the `pages` to see if it could work out as a way to enable edition of Zim notes inside...

I could compile an APK! I did not test it though, but at least it compiles, so it's now only a matter of giving the correct arguments to include all...

I think I've found the perfect javascript editor for Zim: https://github.com/nhnent/tui.editor It is made for Markdown but it should be relatively easy to convert to Zim syntax :-)

@jaap-karssenberg Great! No problem as anyway I can't work on it again until at least March, so no hurry but when you're done with GTK3 if you can help with...

Haha what a coincidence! I did not expect this repo to be updated since the last was 4 years ago! It doesn't seem like there are that many changes, I...

Thank you for the suggestion @dhiltgen , good try, I almost facepalmed, but unfortunately the issue persists. I tried: `SET OLLAMA_LLM_LIBRARY=cpu_avx2 & ollama run deepseek-coder:6.7b-instruct-q8_0` I got (ensuring the log...

You are correct @dhiltgen , you've got very good eyes! So it already works indeed with v0.1.32 with the following command (need to remove the whitespace between `cpu_avx2` and `&`):...