-
### Bug description
```python
import signal
import sys
def handle_signal():
signal.signal(signal.SIGINT, lambda sig, frame: [print("Aborted using CTRL+C"), sys.exit(1)])
print("Signal …
-
I have a python model that contains rest endpoint queries defined as multi-line strings, i.e.
```
query = """
query ...
"""
```
`ruff` is reporting `E101 Indentation contains mixed …
-
Slicing an array seems to confuse analysis:
```
package main
func main() {}
func Process(maxlen int) []byte {
var buf [64]byte
answer := buf[:0]
for i := 0; i < maxlen; i++ {
answ…
-
The extension doesn't seem to recognise some of the correct syntax as valid.
![obraz](https://github.com/Epacik/8051-ASM-Plugin/assets/39012456/012c9b78-33af-45c9-b7a1-4e46f4456075)
-
Very similar to #7886 for `XmsClientName`, but this is for `XmsClientNameParameter`. It is the same paths, except it is for `x-ms-client-name`.
The errors look like:
```
{"pluginName":"spectral",…
-
I've installed the v2 sensor at my creality K1 (only the motion sensor As there is only one pin available) and I'm getting often false positive errors.
My detection length is 4.5mm and I'm printing P…
-
Server: MC 1.21 PaperMC #107
Version: 1.2.6
Attacking players with the Thorns enchantment can sometimes cause the attacked player to be falsely flagged for KillauraB.
![image](https://github.co…
-
Assuming the most relaxed setup, i.e. the defaults (`accept-comment-above-attribute = true` and `accept-comment-above-statement = true`), `undocumented_unsafe_blocks` seems to have false positives aro…
ojeda updated
4 months ago
-
There look to be 8 false positives for `EventSegmentedPathForPutOperation` in this PR check:
https://github.com/Azure/azure-rest-api-specs/pull/28023/checks?check_run_id=22174134612
It is using Sw…
-
When `retention-in-days` is set using a variable (in my case a map) I get the warning "CloudWatch Without Retention Period Specified"
### Expected Behavior
No warning as retention period is set …