-
Updated
Apr 20, 2021 - Ruby
offline
Here are 1,185 public repositories matching this topic...
-
Updated
Apr 7, 2021 - JavaScript
-
Updated
Apr 21, 2021 - C++
-
Updated
Apr 21, 2021 - C++
Context & Repro
Here's a minimal repro:
const db = new Dexie("MyDatabase");
db.version(1).stores({
keys: "++id",
});
// Create a CryptoKey
const someCryptoKey = (
await window.crypto.subtle.generateKey(
{
name: "RSA-OAEP",
modulusLength: 4096,
publicExponent: new Uint8Array([1, 0, 1]),
hash: "SHA-256",
},
true,
["encrypt-
Updated
Jun 9, 2019 - JavaScript
-
Updated
Apr 21, 2021 - JavaScript
-
Updated
Mar 19, 2021 - 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
Apr 1, 2021 - JavaScript
-
Updated
Mar 31, 2021 - 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
Apr 19, 2021 - JavaScript
-
Updated
Feb 12, 2021 - JavaScript
One can use https://github.com/s-yata/marisa-trie to save a lot of space for symbols.
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!
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
Apr 19, 2021 - TypeScript
-
Updated
Nov 2, 2020 - HTML
-
Updated
Feb 20, 2021 - 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."
Documentation Is:
E