Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
31 views

Out of the blue today, I noticed that the css for my footer had changed. When I used the inspector, I saw that an older version of style.css had been loaded (for the footer only). The latest version ...
ajumbz's user avatar
  • 27
-3 votes
0 answers
34 views

I am using Mac 14 and the highest version of Xcode that I can install is 16.2 And it comes with the bundled swift component - 6.0.3 version. But my project requires swift 6.2 or later. I was able to ...
Pavlo Pylypchuk's user avatar
2 votes
0 answers
88 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 from pyannote.audio.pipelines.speaker_verification import ...
Yazad Pardiwala's user avatar
0 votes
0 answers
48 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
71 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) Number ( the 4052 part) remotely, ...
ErrorMaster's user avatar
1 vote
2 answers
118 views

Installed the mellon package but when I try to import it, I get: >>> import mellon Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/...
Megan Cole's user avatar
0 votes
0 answers
41 views

The command C:\Windows\py -0p shows -V:3.13 * C:\Program Files\Python313\python.exe -V:3.12 C:\Program Files\Python312\python.exe ... It make sense because the command python -V ...
Peter Krauss's user avatar
0 votes
0 answers
85 views

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&...
slowcoder's user avatar
0 votes
0 answers
50 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: Task :react-native-gradle-plugin:...
Anjali Deshmukh's user avatar
0 votes
2 answers
41 views

In Elastic version 7.17.29, sometimes I can see the doc on hitting the GET query, and sometimes I can not: GET <index_name>/_search { "query": {     "match": {       ...
Abhishek Sarkar's user avatar
2 votes
4 answers
4k 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
107 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
79 views

Lets say there is a libfoo C library with matching headers. Documentation of bindgen suggests libfoo-sys crate should build dynamically on the client side, using their installed header versions. The ...
user2011659's user avatar
  • 1,259
0 votes
0 answers
59 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 android/build.gradle: classpath(&...
Pratham Pendam's user avatar
0 votes
1 answer
100 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,024
0 votes
0 answers
75 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
39 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
  • 452k
2 votes
1 answer
76 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 I could provide that would set the ...
davidalayachew's user avatar
0 votes
0 answers
103 views

My .zshrc file looks like export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_202.jdk/Contents/Home export PATH=$PATH:$JAVA_HOME/bin ~ ...
John Lau's user avatar
0 votes
1 answer
79 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: corretto-21.0.5 corretto-22.0.2 openjdk-20.0.2 openjdk-23.0....
John Lau's user avatar
2 votes
2 answers
656 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
  • 63
-2 votes
1 answer
410 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
78 views

The Model Derivative API endpoint https://developer.api.autodesk.com/modelderivative/v2/designdata/<"model urn">/metadata/<"model guid">/properties?forceget=true ...
eap23's user avatar
  • 15
0 votes
1 answer
78 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
  • 456
1 vote
2 answers
93 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
507 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
159 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,843
2 votes
1 answer
207 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
58 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
309 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
347 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
0 votes
1 answer
950 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
  • 47
0 votes
0 answers
55 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
98 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: huggingface_hub==currently installed version\ ...
Dhananjoy Bhuyan's user avatar
2 votes
2 answers
503 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: error: invalid command 'bdist_wheel' Therefore, we ...
Jan Zhouf's user avatar
-1 votes
2 answers
85 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 require a PHP version ">= 8.1.0&...
Vince's user avatar
  • 23
0 votes
0 answers
41 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
72 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 SimpleJdbcCall simpleJdbcCall; simpleJdbcCall = new ...
Pranav Rk's user avatar
0 votes
2 answers
349 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
  • 113
0 votes
1 answer
70 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
183 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 bugfix. Is it possible to get ...
wonton's user avatar
  • 8,643
0 votes
0 answers
58 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
104 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
290 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
52 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: python -m idlelib But my environment variable ...
glewi3's user avatar
  • 21
2 votes
2 answers
312 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
70 views

After updating android studio, I face the attached error during the build process. Execution failed for task ':app:compileDebugKotlin'. > Could not isolate parameters org.jetbrains.kotlin.gradle....
mohammad reza Rezaei's user avatar
0 votes
1 answer
68 views

I am having problems using the same conda environment across different machines. When I do conda list of the environment I get that the correct version is installed. readline 8.2 ...
Carlos Chacon's user avatar
0 votes
0 answers
36 views

I have a multi module maven project with this structure: maven-project/ │-- pom.xml (Main parent POM) │-- module-a/ │ ├── pom.xml │-- module-b/ │ ├── pom.xml │-- module-c/ │ ├── pom.xml │-- ...
fascynacja's user avatar
  • 3,186

1
2 3 4 5
144