Newest Questions
24,143,673 questions
Score of 0
0 answers
5 views
BullMQ Flow: Is it supported to dynamically add child jobs to an existing parent while processing?
I'm using BullMQ Flows and have a question about dynamically adding child jobs to an existing parent.
Suppose I have a workflow where each step processes one page of data from an external API.
The ...
Score of 0
0 answers
11 views
Can Google Analytics plugin in React / Capacitor accept boolean event parameters, or should they be converted to strings or numbers?
I am using a Google Analytics plugin in a React app wrapped with Capacitor.
I want to track custom events that include boolean states (for example, whether a specific feature was enabled or disabled).
...
Score of -1
0 answers
17 views
I Just Started C++ What Should I Do
I just started C++ does anyone have any small tips in general I should know? and what engine should I run with it I don't mind using OpenGL. I tried a couple small codes I can't say I know what I'm ...
Score of 0
1 answer
22 views
Skip parameter based on cell value?
In Excel, is there a way to use a formula but have a "dynamic" parameter?
For example, I have a SUMIFS() formula I'm using. Depending on the value in say A1, I choose between two formulas. ...
Score of 0
0 answers
9 views
leftSemiJoinEngine output order is inconsistent, causing wrong results in downstream engines
I have a streaming pipeline: raw trades go through a leftSemiJoinEngine to enrich with order data, then into a ReactiveStateEngine and TimeSeriesEngine for factor computation. The leftSemiJoinEngine ...
Score of -5
0 answers
27 views
Developer tip: Building Sustainable Websites in an AI-Driven World: Lesser-Known Strategies for Long-Term Success [closed]
Building Websites: How to Ensure Sustainability in a World Relying on AI?
Hi everyone, I'm facing a puzzling issue when it comes to building websites that can sustain themselves in today's AI-driven ...
Score of 0
1 answer
14 views
How to solve deprecation of TooltipDefaults.rememberRichTooltipPositionProvider()
I have a TooltipBox with a warning that TooltipDefaults.rememberRichTooltipPositionProvider() is deprecated. Like this:
TooltipBox(
positionProvider = TooltipDefaults....
Score of 1
0 answers
25 views
How can I use Microsoft Entra on a GitHub Page for an Azure Function?
I'm hosting a website with GitHub Pages, and I would like to authenticate the user using Microsoft Entra for Azure Functions.
I started off using Microsoft Quick Authentication to get the user ...
Score of 0
0 answers
11 views
ASP.NET Core 10 RabbitMQ requests randomly hang when using scoped RabbitMQ connections
I am building a microservices application using ASP.NET Core 10, RabbitMQ, Docker and a Python worker service.
The API sends a search request to RabbitMQ and waits for the worker response.
Initially ...
Score of -3
0 answers
26 views
How to install pygame in latest versions of python? 3.14+ [duplicate]
I try to install it but it gives me an error and I dont want to reinstall python to a older version. Is there any solution??
Score of 2
0 answers
17 views
Tokenization approach for Arabic script transliteration
I built a sequence-to-sequence ML model for transliterating various languages that use the Arabic script into Latin characters (for now Persian and Arabic proper). I used GRU for both encoder and ...
Score of 0
0 answers
9 views
How can I create a RDLC Report using the same template using a List of data structures
I created a Report.rdlc file that has 48 text boxes configured in two columns. The spacing, width, font size, color, etc. are specified exactly so that when these two columns are printed out, the text ...
Score of 1
0 answers
13 views
Why does my project's build output require a JVMCI compiler only when built locally/on Windows?
I'm one of several developers on an open-source project using Java and IntelliJ Idea that has recently moved to using Gradle builds, and I've encountered a problem when trying to convert over. While ...
Score of -6
0 answers
65 views
I Just Started C++ Any Tips? [closed]
I just started C++ anyone have any small, or tips in general i should know I am aware its meant for games or could be used for games but im hoping to find out if it can be used as a coding software ...
Score of 1
1 answer
21 views
Extracting HDR surfaces from ggdensity to plot them with ggplot
In this example, I create a plot (DF_Plot) displaying High Density Regions for two subgroups, defined by a third variable called Category.
I would like to create another plot - for example using ...
