Newest Questions

Filter by
Sorted by
Tagged with
-1 votes
0 answers
8 views

My Setup: Nextcloud Server version: Nextcloud Hub 25 Autumn (32.0.2) Operating system and version: Linux 5.14.0-284.11.1.el9_2.x86_64 x86_64 - AlmaLinux 9.7 (Moss Jungle Cat) Web server and version: ...
Kaushal Kishore's user avatar
0 votes
0 answers
9 views

In the Python program below: a = 3 if a > 10: print("gt10") elif a > 5: print("gt5 lt10") elif a > 2: print("bw25") else: # Line 9 pass when I ...
Eshgin's user avatar
  • 1
Best practices
0 votes
0 replies
8 views

I started using Playwright, and one of the first things I noticed is that if you're trying to implement a custom page object that stores methods, click actions, and assertions, you should create a ...
Cholis's user avatar
  • 109
0 votes
1 answer
12 views

I am trying to import a React component Menu.jsx from App.jsx in my Electron app. No errors are showing up, but nothing is being rendered and are not added to the DOM (the body is empty when I looked ...
Faseeh's user avatar
  • 11
Advice
0 votes
0 replies
5 views

I have an ERP system that uses PolarDB IMCI for data analysis. Due to the massive data volume, I aim to accelerate query execution using a filtering approach similar to B+ tree indexes. However, IMCI ...
梁宇坤's user avatar
-1 votes
0 answers
7 views

On the systems I had previously tested on I can't say that vkBindImageMemory took long, I hadn't really noticed anything weird. However recently I ran my program on someone's laptop, it had an ...
Zebrafish's user avatar
  • 16.5k
-2 votes
0 answers
13 views

Can someone help me create a chat and file transfer system using sockets? I tried it, but it didn't work. From what I found, it requires manual port forwarding. I also read that I can use miniupnpc to ...
Vadim Kovalev Rodrigues's user avatar
-1 votes
0 answers
17 views

I bought a domain around 5 hours ago. I have a Flask app setup running port 5016, app.run(host='0.0.0.0', port=5016) There is an A record pointing at my server's IP I also have nginx setup on my VPS. ...
Walker's user avatar
  • 128
1 vote
0 answers
21 views

Every thing was right but when I try to print the photo which submitted by form it doesn't print but the URL of the image work properly when I print directly it will work. function add(Request $...
Sonu's user avatar
  • 1
0 votes
0 answers
14 views

Help me resolve a hydration error in my first Next.js project. After looking closely at the error information that was produced in my local browser, and after looking at the helpful list of causes ...
xarzu's user avatar
  • 9,619
0 votes
0 answers
25 views

Can't solve given looping problem. generalSolutionForImplement is a function to implement as answer. I showed my closest attempt still not working. Loop manually unrolled to show 3 cases as hardcoded2 ...
user2183336's user avatar
-3 votes
0 answers
27 views

I'm fairly new to Rust and trying to build a small web API with Axum. I need to add a database (PostgreSQL), but I'm hitting a wall with all the different setup options. I've been reading tutorials ...
Julia Mendes's user avatar
0 votes
0 answers
10 views

I have a Spring Boot process where I have three classes of interest (Service.java, AsyncTaskManager.java, SessionManager.java). I use Service.java to process requests from the Controller, ...
Laolu Ade OG CSR's user avatar
0 votes
0 answers
12 views

I am working with the Medical Segmentation Decathlon (MSD) Task 1 brain dataset where each volume has shape (H=240, W=240, D=155, C=4) (height, width, depth, 4 channels). I'm building a data ...
Ahmed's user avatar
  • 105
0 votes
0 answers
12 views

I'm working on a swiftui app that integrates a webview to embed a monaco editor. All is going well, but there's really weird behavior regarding scrolling and this mystery and inconsistent white space ...
Fluster.IO's user avatar

15 30 50 per page
1
2 3 4 5
1612482