IMayBeABitShy

Results 11 comments of IMayBeABitShy

A possible approach could be to first calculate/update the checksum of the clusters when they are written, then update the checksum with the header/... data afterwards instead of calculating the...

This seems to be caused by missing/faulty html escaping of the question excerpt in the list. The [question](https://dev.library.kiwix.org/stackoverflow_en_nopic_2021-08/questions/5665915/how-to-check-a-radio-button-with-jquery) in question (pun intended) starts with the following text: ``` I try...

@kelson42 Thank you for your response. I understand that this is a relatively big task, this issue was mostly meant as a proposal and sharing of a possible approach and...

I meant it would be nice to have a documented thread safety in python-libzim's README. The python bindings could potentially have their own locking mechanism and behave somewhat differently from...

> Multithreading always has been poorly supported in python (at least, discouraged). CPython implementation has the GIL (Global Interpreter Lock) which prevent two python threads to run in parallel. That's...

> any feedback on your experiments? It's been a while, but I managed to improve the performance of the program by utilizing threads. In case anyone is interested: I've changed...

Following @Popolechien's suggestion, I've used youzim.it to create a limited ZIM of the site. It seems like the website works (obviously some stuff like the search doesn't, but zim files...

I think this one failed. I've checked the log a couple of times and zimit seemed to spend a lot of time parsing some background pages (like `workbench` I think...

A ZIM of the official docs can be build using the following script, which utilizes `zimwriterfs` and `imagemagick` to build a ZIM from the official HTML files: ```bash # !/usr/bin//env...

I've just noticed that the javascript search function does not work in `docs.python.org_en_2024-06` (it shows an empty result page), although the xapian one obviously still does. Tested with kiwix-serve (and...