3,747 questions
-2
votes
0
answers
67
views
Are external hyperlinks to files broken in Excel? [closed]
I am using Excel version 16.96 (25041326) on a MAC (Running Sequoia 15.3.2). I want to reference an external media file, on disk, from a cell in an Excel spreadsheet. Trying to use the hyperlink ...
0
votes
0
answers
24
views
Problem with image caching on NextJS 15 and local storing
Im making a Video Frame Classifier with React(frontend) and Flask(backend). For this task I made a little interface where you can move between frames. The screen showed only one frame or image in ...
0
votes
0
answers
122
views
Python ModuleNotFoundError can't be excepted: No module named 'awsglue' when it is imported in a try-except block excepting ModuleNotFoundError
When running python scripts locally, I frequently need to use internal_lib.py which as part of its dependencies includes the following:
try:
from awsglue.utils import getResolvedOptions
except (...
0
votes
1
answer
25
views
React application on local host/server Issue, I have also also installed the latest npm package of node.js locally
I am attaching the error below which is throwing on my terminal of visual studio code, I am trying to run application locally through visual studio code window..
npm : File C:\Program Files\nodejs\npm....
-1
votes
1
answer
66
views
How to copy/use a local jar file to a kubernetes pod directory (minikube on mac)
I'm trying to have a kubernetes deployment to work, on a mac with minikube, and using a jar file located in a local host directory:
apiVersion: apps/v1
kind: Deployment
metadata:
name: master
spec:
...
0
votes
0
answers
14
views
PHPMailer With Vite
I cannot find any other question regarding this but I am capable of using PHPMailer with a local XAMPP server - however I have switched to a Vite server to use Three.js applications with. I want to ...
0
votes
0
answers
21
views
Jupyter-book page does not load properly on github
I'm new to Jupyter-book and created some simple pages to share with my students on git-hub.
The pages open correctly locally but are not showing properly on GitHub. I created a repo with the contents ...
0
votes
0
answers
59
views
Sync Issue with Local ArgoCD and Local Git Repo
I'm trying to run ArgoCD on a local Rancher Desktop single node K3s cluster with a local Git repo
Versions:
Rancher Desktop: 1.18.2
Kubernetes: 1.31
Argo CD: v3.1.0+9f37d43
The local Git repo is in ...
0
votes
0
answers
27
views
Can't get pyscript to import a simple module in the same directory. I see this question all over, but none of the solutions work for me
Should be pretty straight forward, but I keep getting this modulenotfound error. And it looks like every year they change the way to do it and deprecate all other ways.
This is my index.html
<!...
0
votes
0
answers
15
views
Distant and local database synchronization: how to manage temporary IDs?
I want to have a copy of my database locally. But on this local copy, I can create new items.
I want the distant database to create item IDs, to avoid duplicate IDs.
So when I create new items, I use ...
-1
votes
1
answer
44
views
There is one active patchset which is not merged to my Master....I want to merge that patch set to my local and don't want to affect remote
There is new version of 8 of my files which I have cloned , Those new 8 files are presented in a patchset which is not yet merged with the master,So I want to replace my old 8 files in local with that ...
0
votes
1
answer
49
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 ...
0
votes
0
answers
142
views
AnythingLLM connect with GPT4all - 400 you must provide a model parameter
II'm trying to connect GPT4All to AnythingLLM.
I have set the AnythingLLM interface (which I start with the URL http://localhost:3000) in Local AI and entered the GPT4All port. I also set the "...
0
votes
1
answer
48
views
Create and Run a Docker Image for Java Application with Packages
I have managed to setup and run a Docker Image for a simple Hello World Java console application, but I am struggling with it when I add packages.
I have this working:
Folder contents:
Dockerfile ...
2
votes
0
answers
25
views
Display firefox devtools cookie expiration date info in local timezone
I was wondering if it is possible to display the cookie „Expiry / Max-Age“ information in firefox->devtools->Memory in GMT+1 instead of only GMT.
I compare the expiration date/time of cookies ...