-
#### For bugs
- Rule Id: SC2016
- My shellcheck version: 0.8.0
- [x] The rule's wiki page does not already cover this (e.g. https://shellcheck.net/wiki/SC2086)
- [x] I tried on https://www.shell…
-
When using basedpyright's `reportShadowedImports` rule in projects compiled with Cython or mypyc, there are recurring false positives where it incorrectly flags project-specific files as overriding st…
-
**Describe the bug**
`console.log(validator.isURL('FAQ.md', {require_valid_protocol: true}))`
Returns true when I believe it should be false?
**Additional context**
Validator.js version: 13.6.0
…
-
### Description
Scancode finds ELv2 in a README that has a MIT reference only. Example:
https://github.com/niklasvh/base64-arraybuffer/archive/refs/tags/v0.1.4.tar.gz
### How To Reproduce
Sc…
-
# Well
```py
class A:
def __init__(self, a: int, **kwargs: object):
super().__init__(**kwargs)
class B:
def __init__(self, b: int, **kwargs: object):
super().__init_…
-
#### For bugs
- [x] The rule's wiki page does not already cover this (e.g. https://shellcheck.net/wiki/SC2086)
- [x] I tried on https://www.shellcheck.net/ and verified that this is still a problem …
-
This looked promising, but unfortunately several antivirus programs pick up `.exe`s compressed with this tool as malware/trojans/malicious/etc. Probably as it was used by malware authors as well. Unfo…
sp00n updated
3 years ago
-
Hey there,
I'm having an issue of having false positive during object detection using my own dataset. Is there any way where I can include background images for training as a method for hard negati…
-
## Description
A segment that has multiple differing PMTs can cause a false positive `illegalMediaSwitch` to occur.
The setup is a muxed stream where each segment contains more than one PMT, where …
-
The parser needs to be updated and tests need to be added to ensure that no false positives are included in the output.
Changes
- [ ] patch the parser
- [ ] add tests/fixtures covering all the …