Skip to main content

Questions tagged [version]

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

Filter by
Sorted by
Tagged with
Best practices
0 votes
5 replies
31 views

I'm trying to import mapdb 3.1.0 which has an open version range for Guava: ...
alamar's user avatar
  • 19.5k
1 vote
1 answer
44 views

In a project I'm working on, I need to determine which libc is being used, for reasons. I know that, on current Linux systems, I can usually write: ...
einpoklum's user avatar
  • 139k
0 votes
1 answer
125 views

I have a Spring Boot MVC project, where I now wish to proxy another webapp running on the same server. I'm fronting with Spring for security and URL consistency reasons. Existing pom.xml was ...
Stewart's user avatar
  • 19.3k
Best practices
0 votes
0 replies
28 views

My (quite small) organisation has multiple applications it manually deploys to customers; some of which integrate with each other. For various reasons, customers don't upgrade application versions ...
buggritall's user avatar
1 vote
0 answers
134 views

Installation of all the packages I'm using into the collab environment worked fine However whenever I try to run the following code cell ...
Yazad Pardiwala's user avatar
0 votes
0 answers
60 views

With the upgrade of Keycloak from version 25.0.0 to 26.0.0 (26.4.2), the login theme doesn't work and produces the following error: FTL stack trace ("~" means nesting-related): Failed at: #...
McSim's user avatar
  • 1
0 votes
1 answer
121 views

I have a Windows 2022 domain controller, version 10.0.20348.4052, set up in the default configuration and I need to determine the Windows Update Build Revision (UBR)...
ErrorMaster's user avatar
1 vote
2 answers
184 views

Installed the mellon package but when I try to import it, I get: ...
Megan Cole's user avatar
0 votes
0 answers
93 views

My python script is using atproto and simpleobsws but they are both asking for incompatible versions of ...
slowcoder's user avatar
0 votes
0 answers
64 views

I'm facing a build failure in my React Native 0.80.1 project with Gradle 8.2. The error occurs during :react-native-gradle-plugin:compileKotlin task. Error Details: ...
Anjali Deshmukh's user avatar
0 votes
2 answers
80 views

In Elastic version 7.17.29, sometimes I can see the doc on hitting the GET query, and sometimes I can not: ...
Abhishek Sarkar's user avatar
4 votes
5 answers
7k views

I'm trying to create a Vite + React project on Windows. I previously had an old Node version (18.20.5), but I installed nvm4w to manage Node versions and then installed Node.js 22.12.0. Running node -...
Leandro Rodriguez Valerio's user avatar
1 vote
0 answers
118 views

I'm setting up a Renovate workflow to scan and update versions in our repository, which successfully handles files under .github and other files (e.g., Terraform files) by creating PRs with version ...
Gowthamakanthan Gopal's user avatar
2 votes
0 answers
81 views

Lets say there is a libfoo C library with matching headers. Documentation of bindgen suggests ...
user2011659's user avatar
  • 1,291
0 votes
0 answers
64 views

I’m working on upgrading my React Native project Currently, my setup is: "react": "17.0.2", "react-native": "0.68.2" and in ...
Pratham Pendam's user avatar
0 votes
1 answer
120 views

I'm trying to publish a new release of my app, and no matter which version codes I try, I always get the same error: This APK will not be served to any users because it is completely shadowed by one ...
Diego Perez's user avatar
  • 3,064
0 votes
0 answers
96 views

Is it possible to include the appcast.xml file directly within my project (for example, bundled inside the app or alongside the app binary) so that Sparkle uses this local appcast.xml file for updates,...
Hardhik Chi's user avatar
0 votes
1 answer
44 views

Preface: This is a self-answered question, which is why there's no solution attempt in the question itself. The task description is a focused reformulation of this now-deleted question. I have a ...
mklement0's user avatar
  • 454k
2 votes
1 answer
81 views

Let's say I have a pom file, which includes a <properties> section, and a dependency -- let's say SLF4J for example. Is there any possible property name that ...
davidalayachew's user avatar
0 votes
1 answer
81 views

I am using Terminal on my MacBook. From the top directory if I do: cd Library cd Java cd JavaVirtualMachines ls I see the following files: ...
John Lau's user avatar
2 votes
2 answers
786 views

I'm using Android Studio for Flutter development, and after a recent update to Android Studio version 2024.3.2, I noticed a strange behavior when deploying the app to a physical device. Problem: I ...
arslan's user avatar
  • 73
-2 votes
1 answer
646 views

I’m unsure how to check the Tizen OS version on my TV. I need to determine whether it’s running Tizen 6.5 (or later) or an older version, as this affects whether I should use the Tizen API or H....
hcf's user avatar
  • 11
1 vote
1 answer
2k views

According to Microsoft we are supposed to upgrade azure Oracle linked service from version 1.0 to 2.0. My azure oracle linked service version 1.0 has an additional connection property name workaround=’...
Ioan Balta's user avatar
0 votes
1 answer
90 views

The Model Derivative API endpoint ...
eap23's user avatar
  • 15
0 votes
1 answer
99 views

Lets assume my project based on .NET Framework 4.0 and requires the NuGet package GuardClauses. Currently GuardClauses' latest version is 5.0.0, which supports .NET Framework 4.6.1 and higher. So ...
Dmitry's user avatar
  • 466
1 vote
2 answers
125 views

