Skip to main content

Questions tagged [dependencies]

A dependency exists between two elements if changes to the definition of one element may cause changes to the other.

0 votes
0 answers
13 views

Dependencies add [closed]

I am nit able to add dependencies in android studio kotlin app project I tried youtube tutorial bit it didn't work and i expect someone to guide me with correct steps I have tried steps of he girl of ...
Suhani Jain's user avatar
0 votes
2 answers
26 views

how to add room dependencies in android studio?

I'm trying to add these dependencies but other dependencies using libs objects , I watched multiple YouTube videos none pf them use libs obj and they just add dependencies without problems. here is ...
user's user avatar
  • 23
0 votes
0 answers
10 views

How to remove package with dependencies in APT? [closed]

I install package libasound2-plugin-equal and it pulls also caps. I remove package libasound2-plugin-equal, but it does not remove caps. root@devuan:~# apt install libasound2-plugin-equal Reading ...
youni's user avatar
  • 7
0 votes
0 answers
32 views

Having trouble running a project locally/ npm install, dependency issues

I am trying to run an example project locally. Its a full stack project so it needs to access a mongodb database. I downloaded the project files, and ran npm install so I could get everything set up, ...
tb444's user avatar
  • 1
0 votes
0 answers
29 views

How to resolve PendingIntent issue with Android SDK 34

In my Nativescript app, I am not directly using PendingIntent object but still I am getting the below error java.lang.IllegalArgumentException: Targeting S+ (version 31 and above) requires that one of ...
Rahul's user avatar
  • 1
0 votes
3 answers
40 views

Issue Running Angular Application Locally - Error on ng serve

I am new to Angular and I am facing an issue when trying to run a system locally built with Angular and .NET. Below is my package.json file, and I have also attached screenshots of the error and the ...
Gayashan Deshapriya's user avatar
0 votes
0 answers
34 views

Why does Dart FFI fail to DynamicLibrary.open a DLL once it has dependencies (error code 126)

I'm using Dart FFI for the first time, and I've started writing a small C++ library that I want to access using dart:ffi. I'm using the Visual Studio build tools, as I'm only targeting Windows, and my ...
Toasdn's user avatar
  • 35
-1 votes
0 answers
28 views

FastAPI dependency is not getting overriden [SOLVED] [closed]

I'm trying to run some tests with pytest against the API but my dependency override is not working. The root app is in my 'main' file and the endpoints are in a 'routers' file. I also have a separate '...
Xcecution's user avatar
  • 1,085
0 votes
0 answers
62 views

How can I resolve CVE-2023-2976 & CVE-2023-1370 vulnerabilities in Maven guava:31.1-jre & json-smart:2.4.7 while using spring-data-commons:3.3.1?

I recently discovered CVE-2023-2976 & CVE-2023-1370 vulnerabilities in my project. According to my SCA tool, these vulnerabilities stem from my use of guava:31.1-jre and json-smart:2.4.7. I could ...
S Shekhar Mishra's user avatar
2 votes
0 answers
56 views

Implementation of OpenMP iterator in task depend clause

I’m trying to adapt the code of the block matrix multiplication (example 5.3.5) in C + OpenMP using tasks. This code illustrates task dependencies using depend on array sections. Here is an excerpt of ...
nabayo's user avatar
  • 21
0 votes
1 answer
33 views

issue with kotlin, outdated and how to fix within gradle.build

I keep reading other accounts of this issue, how my version needs to be downgraded, but all the response say go to gradle.build, but mine does not match all the replies. andriod/gradle.build ...
cfranco87's user avatar
0 votes
0 answers
38 views

Apache POI Dependency in Maven Project : java.lang.NoClassDefFoundError: Could not initialize class org.apache.poi.ooxml.util.DocumentHelper

I want to export an xlsx file in a Java project, so I added the Apache POI libraries. However, it doesn't work. I removed the xerces dependency and it works, but it causes an error in the existing ...
Fatima Tahiri's user avatar
1 vote
1 answer
20 views

sbatch depending on the completion of a job array gives a error: Batch job submission failed: Job dependency problem

I am trying to write a bash script that does some stuff, then starts a job array using sbatch, and when all jobs in the array have finished successfully, starts another job using sbatch. To have ...
Moe1234's user avatar
  • 121
1 vote
1 answer
45 views

How to enable only a subset of Polars' crate features?

I am using Polars in Rust. I have noticed that compile times drop significantly and give a smaller binary when using the polars-core crate instead of the polars crate. However, it's discouraged to use ...
robertdj's user avatar
  • 1,025
0 votes
0 answers
59 views

Migrating to spring 3.3.0+ version, causes issues with wiremock

im trying to update from spring-boot 3.1.9 to 3.3.1. When i update the version, tests using wiremock start failing. I read about the standalone version, and have updated my gradle script accordingly ...
perorororo's user avatar

15 30 50 per page
1
2 3 4 5
878