python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Can one namespace with compromised log4j versions deployed "infect" an entire Kubernetes cluster?
I am dealing with a fairly simple question.
Assume we have a Kubernetes cluster and several namespaces (say, default, monitoring, A, B, C). These namespaces are logically separated from one another vi...
tobias
Votes: 0
Answers: 1
Do I need to/How to free wstring, wstringstream, vector
Here is my working code. Do I need to clear or free wstring, wstringstream, vector in the func()? If so, how? I see there is a .clear() function for the vector and wstring and wstream.
This sample pro...
JeffR
Votes: 0
Answers: 1
Why doesn't the vscode-cpptools extension provide intellisense for namespaced declarations inside macro definitions?
I am using VS Code. All the following description happens on VS Code env.
I got one header with namespace "Loki" defined which is called "Typelist.h"
I am trying to use a struct in...
Edee
Votes: 0
Answers: 1
Pass a module to a called function in python
I have the following problem:
Suppose I have a file function.py that contains:
def get_mean(nums):
return np.mean([nums])
and the file launcher.py that contains:
from function import get_mean
me...
kivid
Votes: 0
Answers: 2