-
Updated
Dec 10, 2020 - Ruby
offline
Here are 1,103 public repositories matching this topic...
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Dec 10, 2020 - C++
-
Updated
Dec 9, 2020 - C++
-
Updated
Jun 9, 2019 - JavaScript
-
Updated
Dec 10, 2020 - JavaScript
-
Updated
Dec 10, 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
Dec 10, 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."
Hello David,
I am extrememly excited about the latest alpha release of Dexie and have been testing out the live query functionality. Please consider the following situation:
Step 1: Create live query:
const query = liveQuery(() => contactsStartingWithR());
Step 2: "query" is now an Observable which is es-observable compliant.
Question: Is it possible to easily have the observable crea