offline Questions
24
I have a fresh install of Jenkins 2.32.2 on Ubuntu.
Opened a browser on the instance and get to a page titled Offline, with the message "This Jenkins instance appears to be offline" and offers opti...
16
Solved
I'm trying to accurately detect when the browser goes offline, using the HTML5 online and offline events.
Here's my code:
<script>
// FIREFOX
$(window).bind("online", applicationBackOnlin...
Bootstrap asked 5/7, 2010 at 16:53
2
Solved
I want to get the Flutter documentation site offline using HTTrack website copier, but I only got the HTML with no CSS, javascript, or design. When I tried other websites it works; is there any oth...
Breaux asked 8/12, 2020 at 20:37
23
Solved
How can I detect if the internet connection is offline in JavaScript?
Composite asked 9/10, 2008 at 22:23
2
Solved
I need to install python on a sever to run scripts but the server has no access to the internet.
The server has access to a local network that has access to the internet*. I would like to use pip ...
Confirmatory asked 12/5, 2015 at 4:14
1
I often have to develop projects where no internet is available.
Unfortunately, more and more programs no longer have offline manuals.
What is the best way to copy an online help locally? HTTrack W...
0
I normally run my app using the below command while having my physical device connected via USB debugging.
npx expo run:android
But now, I need to test offline functionality while still using the...
Paulettapaulette asked 1/6, 2023 at 7:18
15
Solved
Does maven require a connection to the internet at some point to be able to use it? Meaning specifically getting the internal maven plugins for compiling, cleaning, packaging, etc?
2
Solved
So I have a need to do some new web development on a standalone box on a standalone network. This standalone network does not have any access to internet, but there are quite a few machines on it t...
2
Solved
I need to build and release projects using Jenkins,
on a server with no access to maven central, and even, with no access to Nexus.
Given that I have access to maven-central on dev machines,
to f...
4
Solved
To register a service worker, I can call
navigator.serviceWorker.register('/worker.js')
Every time the page loads it checks for an updated version of worker.js. If an update is found, the new wo...
Dustheap asked 7/12, 2016 at 3:58
4
My docker image based on alpine Linex can not get anything from network. So the command "apk add xxx" is valid. Now my idea is downloading the .apk file and coping it into the docker container. But...
Applicable asked 26/5, 2020 at 9:42
2
Based on the mozilla developer network
https://developer.mozilla.org/en-US/docs/Web/API/NavigatorOnLine/onLine
it says
Returns the online status of the browser. The property returns a boolean ...
Stores asked 29/3, 2016 at 6:8
10
Solved
Is there a way I could run parallel cypress executors without access to the cypress dashboard?
I'm trying to have cypress run my tests in parallel but it seems that you must have internet connecti...
Grochow asked 23/5, 2020 at 14:29
3
There used to exist offline.js for detection of a connection, but that project is no longer maintained. Also, the browser's 'navigator.onLine' property is notoriously unreliable.
What is the best/...
Nabila asked 2/4, 2018 at 22:29
5
Solved
I have started using Vuetify to add ui-components and use pre-defined layouts. The problem is that I have to look into online-docs every now and then, and requires me to be connected to internet pe...
Clements asked 11/7, 2018 at 19:30
2
For example, when using the ExternalProject or FetchContent module additional data can be downloaded and used within CMake. If there is no internet connection these modules fail and CMake does not ...
Bujumbura asked 5/6, 2020 at 11:46
2
I try to build the Bazel C++ Build Tutorial from the Bazel homepage (Getting Started) with this command but without any connection to the internet: bazel build //main:hello-world
The Jenkins Server...
4
Solved
How can I disable internet connection or work offline like Firefox in Chrome? I need to check some errors when Internet is not available.
Pictorial asked 29/5, 2013 at 5:46
3
Solved
I have been using the react-leaflet library, so far it worked well.
Now I wanted the site to pre-load as much of the tiles as possible so that the web-app(also a PWA) could be used w/o internet. ...
Stacistacia asked 15/10, 2018 at 5:47
6
Solved
I want to make my website available offline even if the user clears the cache and cookies. Is is possible? Also I am dealing with database. Is is possible to handle databases offline?
11
I need some help on how I could check the internet connection using Javascript or jQuery or any library if available. cause i'm developing an offline application and I want to show a version if the...
Ouzo asked 22/4, 2015 at 15:35
12
Solved
I have a template and it has a reference to a Google font like this:
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600,300' rel='stylesheet' type='text/cs...
Azarcon asked 10/4, 2013 at 15:22
11
Solved
I need to install a "global" npm applications on an offline server.
It is easy to install a normal application:
npm install
and then pack up the resulting files. Either manually or using npm pa...
4
Solved
I want to achieve the following.
<video src="file:///Users/username/folder/video.webm">
</video>
The intent is that the user will be able to select a file from his/her hard drive.
A...
Bullet asked 16/1, 2012 at 20:11
1 Next >
© 2022 - 2025 — McMap. All rights reserved.