17,032 questions
-4
votes
0
answers
30
views
With an Xcode project in despair because of package [closed]
I am only relatively new to the community. However, I can't get a few packages together and now I don't know how to get any further and I'm still at the beginning of my project, I would also be ...
Advice
1
vote
2
replies
43
views
Unable to download package
I have issues with downloading "@stream-io/openai-realtime-api" package in NextJS project.
Error:
enter image description here
I tried to clear cash, change registry, used "--legacy-...
Best practices
0
votes
0
replies
38
views
When packaging a bash binary produced by Bazel, do I need to keep the rlocation/data location boilerplate?
I was trying to exercise with Bazel by packaging a deb package from a collection of scripts I'm writing to automate a few tasks at work. Right now, I keep them either in /usr/local/bin or \~/.local/...
-2
votes
0
answers
39
views
Work with npm local packages in NextJS project
I need to work with a local package with my next.JS project. To avoid publishing on npm every time :
- On the next.js project: npm i ../test-sample-api. I can now see on my package.json the line : &...
Tooling
4
votes
1
replies
703
views
IntelliCode extensions are deprecated
The popular package "IntelliCode" is now deprecated and the replacement is "GitHub Copilot Chat". I have used both packages, the Copilot chat is just annoying to use, most of the ...
1
vote
3
answers
103
views
Building a WAR package, that can be deployed under Tomcat and can be executed in the CLI as well
I would like to create a WAR package with maven, that can be deployed under Tomcat (9 or above) and also can be executed on the command line (= CLI). I already realised to make a package, that could ...
3
votes
1
answer
84
views
Unable to install Krona package in Anaconda
I'm having issues while trying to install Krona in Anaconda. When I run this line in Anaconda Prompt:
conda install -c bioconda krona
I get this error:
InvalidArchiveError('Error with archive C:\...
Best practices
0
votes
1
replies
24
views
Using stats link functions in Rcpp
How can I use C functions from the stats package in C++ code written with Rcpp?
I'd like to use the logit link-function and link-inverse from the stats package. Since it's just two simple functions, I ...
2
votes
0
answers
89
views
Importing pyannote.audio into collab
Installation of all the packages I'm using into the collab environment worked fine
However whenever I try to run the following code cell
from pyannote.audio.pipelines.speaker_verification import ...
1
vote
1
answer
100
views
How to download an R package including all dependencies from behind a proxy server
My R (and R Studio) cannot access either the CRAN repository or any of its mirrors due to the network's proxy configuration. Though it is not possible to install a package directly with install....
0
votes
0
answers
84
views
problem with PyCharm downloading packages
I use PyCharm 2025.2.3 (Community Edition). I want to download the package av version 16.0.1, which is the newest version. After I clicked the download icon, it stopped reacting and behaved like this ...
0
votes
0
answers
63
views
css and js is not loading in nuxt 4 and electron js when it comes to production
i have built a desktop application using nuxt 4 and electron js, everyting is working as perfect in dev mode loadig css , js everything but when it comes to package and prod the application installs ...
2
votes
0
answers
60
views
Python package to compute ekman velocities in the water column from observations? [closed]
Is there any python package to compute ekman velocities in the water column from wind data observations? I have wind direction and velocity on an specific location and I would like to obtain a ...
0
votes
3
answers
72
views
Relative Import With Parent Package
src
testing
test.py
utils_dataset
px_chol.py
another_file.py
test.py ---> is calling a class declared in px_chol.py. therefore, it has
from utils_dataset.px_chol import CLASS_NAME declaration
...
0
votes
0
answers
85
views
Python packages are asking for two different versions of websockets package
My python script is using atproto and simpleobsws but they are both asking for incompatible versions of websockets..
simpleobsws 1.4.3 requires websockets>=14.0
atproto 0.0.62 requires websockets&...