-
Updated
Nov 30, 2020 - Ruby
offline
Here are 1,096 public repositories matching this topic...
-
Updated
Nov 5, 2020 - JavaScript
-
Updated
Nov 29, 2020 - C++
-
Updated
Nov 25, 2020 - C++
-
Updated
Jun 9, 2019 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Dec 1, 2020 - JavaScript
Here is an issues with detailed description: NekR/offline-plugin#77
There is a user with a dick pic as their icon. Many people have blocked them, as have I.
I recently clicked through to their profile page to remember if I had blocked them and although their posts are hidden, their user icon is still shown.
Can we use CSS to blur the user icons of blocked and ignored users?
filter: blur(8px);
-webkit-filter: blur(8px);
(Those icons might al
-
Updated
Oct 24, 2018
-
Updated
Sep 17, 2020 - 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
Nov 30, 2020 - JavaScript
-
Updated
Sep 12, 2020 - TypeScript
-
Updated
Nov 2, 2020 - HTML
-
Updated
Nov 27, 2020 - JavaScript
-
Updated
Sep 12, 2020 - JavaScript
I'm submitting a...
[x ] Bug report
[ ] Feature request
[ ] Documentation issue or request
In package
[ ] @ng-toolkit/init
[ ] @ng-toolkit/serverless
[x] @ng-toolkit/universal
[ ] @ng-toolkit/pwa
[ ] @ng-toolkit/f
-
Updated
Nov 25, 2020 - Vue
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.