Newest Questions
24,161,526 questions
0
votes
0
answers
2
views
Migrating to: payara 7.2026.4 & get: java.lang.NoClassDefFoundError: org/jsoup/nodes/Element
Migrating an existing Application which runs on:
WildFly Distribution - 39.0.1
Mojarra 4.0.13
Undertow 2.3.23.Final
Jakarta EE 11.0.0
Jakarta Faces 4.1.6
Gradle 9.4.1
to:
payara 7.2026.4
...
0
votes
0
answers
5
views
Azure Pipelines don't skip subsequent jobs even if previous job was skipped
I tried googling and asking AI but can't seem to figure out the following.
I have a pipeline that goes Build -> Detect IaC changes -> IaC -> Deploy Dev/Test. Where IaC (Infrastructure as Code)...
Advice
0
votes
0
replies
2
views
ZeroID: Identity Infrastructure for Autonomous AI Agents
Building Autonomous AI agents is getting easier
Knowing which agent did what, on whose authority, and with what permissions is still messy.
We’ve been working on ZeroID, an open-source identity layer ...
0
votes
0
answers
12
views
Spy signal does not exist according to Questa, eventhough I can "examine" it
I am simulating a VHDL test-bench and spying on a signal (a std_logic_vector) representing the state of an FSM buried in my design (entirely in VHDL as well). Compilation went smoothly, no warning, no ...
-2
votes
0
answers
21
views
Does my keyboard have a hardware or software problem? [closed]
I'm struggling to type this, because my keyboard has a very strange behavior since the last few weeks, though it's not especially old (less than 2 years). I'd like to know if this is a hardware or a ...
0
votes
0
answers
19
views
Angular Material: "'imports' must be an array of components, directives, pipes, or NgModules"
I'm following the Angular Material documentation. https://material.angular.dev/guide/getting-started
When using MatSlideToggle in a standalone component I get this error:
'imports' must be an array ...
Advice
0
votes
0
replies
17
views
Changing Sizes on px.scatter
I'm new to programming and I wanted a map where the capital cities were bigger than the ones that are not. I did this but it only returns me the capitals. What am I doing wrong?
enter image ...
Best practices
0
votes
1
replies
26
views
What is THE way of dealing with integer kinds in Fortan?
I am puzzled by all the possibilities. After some research it appeared to me that in the end the best thing is to declare integers without an explicit kind, since the default kind is essentially ...
0
votes
0
answers
28
views
How do Saviynt runbooks and automation workflows work in real-world scenarios?
I’m currently exploring Saviynt Identity Cloud and trying to understand how its runbooks and automation capabilities are implemented in real-world environments.
From the documentation, I understand ...
0
votes
0
answers
15
views
Android Studio Panda 3 syntetic code shown in editor. How to disable?
In Android Studio Panda 3, synthetic code is shown in the editor, which is not present there if I use the @Serializable annotation. How can I prevent editor from showing such code?
The class without ...
Advice
0
votes
0
replies
36
views
How can I write a regex that can find passwords in texts and binary data?
I want to write a regular expression that detects passwords in texts and binary data, so that I can flag files that contain potential secrets.
The rule for a password should be something like:
The ...
0
votes
2
answers
29
views
How to change colors of shapes based on 6 different possible cell values when the cells are in a 8x12 table?
I am trying to create an image made up of shapes in excel of a 96-well plate where the color of each well in the image changes based on the result selected in an 8x12 cell table (B2:M9). There are 6 ...
0
votes
0
answers
10
views
RKE2/Canal/ServiceLB -- How to communicate with a deployed service [closed]
New to RKE2 and in an on-prem, high-security environment running on RHEL8.10 VMs.
The last time I ran an on-prem cluster, we were using OOTB K8s w/Flannel CNI and we configured our services for type: ...
0
votes
0
answers
21
views
SchemaCrawler Executable pass "--command=details"
Pass command-line argument to schemacrawler programmatically
The example is quite short and didnt answered my question.
Using SchemaCrawlerOptions with LimitOption, LoadOptions
A DiagramOptionsBuilder ...
0
votes
0
answers
34
views
In a single batch file running on Windows Cmd, how to display both stdin and sdout at the screen and in a text file?
I run a single batch "mybatch.bat" file containing several echo and other commands like del and copy, running in Windows Cmd, how can I make it displays both stdout and stderr simultaneously*...