Newest Questions
24,154,243 questions
Advice
0
votes
0
replies
3
views
Best approach for handling real-time leaderboard updates in a fantasy sports app?
I’m building a fantasy sports application where contest leaderboards need to update in near real time based on live match events.
Currently, I’m testing two approaches:
Polling leaderboard data every ...
Advice
0
votes
0
replies
7
views
Which AI based LMS platforms are best for corporate training and performance tracking?
I am looking for recommendations for an AI powered Learning Management System (LMS) that can help businesses improve employee training, performance tracking, and workforce development.
The platform ...
1
vote
0
answers
6
views
MSAL.NET embedded Azure AD login shows “Unsupported browser” during additional security verification flow
I am using MSAL.NET in a .NET Framework 4.8 desktop application.
Packages:
<package id="Microsoft.Identity.Client" version="4.61.3" targetFramework="net48" />
<...
1
vote
0
answers
21
views
SwiftData crash Task isolating closure inside AsyncStream in @Observable viewmodel?
I'm losing my mind here. I just upgraded my project to use the new @Observable macro and SwiftData instead of CoreData. Everything was working fine until I tried to implement a real-time network sync ...
1
vote
0
answers
21
views
Why can a protected variable be accessed in a subclass but not from another class in Java?
I am learning Java inheritance and access modifiers.
I am trying to understand how the protected modifier works between parent and child classes.
I created these classes:
class Animal {
protected ...
Advice
0
votes
1
replies
12
views
How to install manus.im website into cPanel
Another web developer created a website using manus.im, it has the following file structure:
I've tried unzipping this folder in public_html then using cPanel's Add New Node Web App:
However, when ...
Best practices
0
votes
0
replies
7
views
Hi, looking for playwright support
Somebody has hands on experience in a playwright
I need scenario based questions and answers in real time
What are the challenges you faced in real time with playwright and how you overcome all the ...
Advice
0
votes
0
replies
12
views
Which Django version are developers mostly using in 2026?
Which Django version are developers mostly using in 2026?
I want to know which version of Django is currently most popular among developers for production projects in 2026.
Also, why are you using ...
1
vote
0
answers
18
views
How to Apply Regexes to AttributedString
I'm creating a syntax highlighter, but that requires regexes (I know, not the most great thing for highlighters, but this was a test run). But when I tried using AttributedString with regexes, it ...
1
vote
0
answers
11
views
libcurl fails to read cert file in one project and succeeds in another
I have two versions of a c project in the same folder. (They were initially in different folders, moved them for debugging purposes).
I have set both of them to verbose output and the results are the ...
1
vote
1
answer
12
views
How should I tune Reactor Netty embedded server settings in Spring Boot WebFlux compared to Tomcat?
I have a question about embedded server configuration in a Spring Boot + Spring WebFlux application using Reactor Netty.
In a traditional Spring MVC + embedded Tomcat environment, I understand that we ...
Best practices
0
votes
0
replies
13
views
Highlight column header (thead>th) after clicking a data cell (tbody>td) only using css
I was wondering if it is possible to highlight the column header (thead>th) of a html table after clicking a data cell (tbody>td) only using css? I know that you could do it easily with ...
Best practices
0
votes
1
replies
26
views
Error when replacing 0 values with NULL for weather data analysis
I am data analyst using Google BigQuery to analyze 2023 weather data for a local news station. I'm trying to study the relationship between wind, speed and visibility, but the dataset has missing ...
1
vote
0
answers
25
views
Build error MSB4044 when trying to create an app package using WinUI with C# in VS2026
When I try to create an app package in VS2026 for a C# WinUI project, I get the following error:
error MSB4044: The "WinAppSdkGenerateProjectPriFile" task was not given a value for the ...
Best practices
0
votes
2
replies
28
views
Is there a way to print an empty vector as 'zero' in R?
I am creating a monthly report to summarise the field sites where certain data were collected, since the last month. I am currently using R Markdown and knitting to a word.docx.
Each field site has a ...
