Skip to main content

Questions tagged [offline]

Refers to the status of being unable to connect to a network; in most situations, this is specifically referring to the Internet.

offline
0 votes
0 answers
23 views

easiest way to install web counter on offline kiosk system?

I am updating a series of old kiosks for a history museum. Originally built around 15 years ago they would like me to add a page counter, among other changes, to determine how widely used the kiosks ...
Tod Poirier's user avatar
0 votes
1 answer
34 views

Firebase Firestore: Accessing Never-Retrieved Data Offline

I'm using Firebase Firestore v.10 in my web app and want to improve offline functionality. While I understand Firestore allows accessing cached documents offline, is it possible to fetch data (never ...
Raheel NextPak's user avatar
0 votes
0 answers
26 views

Flutter Sync with SQFLite and CouchDB

Future<void> startReplication(Database database) async { final replicator = await Replicator.create(ReplicatorConfiguration( database: database, target: UrlEndpoint(Uri.parse('ws://...
Roberto rodriguez carbonell's user avatar
0 votes
1 answer
30 views

Load a web page (HTML,CSS,JS) offline on Android Tablet

I developed a simple website that I need to use as a tool offline, it works fine when the device I use is connected online but I need to use it without any internet connection. Its simple but the ...
Esteban Naranjo's user avatar
0 votes
0 answers
60 views

Use geopy.geocoders - Nominatim locally (in offline, without Internet)

I need to execute the script that follow locally, because It will turn on a computer not connected to Internet. I downloaded the last version of nominatim on the computer (Nominatim-4.4.0.tar.bz2), ...
Bast38's user avatar
  • 81
0 votes
0 answers
21 views

Failed to install NuGet package in Visual Studio 2019

I'm working on C# WinForms project, on off-line PC and need to install several NuGet packages. I have copy of this packages on the PC. When I try to install using NuGet Package Manager it fails for ...
Yakov's user avatar
  • 307
0 votes
1 answer
41 views

Syncing offline app with lots of data with server

Hi fellow stackoverflowers, We have an electron app, with a JSON DB for persisting the app's state while offline. When the app syncs (to submit new actions & fetch new data), a new JSON is created ...
k.koroneos's user avatar
0 votes
0 answers
33 views

Questions about merkle tree for eventual consistency

I'm currently implementing offline support for an app of mine. I stumbled upon merkle trees, to ensure eventual consistency and I understand the general concept. I also stumbled upon this ...
Johannes Stricker's user avatar
1 vote
1 answer
68 views

HTML: Virtual Piano ~ no sound (offline downloaded version)

I'm trying to inspire my kid to play music instead of silly games. So I did a complete download of an online piano and it works offline, but without sound. So I changed all NOTE3: 'external_path_/...
user25366484's user avatar
0 votes
0 answers
21 views

Service Worker Service Worker Not Serving Cached Image Correctly in Offline Mode

I am working on a React application that uses a Service Worker to cache resources and serve them in offline mode. My goal is to display a user location icon on a map even when the application is ...
David Ortiz's user avatar
0 votes
1 answer
62 views

How to refer to offline copy of onnx.tar.gz file while calling chromadb collections.add

Im using python to connect to chromadb and from the chromadb.client when im using the method collections.add, it is trying to download a file onnx.tar.gz from aws. External internet connections are ...
Kumarakuru's user avatar
0 votes
0 answers
37 views

How to maven build in offline jenkins server?

(I’m not good at English, so I used a translator. I’m sorry.) This is an offline Jenkins+JDK+Maven environment. I am trying to do a Maven build and have installed the necessary plugins manually. ...
rerson's user avatar
  • 1
0 votes
0 answers
48 views

How Do I Install PIP Offline with Windows Python [duplicate]

UPDATE: I guess my question never got posted because the site said it was related to an answered question, which it was not. In any case, I figured it our on my own. The pip program is optionally ...
Jeff's user avatar
  • 1
0 votes
0 answers
21 views

I'm synchronizing data from the server into SQLite and displaying it from the category table in flutter

I'm synchronizing data from the server into sqflite and displaying it from the category table. I'm attempting to retrieve data from the category table, but it's not functioning as expected. SizedBox ...
Nayana's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
162