Jaifroid

Results 1244 comments of Jaifroid

There is a command-line tool called [kiwix-zim-updater](https://github.com/jojo2357/kiwix-zim-updater) that has got good handling for torrent links with the -t or --torrent flag. With that flag set, it will download torrent files...

Thank you @mossroy, I agree, and from my experiments I think it should be possible to add the JS using DOM methods only before the page renders, and that this...

Interestingly, the given example in https://github.com/openzim/libzim/issues/865 works in Safe Mode, probably because we `decodeURICompenent()` the entire URL string.

@AritraLeo Are you specifically talking about this issue? I could easily bump this back to v4.1 if you were interested in working on it. But I'm not sure I understand...

With the standard Chat Anthropic settings, it fails with "top_p must not be -1" or some similar wording, when trying with Sonnet 4.5. I tried using custom endpoint, using the...

@charanbhatia This isn't a trivial issue, and it actually involves creating bindings between C++ and JavaScript, then compiling with Emscripten. If you have experience with that, then by all means,...

An update: we now have support for Suggestions in javascript-libzim, as well as Snippets. I have added the Snippets to our fulltext search. It would be possible to add suggestions,...

Yes, it's a kind of workaround, but it seems like quite a smooth one. The idea is to have a standard file picker that allows the user to add an...

> @kelson42 Yes this is feasible. We can move the files from any location to our public directory when selecting any file via filePicker we have a document file and...

> @Jaifroid Yes, it is possible to do it. But Currently, the moved file(outside the public app-specific folder) can not be read by the application until we implement [openzim/libzim#852](https://github.com/openzim/libzim/issues/852). But...