-
Updated
Feb 5, 2021 - Ruby
offline
Here are 1,136 public repositories matching this topic...
-
Updated
Jan 5, 2021 - JavaScript
-
Updated
Feb 2, 2021 - C++
-
Updated
Feb 1, 2021 - C++
-
Updated
Jun 9, 2019 - JavaScript
-
Updated
Jan 12, 2021 - JavaScript
-
Updated
Feb 6, 2021 - JavaScript
Here is an issues with detailed description: NekR/offline-plugin#77
%Yixc7LlyDjFyXyS9NQcSNtT/ItGTAl9UPbrCVuWsx/0=.sha256
This is how it should look:
just switching out H1 already helps but shouldn't be done alone:
-
Updated
Oct 24, 2018
-
Updated
Jan 18, 2021 - JavaScript
-
Updated
Sep 24, 2020 - TypeScript
General informations
- system/distribution (with version): Debian Buster
- offlineimap version (
offlineimap -V): offlineimap v7.2.3 - Python version: v2.7.16
- server name or domain: Amazon WorkMail
- CLI options: nothing special
Configuration file offlineimaprc
[Repository WorkMail-Remote]
type = IMAP
remotehost = imap.mail.eu-west-1.awsapps.com
remoteuser = REDAC
-
Updated
Sep 30, 2020 - JavaScript
The issue I'm experiencing is pretty annoying.
I'm trying to optimize my first byte, by turning off compression, and gziping everything by webpack with CompressionPlugin. The issue is that it doesn't compress service-worker.js produced by sw-precache-webpack-plugin.
I understand the reason why: service-worker.js should cache all chunks produced by webpack after CompressionPlugin compress
-
Updated
Feb 5, 2021 - JavaScript
-
Updated
Sep 12, 2020 - TypeScript
-
Updated
Nov 2, 2020 - HTML
-
Updated
Jan 27, 2021 - JavaScript
I use a lot the option -f to download videos from a list of links. It would be very useful if there is an option that let the program delete the line of the link when the download is terminated without any errors. Because, if the program has an error I have to manually check every link to know if a video has been downloaded.
Thank you for this project!
One can use https://github.com/s-yata/marisa-trie to save a lot of space for symbols.
-
Updated
Dec 12, 2020 - JavaScript
Improve this page
Add a description, image, and links to the offline topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the offline topic, visit your repo's landing page and select "manage topics."


I read the docs of dexie-export-import thoroughly, however I didn't find a way how to add onto the current database when importing the data. It either completely replaces the whole table or merges and overwrites any row with the same id.
What I'd like to do is to import the data with new id's, while keeping the old data in the table intact.