Jaifroid

Results 1244 comments of Jaifroid

Clearly this isn't going to happen and any threat is extremely minor.

It turns out these icons are not scraped, and are being blocked by our Service Worker or CORS from being accessed from the Internet (which is a good thing). I...

For extended discussion of an earlier bug, see #547.

I have a solution outlined here: https://github.com/openzim/mwoffliner/issues/1915#issuecomment-1755402396, but much better to fix at ZIM level.

Actually, it's not yet in core-js 3. It's scheduled for 4 (a proposal). We can get a polyfill like this: `npm install --save es6-string.prototype.replaceall` And where needed: `import 'es6-string.prototype.replaceall';` (although...

@Rishabhg71 This is one that could interest you, as it could effectively fix your library feature for a wider range of browsers.

> Will it be possible to "artificially" define a string.prototype.replaceAll method in the global scope of the program as a temporary fix for this issue until the release? @Greeshmanth1909 I'll...

@Greeshmanth1909 has discovered that this cannot be polyfilled in Kiwix JS due to CORS. However, it could be fixed upstream in kiwix-tools.

Since this isn't polyfilled, and we offer an alternative for such browsers, we can close this as won't fix.

Actually, for this issue, you just need to update Bootstrap to a version that doesn't rely on JQuery and remove any mention of JQuery from `index.html` and from `rollup.config.js`. Note...