Newest Questions
24,182,954 questions
-2
votes
0
answers
7
views
AI BOT Calculations
this isn’t a programming issue but a calculations issue.
Recently my company just started to use AI BOT system but it’s spread across 3 projects
With 800usdt for 10000 credit and 100usdt for 3 AI Bots
...
0
votes
0
answers
3
views
How to make content flow beneath UITabBar in iOS 26
In all demo video's of the new Tab Bar in iOS 26, the content nicely flow's below the Tab Bar giving a floating effect.
Before migrating my main app to iOS 26, I tried implementing the new look in a ...
0
votes
0
answers
15
views
UDP broadcast discovery works Linux → Windows but not Windows → Linux
I’m implementing LAN peer discovery in Rust using UDP broadcast with Tokio.
Environment
Windows + Fedora Linux
Same Wi-Fi network, no VPN
UDP port 7777
Problem
✅ Linux can discover Windows
❌ ...
Advice
0
votes
0
replies
13
views
Why does the User-Agent show Windows 10 when my system settings say Windows 11?
enter image description here
as i am studying about the backend so i am the topic of the HTTP headers so i am going through the YouTube HTTP header
then i notice that the user Agent is send the info ...
Advice
0
votes
0
replies
16
views
How to force rms::redun to treat spline interaction terms as a single chunk?
I am performing a redundancy analysis using rms::redun() in R. My model includes an interaction between a binary treatment variable and a restricted cubic spline of a continuous variable: treatment * ...
0
votes
0
answers
19
views
Android Picture-in-Picture: How to handle close (X) button action in PiP mode?
I’m developing an Android application using Jetpack Compose. I have a screen with a video player that supports Picture-in-Picture (PiP) mode. Entering PiP works correctly and the video continues ...
0
votes
0
answers
23
views
I am running Ollama (a local LLM service) on Windows and need to programmatically detect which port it's currently listening on
What I've tried:
Using Get-NetTCPConnection but it returns too much information and I can't reliably filter for Ollama:
Get-NetTCPConnection -State Listen | Where-Object {$_.LocalPort -gt 11400}
...
0
votes
0
answers
11
views
CAShapeLayer strokeEnd causes ring flash on tap – how to stop border flash on custom circular progress button (UIKit)?
I have a custom circular play/pause button in UIKit that uses CAShapeLayer as a progress ring.
Everything works except when I tap the view, the border briefly flashes even though strokeEnd = 0 and ...
0
votes
1
answer
28
views
Ruby irb: Autocomplete-usage leads to crash
I start typing on the console and a list with the feasible options appears. Then I use the tabulator-key for going through the options.
Immediately irb crashed and exits. I'm on the console again.
...
0
votes
0
answers
38
views
PHP add, delete to xml file
I am trying to add and delete data from an XML file using PHP. The addition works, but when I try to delete, the element is not removed from Training.xml. No error appears, it just doesn't do anything....
0
votes
0
answers
19
views
php8.3.29 Ubuntu 24.04 can't install bcmath
I don't understand the dependency problem. PHP8.3-common is installed but version 8.3.29
I can't understand why it seems to be asking for 8.3.6
root@choir:~# php -v
PHP 8.3.29 (cli) (built: Dec 18 ...
-1
votes
1
answer
23
views
Is it true that in excel vba appliation.cancel will erase the clipboard if it contains a Range
Long ago, the answer was "yes it is impossible", it was true Why 'Application.Calculation=[value]' statement in Excel VBA erases Clipboard Memory?
But I have implemented a workaround....
Best practices
0
votes
1
replies
8
views
ViewControllerRegistry register view with model
Is there a way to bind data when registering a view? For example, I want to register a view named userProfile using ViewControllerRegistry and bind the model data needed for this page.
public void ...
-5
votes
0
answers
17
views
This does not show the design, how do I solve it,with jetpack new latest Android Studio Otter 2 Feature Drop (version 2025.2.2) [closed]
This does not show the design, how do I solve it ,with jetpack new latest Android Studio Otter 2 Feature Drop (version 2025.2.2).
0
votes
0
answers
6
views
How can I use an OR combination in the evidence part of a BN model query?
When querying a BN model developed using py-bnlearn how can I code the evidence part of a query to use an OR relationship?
All the examples I have found use single variables (e.g. evidence = {'Y':1}) ...