Jaifroid

Results 734 comments of Jaifroid

@gerolfscherr That is the same error that we encountered in https://github.com/openzim/mwoffliner/issues/1590#issuecomment-1038022813 and below. Solve by generating keypair and putting public key on GitHub. But we're getting other permissions errors.

@Ubuntu-2020 mwoffliner has never scraped these navigation tables AFAIK. Many of the issues you are opening are in fact instances of the more general issue of mwoffliner only scraping core...

Just to document here the in-app fix I have included in [Kiwix JS Windows/Linux 1.9.3](https://github.com/kiwix/kiwix-js-windows/releases/tag/v1.9.3). It simply adds an overriding stylesheet rule like this: ``` .content .thumb .thumbinner { margin:...

@WikiDocJames I personally don't have the ability to work on MWOffliner yet. What I can say is that with the fix we identified in https://github.com/kiwix/kiwix-js-windows/issues/232 (which is also in the...

> Given that the context of this ticket is a mobile app, with smaller screen, and the fact that the misalignment really only happens on large screens, I'm wondering if...

@Ubuntu-2020 What app does the top version show? I'm not clear whether you're identifying an inconsistency in Kiwix JS, or an inconsistency in the other app, but you should probably...

Further information: this is a relatively new bug because the graphs **are** shown in `wikipedia_en_medicine_maxi_2021-01.zim`: ![image](https://user-images.githubusercontent.com/4304337/110206649-e64d5300-7e76-11eb-9a0a-bf26e31caa71.png)

Just to add that this seems to be a CSS issue. Kiwix JS Windows, in its standard mode (which applies its own locally cached copy of Wikimedia CSS, not always...

Yes, you're right that there is that rule in the css file with the snappy filename: `-/s/css_modules/skins.minerva.base.reset|skins.minerva.content.styles|ext.cite.style|site.styles|mobile.app.pagestyles.android|mediawiki.page.gallery.styles|mediawiki.skinning.content.parsoid.css ` But the `.client-js` class has not been added by JS, it is...

A fix for this would be to change the CSS rule in that file to: ![image](https://user-images.githubusercontent.com/4304337/76152997-f264d000-60bd-11ea-8554-31837edbd427.png) i.e., add `details:not([open])` to that rule. The translation table would then be visible until...