3,731 questions
1
vote
1
answer
63
views
Netlogo 7.0 vs. 6.4 run differently the same line of code
I have the following two lines of code:
let lowest-rank max [relevance-rank] of banks
ask banks [set raw-eta normalized-logistic (((relevance-rank - 1 + 1) / (lowest-rank - 1 + 2)) * 100) 0 100 eta-...
0
votes
1
answer
60
views
gradlew quarkusUpdate hangs indefinitely at 0% EXECUTING when updating from 3.8.6 to any version
`I'm trying to update my Quarkus project from version 3.8.6 to 3.15.6.2 using the built-in quarkusUpdate command for Gradle.
When I run the command:
PowerShell
.\gradlew quarkusUpdate
The process ...
1
vote
0
answers
66
views
Not Able to update Single Type in Strapi
I have created a single type in my strapi named "LibraryConfig".
When I am trying to update the data in this single type using api, so the response is successfull but when I see the strapi ...
0
votes
1
answer
66
views
WPForms and Elementor conflict issue: hidden labels showing automatically
I’m facing an issue with WPForms in Elementor. I had hidden the form labels, but they are showing up automatically again. I suspect there’s a conflict between WPForms and the latest Elementor update. ...
-3
votes
2
answers
69
views
Update collection from manual entered gallery details in power aps
I'm getting a filtered record set from a SharePoint list to a collection, and then I'm getting that collection data to a gallery. In the gallery, I have added a text input. If we think, for example, ...
7
votes
1
answer
2k
views
Windows 11 update Classic ASP Incompatibility – VBScript/JScript Mix Causes IActiveScript::SetScriptState Exception
After updating to Windows 11 on June 2, 2025, I'm experiencing major issues with legacy Classic ASP applications on IIS that make use of both VBScript and JScript on the server side.
json library
...
-1
votes
2
answers
85
views
Composer version has upgraded versions of packages, site is break using PHP stan & PHP unit
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&...
0
votes
0
answers
63
views
How to commit a non-regular file into ostree-repo using ostree commit command
I am trying to commit podman local storage as a commit to ostree-repo and I was getting error
ostree --repo=/home/prashant/engicam_bsp_release/build/tmp/deploy/images/imx8mp-icore/...
1
vote
0
answers
69
views
Can you write a Linux kernel module that reclaims "in use" address space via a new syscall?
Motivation
I'm picturing a hypothetical update process for critical services, that might work like this (using C and POSIX names):
Download the new update binary, to a separate place than current ...
1
vote
0
answers
123
views
Maven build fails, but Eclipse shows no errors
Problem with Maven and Eclipse 2024-12 after upgrading Java and dependencies
Hello everyone,
I have a Maven project structured as follows:
Project X1 (parent) – Contains only the pom.xml, which ...
0
votes
0
answers
29
views
Getting an error while try to do Composer self update
I am trying to update composer using following command:
C:\xampp\htdocs>composer self-update --2
But I am getting an error,
[Composer\Downloader\TransportException]
curl error 28 while ...
0
votes
0
answers
153
views
Google Wallet Pass Logo Update
My users can download individualized Google wallet (private) passes. Users belong to different groups, and based on what group they are in will determine the logo on the pass. If the user's group does ...
1
vote
1
answer
284
views
How to Configure tufup URLs for new Updates and Fetching Metadata/Targets?
I'm using the python tufup library to manage updates for my application, it seems that I need to specify two different URLs, but I'm struggling to understand from the docs/examples where/how each one ...
0
votes
0
answers
50
views
Android app not updating correctly on some users' deviced
When we released our latest android app update, although the version number is updating on the user's device, the UI and a new feature are not updating.
Most Android users are unaffected by this. The ...
0
votes
3
answers
535
views
My CPP/CLR Form-application crashes after updating Visual Studio 2022
A couple of days ago I updated VS 2022 to its latest version 17.11.2.
This version was released just about the same time.
Now when I build and run my C++/CLR Form application I receive crashes inside ...