We're doing some maintenance on a few web servers that we've installed the .NET Core Hosting Bundle (so apps can run under IIS). We can find the hosting bundle file (aspnetcorev2.dll), and I am able ...
CrystalBlue's user avatar
  • 1,925
1 vote
1 answer
791 views

I'm upgrading my repo from Python 3.7 to 3.13. This is a very big jump, so I need to update many packages as well. One such package is pandas. Upon upgrading to pandas 2.2.3 (the first version which ...
NicholasTW's user avatar
1 vote
1 answer
200 views

I am trying to use MS Graph API get accomplish two things. Create a method that returns a single version item and also a method that returns a list of all the versions. I am struggling with getting ...
Qiuzman's user avatar
  • 1,873
2 votes
1 answer
229 views

My project was working fine until I upgraded my flutter version to Flutter 3.29.3 • channel stable and updated some packages to match with the new version. After that, so many packages such as ...
Ukeme Elijah's user avatar
0 votes
0 answers
105 views

I'm using NVM on Windows and trying to switch from Node.js 18 to 22 using: nvm use 22 Node 22 is already installed, but I get this error: activation error: exit status 1: 'C:\Users\Mohsin' is not ...
Mohsin A.'s user avatar
0 votes
1 answer
353 views

I'm facing a complex version conflict between Flutter packages in my project. I use the following dependencies: flutter_localizations → depends on intl: 0.19.0 My app originally had intl: ^0.20.0 ...
Husen Patel's user avatar
4 votes
1 answer
445 views

I use Xcode 16.3. When I create a new project, it is automatically assigned to Swift 5. I would like to Swift 6. I know how to change for an existing project, but I would like to do it by default for ...
GT4485's user avatar
  • 65
-1 votes
1 answer
1k views

I'm facing issue i'm not able to solve. Previously, i was able to launch my flutter app on my physical phone (or virtual). But my computer crashed and unable to boot. I install a new Windows, pull my ...
dusk's user avatar
  • 45
0 votes
0 answers
58 views

I created a Razor page application. when Idid that, I try to run the code. but it gives me een error: System.TypeLoadException: 'Could not load type 'Microsoft.AspNetCore.Identity.UI.Services....
Ronahi Ibrahim's user avatar
2 votes
1 answer
111 views

I have a build_requirments_file.py file, which builds a requirments.txt file for a given python program, but the thing is... It creates something like: ...
Dhananjoy Bhuyan's user avatar
2 votes
2 answers
542 views

10 hours ago Python Packaging Authority release wheel of version 0.46.1. It fails in our pipeline. Do you have same problem? It returns this error: ...
Jan Zhouf's user avatar
-1 votes
2 answers
96 views

I Ran Composer update --ignore-platform-reqs And now i have an error which is like That: Composer detected issues in your platform: Your Composer dependencies ...
Vince's user avatar
  • 23
0 votes
0 answers
42 views

I'm running a MATLAB script on macOS that performs sensor fusion using GNSS and IMU data. The script runs perfectly in MATLAB R2024 but fails in MATLAB R2022 with the following error during the ECEF ...
Vims's user avatar
  • 1
0 votes
0 answers
78 views

I'm working on upgrading the Java version of a project in my company from java 8 to 21. They have this module which was written years back ...
Pranav Rk's user avatar
0 votes
2 answers
379 views

I am updating an old code and I need to set the version in the pom.xml using the version tag and then from there set different files with the version: Manifest file when building the jar I need to ...
pguzman's user avatar
  • 123
0 votes
1 answer
73 views

In the course of buying a new laptop, I've upgraded wxPython to version 4.2.2, and in an otherwise-fine GUI application (including tree, forms, perspectives, ... all provided with wxPython), the ...
virtualnobi's user avatar
  • 1,190
0 votes
1 answer
206 views

I am using release please to generate releases and it's making tags like v3.2.1 However, I am finding it tedious to have to manually update the versions with every ...
wonton's user avatar
  • 8,643
0 votes
0 answers
63 views

I did everything but did not solve the below issue. Can someone help me? I already include app Unable to find Gradle tasks to build: [:app, :]. Build mode: REBUILD. The issue I am facing is unable to ...
Precious Developer's user avatar
2 votes
0 answers
112 views

(https://i.sstatic.net/WiUADJnw.png) RulesEngine's version is 5.4.0 and System.Linq.Dynamic.Core's version is 1.6.0, I thik there's a mismatch , but I'm unable to solve it. It's throwing an error when ...
mounica's user avatar
  • 21
1 vote
0 answers
349 views

I'm trying to set up GitVersion (dotnet-gitversion tool version 6.1) so that: The main branch always produces stable versions without any pre-release tags. All branches, including feature branches, ...
  Daniil Basanets's user avatar
0 votes
2 answers
55 views

MultiProcessing doesn't correctly show results in IDLE's output window, but it does show in IntelliJ / commandPrompt's Output window. I'm trying to run: ...
glewi3's user avatar
  • 21
2 votes
2 answers
354 views

When I was using Mac, I found that when creating a JavaFX project through IntelliJ, the default version used was 17.0. Due to the upgrade of MAC, I need to use the latest 23.0 version of JavaFX. Is ...
yuchen han's user avatar
1 vote
0 answers
85 views

After updating android studio, I face the attached error during the build process. ...
mohammad reza Rezaei's user avatar

1
2 3 4 5
143