Newest Questions
24,180,038 questions
Advice
0
votes
1
replies
10
views
External USB Fingerprint scanner
I am trying to build a react native app(Expo) which supports ios and Android in which i want to capture fingerprints of all my employees .
Is there any way that i can achieve it . Kindly share me your ...
1
vote
0
answers
13
views
Passing in initial context to a Microsoft Agent Framework Agent
I don't ask many questions, but this one I'm repeatedly getting stuck on.
I'm using Microsoft Agent Framework to create custom agents. When I create an instance of the Agent, I want to pass in some ...
0
votes
0
answers
4
views
Polars to_date conversion from str to date fails with proper format
I have a polars dataframe with a date column I've built with the format %YW%W. I want to convert the column to a date, so I wrote the following snippet:
agg_pivoted_df = pivoted_df.with_columns([
...
0
votes
0
answers
7
views
AdaBoost performance degrades when exported to ONNX
My AdaBoost model uses SAMME.R and a Decision Tree as base learner to perform binary classification, the preprocessing is done using a MinMaxScaler. After converting to ONNX and running inference ...
0
votes
0
answers
6
views
OpenLiberty - how can I set a custom SSLContext for a JAX-WS client?
We need to use a custom SSLContext when doing SOAP and REST calls to external partners.
For our rest clients (using restfulWSClient-3.1) we have it working using this construction:
ClientBuilder....
0
votes
0
answers
8
views
HTML `datalist` with ghost effect on Chrome for Android
I have this HTML & JS. It is dynamic <datalist> simulate search using AJAX. ( copied from https://jsfiddle.net/repc36f1/8/ )
let typingTimer;
function clearDatalist(datalistHTML) {
if (...
-2
votes
0
answers
14
views
How does WordPress use PHP to render dynamic pages? [closed]
I am new to WordPress development and PHP.
I want to understand:
How WordPress uses PHP to fetch content from the database
How themes and templates work together with PHP
At what point WordPress ...
1
vote
1
answer
13
views
Chakra checkbox with preset value can't uncheck on first click
Structure
React v 18.3.1
Chakra UI v 3.19.1
The Problem
In my project I have a react frontend which has a site where I can create and edit authors. For the authors I have an attributes "...
Best practices
0
votes
0
replies
2
views
For a Combine Publisher operator, how can be designed safe for concurrency?
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 ...
0
votes
0
answers
6
views
Parameter count difference between UNETR paper and MONAI implementation
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: ...
-3
votes
0
answers
20
views
Roadmap and learning priorities to become a Java backend developer [closed]
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 ...
0
votes
0
answers
20
views
Webscraping Tennis Data
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 ...
0
votes
0
answers
22
views
I have trouble in writing duplicated childdialog in mfc
The black area is tabControl, and the red area is childDialog, like this.
Is this possible? I am having a problem with the inner red square.
innerDialog1.create(name,tabcontrol1)
...
innerDialog2-1....
0
votes
0
answers
8
views
Can I deploy a Pipecat bot using TwilioInputTransport (WebSockets) to Pipecat Cloud, or is DailyTransport mandatory?
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 ...
-2
votes
0
answers
22
views
Scraping data from WebSocket
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 ...