Skip to main content
Filter by
Sorted by
Tagged with
88 votes
6 answers
140k views

First, I have read the following: Connect case VS case and especially this channel9 post So, from the last bullet, I really think there is no way around this, but I had to see if I could get a ...
11 votes
3 answers
12k views

Is there any way I can call CUDA runtime function calls such as cudaMemcpy(...); in a .cpp file, compiled with a regular C++ compiler?
0 votes
2 answers
9k views

half way through building a website an iframe on my page has disappeared when the webpage is viewed in chrome. The iframe is still visible in firefox, ie, safari and opera. All browsers are up to date....
12 votes
3 answers
25k views

In a Visual Studio solution, I need to have a desktop winforms application project (.Net framework 4.0) depending on a .Net Core library project. I can't migrate the application to .Net core yet, but ...
280 votes
24 answers
474k views

I had two versions of Python installed on my machine (versions 2.6 and 2.5). I want to run 2.6 for one project and 2.5 for another. How can I specify which I want to use? I am working on Windows XP ...
142 votes
7 answers
236k views

I am wondering if a compatibility matrix exists between Springboot and Springcloud? I created a simple project on STS and am running into compatibility issues. <parent> <groupId&...
0 votes
1 answer
1k views

I have this weird problem that's killing us. I have a widely used app that is written in VB6. Everything works fine. This week I decided to chance the computer where we do the compiling. I tried not ...
5 votes
2 answers
6k views

I have a question about scikit models and (retro-)compatibility. I have a model (saved using joblib) created in Python 3.5 from scikit-learn 0.21.2, which I then analyze with the package shap version ...
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 ...
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 ...
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(...
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 (...
6 votes
3 answers
8k views

Is there a way to convert an arbitrary string to a valid filename in Javascript? The result should stick as close to the original string as possible, to be easy for humans to read (therefore slugify ...
0 votes
1 answer
865 views

Logs: The supplied phased action failed with an exception. A problem occurred configuring project ':app'. Build file 'C:\Users\Sage\AI\app\build.gradle.kts' line: 1 Plugin [id: 'com.android....
17 votes
5 answers
28k views

Most of us have seen something like this before: <div class="rights">All rights reserved!</div> I just wanted to know, is this a right job? or althogh it will render in browser, ...
54 votes
5 answers
62k views

There is a maximum length for the text in the &body section of a mailto: link. According to one of my co-workers, the W3C publish the limit as 256 (I don't have a link to back this up, though). ...
54 votes
1 answer
69k views

For my Android-app I'm using the ABI "x86" and "armeabi" right now. The armeabi is used for all ARM-devices, including armv7a and arm64-v8a. Now I would like to remove the "armeabi" and just continue ...
1 vote
0 answers
65 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....
-1 votes
2 answers
603 views

I have been trying to fix extremely slow loading on my site until I have just tested it in another browser (opera) and it pings! No wait whatsoever. However in Edge and Brave it hangs for minutes... I ...
25 votes
4 answers
32k views

I have compiled several libraries with MingW/MSYS... the generated static libraries are always .a files. When I try to link the library with a MSVC project, Visual Studio throws 'unresolved external ...
0 votes
1 answer
131 views

I've built a Docker container for Magento and I'd like to install Renovate to keep my "external" dependencies up to date. With external dependencies I mean MariaDB, Redis, Varnish, etc. ...
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 ...
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 ...
42 votes
14 answers
37k views

Assuming that vb6 does not run on Windows 8 because the VB6 run time libraries are not shipped with Windows 8, would it not be possible to install the VB6 run time library on Windows 8 and then then ...
1 vote
0 answers
95 views

Is there any working or reliable procedure on how to build and run an old (not too) Flutter project with the new Flutter SDK? I'm desperately looking for a somehow well structured MVVM or Bloc sample ...

1
2 3 4 5
61