Newest Questions
24,182,956 questions
Best practices
0
votes
1
replies
9
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
20
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}) ...
0
votes
0
answers
15
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 ...
-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
...
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 ...
-3
votes
0
answers
29
views
RBAC in spring security integrated with keycloak [closed]
Looking for best practices to implement RBAC in spring security within keyclock integration.
0
votes
0
answers
23
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 ...
-6
votes
0
answers
29
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 ...
-1
votes
1
answer
24
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 ...
0
votes
0
answers
36
views
TcpStream 'misses' packets if it is not polled frequently enough
I have been facing an issue in Rust with processing TCP packets from a system in Bevy (a game engine based on an entity component system).
The TCP packets in a TcpStream (but NOT in a TcpListener) ...
-1
votes
0
answers
35
views
How do I troubleshoot the error: "__env__.fill is not a function" in ProcessingJS [closed]
I am stuck on this error when making a platformer 2 player:
__env__.fill is not a function
I simply added 1 after each instance of the word player.
I was going to then duplicate them and add 2 at the ...
Advice
0
votes
8
replies
49
views
PHP Variable Naming
If I have several variables that are only differentiated by a numerical value within the variable name, is there a way to make the numerical value a variable itself and then pass that value to another ...
1
vote
0
answers
25
views
MUI DatePicker border color won’t change on focus despite using sx and !important
I’m trying to change the border color of a MUI DatePicker component, including its focused state. I’ve tried targeting the fieldset inside MuiOutlinedInput-root with sx, even adding !important, but ...
0
votes
0
answers
38
views
TextFSM parsing column-aligned CLI output where optional columns shift due to variable whitespace
I'm trying to parse output where the records are aligned via variable white space. Here is the output in question:
VLAN Table
VLAN VLAN Name Type Secure eth0 eth1 eth2 ...