Skip to content
#

offline-first

Here are 363 public repositories matching this topic...

react-boilerplate
vivek9716
vivek9716 commented Apr 25, 2020

Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.

Description

A clear and concise description of what the bug is.

Steps to reproduce

Steps to reproduce the behavior:

(Add link to a dem

workbox
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

jeffposnick
jeffposnick commented Dec 7, 2017

The code in https://github.com/vuejs-templates/pwa/blob/development/template/build/service-worker-dev.js is meant to be the content of a service worker file, and will only run as expected if inside of the ServiceWorkerGlobalScope.

However, as part of the dev webpack build, it ends up being inlined inside of index.html, meaning that it will run (and do nothing) inside the WindowClient (i

bug
oprichnik
oprichnik commented Oct 21, 2019

It should be great to have the "multiple files tag menu" when selecting multiples files and clicking the tag menu item on the contextual menu.

Right now, this show the tag window only for the file under the mouse when clicking mouse right button.

dienluong
dienluong commented Nov 4, 2019

Hello,

First, thank you for the project!

rs.js is advertised as "offline-first by design". But how can an app be offline-first when local data is not kept?

To give a simple example: let's say we have a notes taking app. When not connected to a remote storage, the user can still create, delete and update notes. Once connected to online storage, the new or modified notes get sync'd with

eklem
eklem commented Apr 29, 2019

Is it possible to do stuff like this, @fergiemcdowall :

  • autocomplete on several words (matching on two, three or more words, meaning this needs to be indexed too)
  • number of results
  • only show a subset (i.e. 10 of 273)
  • filter on more than just one word
  • add an arary in an object and be able to filter on one item in that array
  • show what is available to filter on
  • delete everythin
jonboiser
jonboiser commented Feb 12, 2020

I don't think there are instructions on how to set up Kolibri to use Postgres as an alternative DB. Here's what @lyw07 shared with me on how to do it:

  1. Install postgresql (brew install postgresql if you have mac + homebrew)
  2. install psycopg2-binary from pip (pip install psycog2-binary)
  3. set env var KOLIBRI_DATABASE_ENGINE to postgres
  4. set other env vars KOLIBRI_DATABASE_NAME, KOL
AKST
AKST commented Apr 11, 2017

There doesn't seem to be any documentation for the feature outlined in the issue #18, I mentioned it in the issue it self but I feel like tracking that as an issue may be easier if I create a seperate issue.

I've read the documentation a couple of times, but I can't seem to locate any mention of this feature, but I get the feeling there was documentation for this at some point, so if there's a

Improve this page

Add a description, image, and links to the offline-first 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-first topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.