Newest Questions
24,182,956 questions
0
votes
1
answer
7
views
Array FILTER/TRANSFORM lambda using index
Snowflake supports higher order functions like FILTER or TRANSFORM.
A lambda expression that defines the filter condition on each array element.
The lambda expression must have only one argument ...
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 "
-1
votes
0
answers
13
views
Which programming language or topic should I study now (2026) or should i study other topics? [closed]
I’m currently unsure which programming language or computer science topic I should focus on. There are many options, and I don’t know where to begin. Any guidance or recommended learning paths would ...
-2
votes
0
answers
11
views
AI BOT Calculations [closed]
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
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 ...
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
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 ...
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
29
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
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....
0
votes
0
answers
21
views
php8.3.29 Ubuntu 24.04 can't install bcmath [closed]
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
26
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....