The Wayback Machine - https://web.archive.org/web/20200831032527/https://github.com/topics/offline
Skip to content
#

offline

Here are 1,030 public repositories matching this topic...

alperyazgan
alperyazgan commented Jul 5, 2020

Hi,

Today I faced a problem with filtered export json file;
Normally I do filtering for many tables without any problems, but this table strangely produces an extra comma in the exported data row array;

Here is the main export function I use for the table;

async function exportMember(memberNo, exportName) {
    if (db === null || memberNo === "") return false;

    memberNo = par
patchwork
cinnamon-bun
cinnamon-bun commented Jun 7, 2019

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

gbonfiglio
gbonfiglio commented May 3, 2020

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
JustFly1984
JustFly1984 commented Jan 14, 2018

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

Improve this page

Add a description, image, and links to the offline topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the offline topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.