Unanswered Questions

0 votes
0 answers
8 views

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 ...

15 30 50 per page
1
2 3 4 5
201005