Skip to main content

Questions tagged [version]

Version defines an unique state of a computer software or a file.

1 vote
1 answer
39 views

npm i command throws warning how to fix it

This is the warnings I am getting for npm i command. Node modules directory is creating. When I do ng build it's throwing errors showing all the modules as shown in second image. What will be the ...
Priya's user avatar
  • 35
0 votes
0 answers
14 views

Why is sklearn's clf.tree_.value output (seemingly) probablistic instead of just showing raw value counts at a node?

I'm converting an old project code to code with updated libraries, and have narrowed down an issue that compares left and right values at a node. I've already verified that the trees have the same ...
Nathan Borel's user avatar
0 votes
0 answers
6 views

Prism.DryIoc on Nuget reference incompatible versions of Drylock

I am writing a Windows WPF application using Prism.DryIoc. When I load the latest Prism.DryIoc with NuGet, it loads DryIoc.dll Version 4.7.7. When I run the App, I get the following error: Could not ...
Steve Turley's user avatar
0 votes
1 answer
23 views

PHP best way to check version conditions - version_compare issues on patch version

version_compare issues on patch version echo version_compare("1.0", "1.0.0", '<'); return true; both version are same why getting true, any one solution please.
Jatin Chavda's user avatar
-1 votes
0 answers
11 views

Spring version Upgrade from 2.x to 3.x

how to manage transitive dependency related issue during spring version migration from 2.x.x to 3.x.x I have tried updating versions of spring boot and spring and keep on dubbing logs and update all ...
Rajim's user avatar
  • 965
1 vote
2 answers
66 views
+500

Execution failed for task ':package_info_plus:compileReleaseJavaWithJavac'. Only happening on bitrise build

I have found many questions related to this issue. The difference here is that this error only happens on bitrise build. I can build locally release and development mode, and the build works, that is ...
user3808307's user avatar
  • 1,351
0 votes
1 answer
40 views

Which angular version should be used for node version 20.15.1

I upgraded node version 14 to version 20.15.1 and upgraded angular-cli to version 17.3.8 but I am facing peer depedencies version mismatch error.How can I handle it. I did npm i and updated all ...
Priya's user avatar
  • 35
2 votes
1 answer
43 views

How do minor/patch upgrades in exposed dependencies affect SemVer?

The SemVer Specification details what to do when dependencies are changed without updating the public API. What exactly constitutes a change to the "public API", however, is still unclear to ...
quixotrykd's user avatar
0 votes
1 answer
7 views

How to make an automated build version in Keil IDE?

When I deploy embedded apps in Keil IDE, it's essential to update and know the current build version in my application, how can we make Keil IDE automatically generate the build version of the ...
Mohammad Ali Nekouie's user avatar
0 votes
0 answers
22 views

Ghost requests from old versions of an android app

We monitor requests from an android app to one of our backends. We have a widget that shows all incomming requests by the version of the app that are not among the versions considered "current&...
arkascha's user avatar
  • 42.4k
0 votes
5 answers
12k views

Chrome driver version (126) - can't find the chromedriver.exe

My Chrome version is 126.0.6478.127 (Official Build) (64-bit). But I can not find the related driver I tried with. https://googlechromelabs.github.io/chrome-for-testing/#stable The last number of ...
mohammad fallah's user avatar
0 votes
0 answers
7 views

Gradle Version Catalog - set preferred version as versionRef?

I want to set the preferred version as versionRef. Is it possible? Right now I have: library("jacksonModuleKotlin", "com.fasterxml.jackson.module", "jackson-module-kotlin"...
pixel's user avatar
  • 26k
0 votes
1 answer
43 views

How to obviate incompatibility of d3.js versions?

If I use d3@7 I have nice labeling but no circle with toltip moves along the line as it supposed by code. A piece of circle is available in the upper left corner. If I use d3@6 I have absurd labeling ...
Igor's user avatar
  • 1
1 vote
1 answer
53 views

predict.gam behaviour gives error in R4 but works in R3. full reprex included

In R version 3.6.3, my predict.gam function gives a result. When I use R 4.x, I get errors for some types of predict, but not others. My goal is to be able to use this code in R4. library(gam) gm1 &...
we need a Mat. Stat.'s user avatar
-1 votes
0 answers
11 views

How many codelines can be defined in this system?

I have a question about codelines and baselines as I'm struggling to understand everything. I just want to know how many possible codelines exists for this system and what are they? system version ...
Benjamin Peljto's user avatar

15 30 50 per page
1
2 3 4 5
460