2,408 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
91
views
GPS position keeps jumping in React Native app even when standing still
place will be around 1000 square meters or a little bit more with statues positioned as shown in image. I am building an offline React Native application that shows a custom map of a location ...
1
vote
0
answers
77
views
How to run sbt offline (downloading all the dependecies and moving)
I wanted to use riscv-torture project to create tests in a server that has no access to the internet. I firstly run it in my ubuntu 22.04 then copy .sbt .ivy2 .cache/coursier .cache/JPN folders to the ...
1
vote
1
answer
90
views
Ray: Resource request cannot be scheduled — using offline data and enabled the RL module
I tried training a BC algorithm using offline data and enabled the RL module in the algorithm configuration. I ran the code on Google Colab, which only provides 2 CPUs, and encountered the following ...
0
votes
1
answer
151
views
Can I download a git repo with full history from Azure Devops if I don't have git installed? [closed]
I have an internet connected Windows machine which is managed by my corporation.
It doesn't allow software to be installed, including git. It has a white-list of executables that can be run, so even ...
0
votes
0
answers
102
views
Install-Package: "Unable to resolve package reference ''." even though the .nupkg is found in a registered package source
After installing powershell on Linux using Microsoft's provided .rpm files, I am able to register a local package source for offline installation (called "local_pkgs"), and I can run Find-...
0
votes
1
answer
139
views
How to avoid CORS issues when creating an Offline Website? [closed]
For the purposes of authoring HTML content that is intended to be viewed offline, for example:
when distributed on a USB thumb drive as documentation accompanying a physical product
as promotional ...
0
votes
0
answers
92
views
Using TableTransformer in Standalone Mode Without Hugging Face Hub Access
I need help with using the Hugging Face transformers library, specifically with the TableTransformer model. Due to a network firewall, I cannot directly download models from the Hugging Face Hub (all ...
0
votes
0
answers
37
views
Offline npm install [duplicate]
I'm using the latest LTS of node/npm (22.14.0) and I have an air gapped system and I need to install some node based tools. I've found a number of suggestions to accomplish this but none seem to ...
0
votes
1
answer
212
views
Installation from a local package by pip is not possible on a kaggle notebook in an internet off environment
I am participating in a kaggle competition where internet off is required. In this context, I would like to create an environment in kaggle notebook where I can use the swe agent.
However, only python ...
1
vote
1
answer
49
views
Is there a way to save a dash app to an offline html file, while preserving all interactions (hover, checkbox filtering etc)?
I've tried javascript code, but I'm not familiar with JS and the filtering is not working properly. fig.write_html doesn't work because the checkboxes will not show up.
For context, I have 2 main ...
1
vote
1
answer
99
views
Why don't online and offline events trigger in my web app?
I want to implement offline mode for my web app and found that it can be done using online and offline events. I tried the following example from the MDN docs:
window.addEventListener("online&...
-1
votes
1
answer
124
views
The best solution for installing npm modules offline
For describing the situation: we have a Linux server that has access to npm registry and can install all of the dependencies from it. But the network traffic filter doesn't allow access to some files (...
0
votes
1
answer
53
views
Not able to get position by Geolocator package when I'm offline
I'm using Geolocator.getCurrentPosition() method:
Future<Position> getCurrentPosition({
LocationSettings? locationSettings,
LocationAccuracy desiredAccuracy = LocationAccuracy.best,
bool ...
0
votes
0
answers
33
views
Service Worker Offline Caching Issue: Loading cached HTML files into object element does not load embedded images
I have a web application where there's a main page index.html that contains a button. The button loads a separate page.html file into an <object> element on the main page. The page.html file ...
0
votes
2
answers
110
views
Install & use Python with any IDE offline
I teach Python in a small org. where internet is disabled in the lab-systems due to some mis-usage/security issues. So pip installations OR installing any extension for any IDE is not possible.
I have ...