Unanswered Questions
3,015,075 questions with no answers
0
votes
0
answers
8
views
Warning Message
My VS Code keep say this message after updating mt Vs Code "button[popovertarget]' is not supported by Chrome < 114.Microsoft Edge Tools "
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
17
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 ...
0
votes
0
answers
69
views
How to simplify expressions into the form 1/3x from x/3 in Math.js?
I have an expression of kx^n where k can equal a fraction.
For example, if k = 1/3 and n = 1. Math.js will simplify it to x/3 rather than 1/3x.
How can the functionality of it outputting 1/3x be ...
0
votes
0
answers
21
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 ...
Advice
0
votes
0
replies
18
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
40
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....
-3
votes
0
answers
24
views
What is the right docker image for vllm v0.7.2 arm64?
I am building a docker container for FastAPI project on DGX Spark2. But I am having hard time to find a right docker image to pull. Tried the following two images:
FROM nvcr.io/nvidia/vllm:25.11-py3
...
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
0
answers
14
views
Why can’t a SwiftUI container determine the concrete type of the currently visible child view?
I’m building a SwiftUI app and trying to determine the currently visible screen name at runtime for debugging and internal tooling.
My navigation structure is fixed and uses a shared container/base ...
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}) ...
Best practices
0
votes
0
replies
21
views
How can I integrate Google Analytics 4 data with digital marketing KPIs for actionable campaign insights?
I am working on a digital marketing project where I need to combine Google Analytics 4 (GA4) data with core marketing KPIs such as CTR, CPC, conversion rate, ROAS, and customer acquisition cost.
What ...
Best practices
0
votes
0
replies
11
views
Spotfire: Rename columns in data tables - fool proof way
I had developed a dashboard with many pages and many visualizations with data limits using column names and document properties. The are about 100 columns and about 35 columns are used in formulas and ...