Newest Questions

Filter by
Sorted by
Tagged with
Best practices
0 votes
0 replies
2 views

An operator takes another Publisher as its upstream source, and a Subscriber as its downstream destination. Let’s say I already have a conversion function from Upstream.Output to Downstream.Input. Is ...
CTMacUser's user avatar
  • 2,082
0 votes
0 answers
3 views

I am comparing many deep learning models to each other, includiing UNETR, on the BTCV dataset and noticed a discrepancy in the reported number of parameters. In thier paper titled "UNETR: ...
Ahmed's user avatar
  • 191
-2 votes
0 answers
10 views

I am aiming to become a Java backend developer. I have a basic understanding of Java and object-oriented programming concepts, but I am unsure about the optimal learning path and priorities required ...
Phoenix's user avatar
  • 129
0 votes
0 answers
8 views

I would like to webscrape all the data from: "https://www.tennisexplorer.com/results/?year=2025&month=12&day=01" But my current code doesnt seem able to get the columns right. (what ...
harry-1234's user avatar
0 votes
0 answers
16 views

the black is tabControl and the red one is childDialog. like this. Is this possible? I have problem for inner red square. innerDialog1.create(name,tabcontrol2) ... innerDialog2-1.create(name,...
I am not englishman's user avatar
0 votes
0 answers
7 views

I am building a conversational AI voice bot using the Pipecat framework in Python. Currently, my implementation uses TwilioInputTransport. I am running a FastAPI server that accepts a direct WebSocket ...
Ethan Christoff's user avatar
-2 votes
0 answers
16 views

I am new to web scraping. I want to scrape numbers from a website that continuously fills data through a WebSocket API wss://..... (For reference, this is the website.) How can retrieve the full json ...
Durd3nT's user avatar
  • 173
0 votes
0 answers
27 views

I’m struggling to create a hamburger menu for my website when it’s on mobile. I’ve watched a few video courses on YouTube and used Cloud Code, but I’m having trouble integrating it into my code since ...
Job Celis's user avatar
0 votes
0 answers
16 views

Is it a bug in MSVC when it fails with the following error? <source>(35): error C2752: 'Power_t<3,0,false>': more than one partial specialization matches the template argument list <...
mariusm's user avatar
  • 1,697
0 votes
1 answer
22 views

I need to show numbers with a single quote thousand separator in a SQL query, for example: 1'000.00 I tried with something like FORMAT(ISNULL(value, 0), N'N2') or FORMAT(ISNULL(value, 0), '###,###,##...
d_88_l's user avatar
  • 47
Best practices
0 votes
0 replies
3 views

I have 2 instances for my backend (2 differents servers) I am using hazelcast 5.5 with spring boot in my application for differents cases : - Hibernate L2 cache - Cache applicative for my api (@...
madiskou's user avatar
Best practices
0 votes
0 replies
9 views

I am building a FastAPI application that will act as a core engine for my system and will handle frequent CRUD operations (high read/write frequency, concurrent requests). I would like advice on ...
NOOB DEV's user avatar
0 votes
0 answers
14 views

I am trying to implement swipe control in my app build on Jet pack compose. i have used following code so far. i am using compose bom androidx.compose:compose-bom:2024.09.00 Currently when swiping ...
Rajeev Kumar's user avatar
  • 4,973
-1 votes
0 answers
29 views

I have successfully automated the login flow for my application using Playwright. The app requires MFA (TOTP). I am currently using the otpauth library to generate the 6-digit tokens, and it works ...
Ambresh Kantappa Bhovi's user avatar
-2 votes
0 answers
18 views

I am working on a project where I need to flash firmware to an rp2040 using a custom CMSIS-DAP probe. and pyOCD. I need to use pyOCD, since it allows for more freedom than other flashing firmwares and ...
jortoost's user avatar

15 30 50 per page
1
2 3 4 5
1612003