Newest Questions
24,182,947 questions
0
votes
0
answers
2
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
13
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
28
views
PHP add, delete
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
14
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 ...
0
votes
1
answer
11
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 is true https://stackoverflow.com/posts/27577345/edit
but I have developed a workaround.
Best practices
0
votes
1
replies
6
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 ...
-1
votes
0
answers
10
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)
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}) ...
0
votes
0
answers
8
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 ...
-1
votes
0
answers
18
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
...
Best practices
0
votes
0
replies
9
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 ...
-2
votes
0
answers
27
views
RBAC in spring security integrated with keycloak
Looking for best practices to implement RBAC in spring security within keyclock integration.
0
votes
0
answers
20
views
How to safely pass training argument to Keras layers in a dynamic list when I don’t know if each layer supports it?
I am building a custom Keras layer that consists of a list of sub-layers, but I don’t know ahead of time which layers accept a training argument (e.g., BatchNormalization does, ReLU does not).
Here’s ...
-3
votes
0
answers
25
views
house 162, Cold Lake First Nations [closed]
https://maps.app.goo.gl/jCD1iTQhb4QEPEp56?g_st=a
this location is not showing up on any other device's google maps, except my own, i am the location creator. but it does show up when i share it, but ...
0
votes
0
answers
15
views
React 19 Boiler plating
I am trying to create a custom boilerplate, For the routing part i am planning to use react-router. So for that I am confused whether I want to use declarative mode or data mode.
Please suggest which ...