-
Hello,
I checked pgbouncer with PVS Stutio (linux build).
Common problems:
- you do not check result of malloc/strdup
- some expression can be simplified
- in 008 code must be corrected
In…
-
I'm looking for a way to add NFS mount options to the created PVs. Specifically
```
spec:
mountOptions:
- sync
```
I've tested it manually by editing the PV created by nfs-subdir-extern…
-
### Tested versions
https://github.com/godotengine/godot/releases/tag/4.2.2-stable
### System information
.
### Issue description
I found some bugs in the code using the PVS-Studio analyzer and …
-
PV matches the expected result
```
qbn5/k1PK1P1p/p5np/Pp5p/5P1p/2p4p/Q7/8 w - - bm #103; I assume the PV is; a2f2 a7b7 f2f3 b7a7 f3e3 a7b7 e3e4 b7a7 e4d4 a7b7 d4d5 b7a7 d5c5 a7b7 f4f5 g6f8 d7d8 h3h2…
-
### What happened?
I'm running a kubeadm cluster on RHEL9 VMs. I was encountering the panic "integer divide by zero" [issue ](https://github.com/kubernetes/kubernetes/issues/124930) so I just upgra…
-
I have noticed that after draining a node, the Released `PV`s with `ReclaimPolicy` set to `Delete` never get deleted. When running `kubectl describe pv `, I can see the following:
```
Name: …
-
### Discussed in https://github.com/sasaki77/archiverappliance-datasource/discussions/155
Originally posted by **LowriJenkins** August 23, 2023
Is there a way to make use of the severity of th…
-
## Current Behavior
Currently fetching some string PVs returns non-string data
## Expected Behavior
If we request a string we should get a string
## Context / environment
Playing around with …
-
Hi,
Thank you for providing the package.
I have noticed that nnUNet-PVS failed in identifying / segmenting PVS with around 5% failure rate out of 800 T1W images that I have ran so far.
Do you …
-
There's plenty to do here.
My only issue is avoiding duplicating most of the code.
I suspect I can do it via template arguments, but char[] template parameters are new/not available (C++20? 23?)…