Skip to content
#

offline

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

dalu
dalu commented Mar 21, 2020

I'm probably missing something obvious, but neither the website nor this repo has any documentation.

Is this a markdown editor I can embed in my "classic" rendered (html rendered by server) websites?

Do I have to build my own version?
Can I use npm to import it?
Is there any documentation?

jdelman
jdelman commented Jul 17, 2019

When rotating between landscape/portrait, you can lose your open document and position. I have encountered this issue on an iPhone XS Max running iOS 12.3.1.

Steps to recreate:

  • Search for something.
  • View an article.
  • Rotate into landscape mode (on my iPhone XS Max, this shows the search view and the document view side-by-side)
  • Rotate back to portrait

Expected behavior: Show

dfahlander
dfahlander commented May 4, 2020

Need help providing more samples and better flow documentation of the DBCore interface and all its methods and related interfaces. For a skilled developer, it is possible to lab with DBCore even based on the minimal docs we have now, by looking at existing middlewares and create a custom middleware.

There is a skelleton of docs around the DBCore interface right now that is not very easy to foll

saleemepoch
saleemepoch commented Nov 11, 2017

The documentation doesn't mention a way to change the name of the generated file.

It does mention gulp, but I am using Angular 4's angular-cli to generate my assets and then run sw-precache separately to generate the service worker.

the packages.json file consists of this command:
"sw": "sw-precache --config=sw-precache-config.js --verbose"

And the sw-precache-config.js file has the

offline-plugin
mattgaspar
mattgaspar commented Jul 31, 2019

Are you aware of any different behavior when a PWA (using offline-plugin) is added to the home screen using "Add to Home Screen" on Chrome/Android or Safari/iOS?

I'm having problems with the app getting stuck using the cached version when it was installed and never updating.
I even have offline-plugin responseStrategy set to network-first but it seems to always use the cached version after add

joeyparrish
joeyparrish commented Sep 26, 2019

Have you read the FAQ and checked for duplicate open issues?
Yes

Is your feature request related to a problem? Please describe.
We provide no guidance on using Shaka Player with ReactJS, primarily because we have no experience with ReactJS on this team.

Describe the solution you'd like
A tutorial showing the most basic usage of the Shaka Player UI in

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

web-maker
Soninmyeyes
Soninmyeyes commented Dec 18, 2019

Meta info

  • Is this a bug or suggestion?: Bug
  • Version (click on help icon in footer): 4.0.3
  • Contex: Chrome Extension

The "Read the documentation" link in the help window generates a file-not-found error:

Your file was not found
It may have been moved or deleted.
ERR_FILE_NOT_FOUND
— chrome-extension://lkfkkhfhhdkiemehlpkgjeojomhpccn

bug
yjs
calibr
calibr commented Jun 27, 2019

I see that new yjs is coming with Snapshots, will they be able to restore the whole document to a specific state based on StateSet and DeleteSet ?

What I did in the earlier version was essentialy packing the document into a syncStep2 message to specific state and then feeding this message to a new document.

function backDocToState(doc, state) {
  const { ss, ds } = state
  const needS
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

bento-starter
Splaktar
Splaktar commented May 23, 2017

This project is using sw-precache instead of the latest @angular/service-worker and ng-pwa-tools.

At Google I/O last week, they announced that https://github.com/GoogleChrome/workbox would be the preferred option over sw-precache going forward.

However, Angular seems to be creating a better integrated SW and PWA story using the tools mentioned above. That said, it would be interesting to

nathanredblur
nathanredblur commented Dec 24, 2019

if you modify the swDest option to generate the serviceworker in other path, this not affect the path to generate the development service-worker.

I need to see the code to fix this, but would be nice to have this in the documentation.
this is the fix to generate serviceworker in development in the right path.

  dontAutoRegisterSw: true,
  devSwSrc: {
    from: './public/sw-dev.js'

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.