Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
47 views

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 ...
FloverOwe's user avatar
  • 373
3 votes
0 answers
91 views

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 ...
supinebeing's user avatar
2 votes
2 answers
115 views

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(...
Pollo's user avatar
  • 299
527 votes
15 answers
466k views

How can I check if a Python object is a string (either regular or Unicode)?
Matt S.'s user avatar
  • 7,961
1 vote
1 answer
104 views

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 ...
Med Cezir's user avatar
0 votes
0 answers
79 views

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 (...
Sumantra Sahoo's user avatar
239 votes
19 answers
252k views

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 ...
dln385's user avatar
  • 12.2k
0 votes
0 answers
60 views

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 ...
Alpana Sinha's user avatar
188 votes
20 answers
279k views

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 ...
minty's user avatar
  • 22.4k
0 votes
0 answers
16 views

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 ...
user28987272's user avatar
66 votes
16 answers
73k views

Is enabling Safe Area Layout Guides compatible to iOS below 11?
Ted's user avatar
  • 23.9k
6 votes
3 answers
22k views

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 ...
ShankPossible's user avatar
0 votes
0 answers
235 views

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 ...
Philippe Brossier's user avatar
0 votes
1 answer
682 views

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, ...
Foad S. Farimani's user avatar
2 votes
1 answer
26k views

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?
Swati Fulzele's user avatar
2 votes
1 answer
3k views

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 ...
divya bommerla's user avatar
17 votes
7 answers
53k views

My docker-compose.yml contains this: version: '3.2' services: mysql: image: mysql:latest container_name: mysql restart: always network_mode: "host" hostname: localhost ...
Meghna's user avatar
  • 215
5 votes
4 answers
18k views

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 ...
agiopnl's user avatar
  • 1,372
5 votes
3 answers
12k views

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 ...
CoolDude's user avatar
  • 151
10 votes
1 answer
17k views

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 ...
pintoramos28's user avatar
0 votes
1 answer
60 views

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 ...
Nigel Tunnicliffe's user avatar
3 votes
1 answer
83 views

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 ...
Julio Otuyama's user avatar
0 votes
0 answers
170 views

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 ...
Ali Raza's user avatar
0 votes
2 answers
3k views

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 ...
priti's user avatar
  • 11
0 votes
0 answers
49 views

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 ...
WGross's user avatar
  • 13

1
2 3 4 5
61