Results 67 issues of Mossroy

The libzim already has its unit tests, the goal is not duplicate them. We might add some unit tests (maybe the same as the ones we already have on our...

backend
tests

It should be automatically set to libzim wasm by default. There should be a warning displayed to the user if it's not supported, and fallback to our current javascript backend...

backend

https://mirror.download.kiwix.org/zim/.hidden/dev/alcohol_meta_stackexchange_com_2021-08.zim has a responsive design : the Questions/Tags/Users/About items that appear on the left side on large screens should be moved at the top on smaller screens : * With...

bug

This is a follow-up of #751 In case of a ZIM file with bad content in it, or a ZIM file that fetches bad content from the Internet, it could...

enhancement
security

This is a follow-up of #751 : `unsafe-eval` was needed to allow WASM in chromium extensions. The goal of this issue to allow only what is necessary. Problem is that...

enhancement
security

With http://tmp.kiwix.org/alcohol_meta_stackexchange_com_2021-08.zim , if you open the "About" page of its content, you have this content in ServiceWorker mode : ![image](https://user-images.githubusercontent.com/890923/130270860-5df7e8fb-e34c-46fa-910d-14cacf7d76cb.png) but you have this in jQuery mode : ![image](https://user-images.githubusercontent.com/890923/130270926-33fa03f1-2577-4981-83be-d4112d238ac2.png)...

bug-non-critical

This is a follow-up of #116. I see no technical reason why it would not work, but it needs to be tested.

This bottom bar has a few problems : - It can hide some content at the end of an article. For example, we had to put a few carriage returns...

enhancement

The prototype shows that it's possible, using xapian full-text search. This would be a great feature, that kiwix-js is missing today. We should probably remove the algorithm that handles the...

backend

It would have some advantages. At least : - ability to use recent javascript APIs (like ES6), and use a transpiler like https://babeljs.io/ to generate a javascript code compatible with...

enhancement
help wanted