3,003 questions
0
votes
0
answers
47
views
I need to work with legacy web forms apps, but VS22 doesn't like the percent syntax in .aspx pages. I've been ordered to not change the markup
Error message:
Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).
Other solutions tell one to modify the markup syntax in various ways, but I've ...
3
votes
0
answers
91
views
local pyspark's .show() fails with SparkException: Job aborted due to stage failure [duplicate]
I try to run pyspark locally by installing pyspark using pip install pyspark, all env paths are set too, ran notebook at port 8889, but facing issues in the .show() method.
It throws an error (see ...
2
votes
2
answers
115
views
Numpy function sum does not work on PyTorch tensors
I am wondering if it is expected that if I call numpy.sum on a PyTorch tensor I get an error. As an aside, it does work on Pandas DataFrames.
data = [[1.1, 2.2], [1.1, 2.2], [1.1, 2.2]]
a = np.array(...
527
votes
15
answers
466k
views
How to find out if a Python object is a string?
How can I check if a Python object is a string (either regular or Unicode)?
1
vote
1
answer
104
views
Spring Boot 3 upgrade causes NoSuchMethodError for ClientHttpResponse.getStatusCode() — how to support legacy Spring Boot 2 libraries?
I'm upgrading my main application from Spring Boot 2.x to 3.x.
The upgrade is mostly successful, except for a runtime compatibility issue caused by 3rd-party or legacy internal libraries that still ...
0
votes
0
answers
79
views
GCC Errors After RPM Upgrade for Node.js 22 on AIX – Issues with libgcc/libstdc++
We're in the process of upgrading several RPM packages on an AIX system to support Node.js 22, but are encountering GCC-related errors after updating the following packages.
Here’s our upgrade list (...
239
votes
19
answers
252k
views
How to install both Python 2.x and Python 3.x in Windows [duplicate]
I do most of my programming in Python 3.x on Windows 7, but now I need to use the Python Imaging Library (PIL), ImageMagick, and wxPython, all of which require Python 2.x.
Can I have both Python 2.x ...
0
votes
0
answers
60
views
EvoPdf.WordToPdf.NetCore: .doc to PDF conversion works in .NET 6.0, but fails in .NET 8.0
I'm experiencing issues converting .doc files to PDF using EvoPdf.WordToPdf.NetCore (11.0.0) in a .NET 8.0 console application. The conversion works successfully for .docx files, but results in an ...
188
votes
20
answers
279k
views
Can I install Python 3.x and 2.x on the same Windows computer? [duplicate]
I'm running Windows and the shell/OS automatically runs Python based on the registry settings when you run a program on the command line. Will this break if I install a 2.x and 3.x version of Python ...
0
votes
0
answers
16
views
How to Package Code for Different Python Environments?
I want to develop a toolkit that integrates image denoising algorithms, allowing users to select different algorithms to denoise images by themselves. Here are my questions:
However, different ...
66
votes
16
answers
73k
views
iOS 11 safe area layout guide backwards compatibility
Is enabling Safe Area Layout Guides compatible to iOS below 11?
6
votes
3
answers
22k
views
Does Spring 3.0.x support Java 8? In Spring Starter I found sourceCompatibility = '17' default for 3.0.x and above
I was trying to create a Spring Boot 3.0.5 application, along with Java 8 in Spring Starter. Screenshot shared below
Post which I checked the Explore button which helps in identifying what code will ...
0
votes
0
answers
235
views
Confluent KafkaAvroSerializer fails serialising when adding new optional field in schema (compatibilityLevel FULL_TRANSITIVE)
I am using the Confluent Schema Registry docker image confluentinc/cp-schema-registry:7.7.1
I have configured the compatibility to FULL_TRANSITIVE on subject clients-value.
I define a version V1 for ...
0
votes
1
answer
682
views
Error running downloaded vs_installer.exe on Windows: "This app can't run on your PC"
I have successfully downloaded Visual Studio Installer using curl with the following command:
C:\Windows\System32\curl.exe -o vs_installer.exe https://aka.ms/vs/17/release/vs_installer.exe
However, ...
2
votes
1
answer
26k
views
Compatibility of JDBC driver with Oracle 19c Database
We are currently using ojdc14(Java 1.6) with Oracle 11g Database and want to upgrade the DB to 19c version.
I wanted to know which ojdbc jars are compatible with Oracle 19c database?
2
votes
1
answer
3k
views
While building the Azure pipeline getting an error like .NET 5 has some compatibility issues with older Nuget versions(<=5.7), usedotnetcli/restore
While building the azure pipelines with classic editor i am getting the below error in build
.NET 5 has some compatibility issues with older Nuget versions(<=5.7), so if you are using an older ...
17
votes
7
answers
53k
views
Docker Compose network_mode and port_binding compatibility issue
My docker-compose.yml contains this:
version: '3.2'
services:
mysql:
image: mysql:latest
container_name: mysql
restart: always
network_mode: "host"
hostname: localhost
...
5
votes
4
answers
18k
views
Edge warning says "'content-type' header charset value should be utf-8"
Edge dev-tools is nice helping out, but some errors I just don't know how to fix.
Apparently there's something wrong with the index.html and two SVG-files. One SVG uses img-tag and the other SVG uses ...
5
votes
3
answers
12k
views
Failed to find compatible Java Version, Jenkins
I'm currently trying to install jenkins but i'm having issues with Java version. It is saying it failed to find compatibility java version. When it's correct. (image below)
I've also check what java ...
10
votes
1
answer
17k
views
All nuget packages requiring net6.0 are "not compatible with net6.0" even after complete Windows reset
After booting up my PC I tried to continue using a previous project I had been working on:
ASP.NET MVC Core 6.0.
All of a sudden Microsoft.EntityFrameworkCore was not installed in the solution.
After ...
0
votes
1
answer
60
views
What features require IE 11 Compatibility Mode
I need to update a legacy web site which currently runs in IE 11 compatibility mode in Edge so that it can directly in Edge. I can find lots of references to how to turn on compatibility mode but I ...
3
votes
1
answer
83
views
strjoin compatibility in Matlab and Octave
For the function strjoin, it would be good the same code could run on Matlab and Octave. The parameters for strjoin are almost the same. The difference is in Matlab it requires a vector [], and in ...
0
votes
0
answers
170
views
Blend mode is not working on IOS browsers
I'm experiencing an issue with the CSS property mix-blend-mode: color; on iOS devices. It works correctly on Windows and Android, but it doesn’t seem to have any effect on iOS browsers. If anyone has ...
0
votes
2
answers
3k
views
Is Struts-core-6.X.X compatible with Jakartaee 10?
I am migrating my struts-application from Javaee 8 to Jakartaee 10, Payara 5 to Payara 6(use community version) and Jdk8 to JDK 11.
Currently, I am using struts-core-2.5.26. Is latest version of ...
0
votes
0
answers
49
views
Linked Chart with [email protected] and [email protected]
Does Linked Chart with [email protected] and [email protected] work?
Below is the code I'm trying.
Issue: no crosshair and tooltip in the other chart
When hovering over a dot the corresponding dot in the ...