-
One of the most primary types of test we use to ensure that the library works well is unit testing.
We can't rely on only these tests, as there is a big probability of human errors.
[Fuzz testing]…
-
### This issue respects the following points:
- [X] This is a **bug**, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before crea…
-
Hi
I want install your project when run this command
"vcs-import < fault_tolerant_control/dependencies.yaml"
got this error message :
"Could not determine ref type of version: git@github.com: Pe…
-
Adding two plugins with the same canonical name to `&rtp` breaks Maktaba's plugin detection completely, reporting e.g.
```
Error detected while processing function maktaba#plugin#Detect[2]..maktaba#p…
-
I found that when the certificate expires, chasquid must be restarted to load the new certificate (the local file has been updated).
Is there any way to avoid such restart?
![CleanShot 2024-10-…
-
```js
Object.defineProperty(Array.prototype, "0", {
set: (v) => {
throw new Error("WTF");
},
});
console.log("Test");
```
```
Test
error: Uncaught Error: WTF
throw new Error("…
-
From what I can tell today, Calligraphy is mostly set up to be tolerant of errors in finding fonts. A useful feature for development would be the ability to turn on a strict mode where failure to load…
-
**Disclaimer:** I'm using php-language-server with your VS Code extension, and I'm not 100% sure that it is a language server bug as it could be a problem in the extension. However, since the error is…
-
Hi, I'm a big fan of this software but was wondering if it might make sense to provide the option to threshold based on a false positive rate instead of error rate (similar to what SeqPurge does using…
-
`new static::$classNameA();` is detected as an error.
It reports `';' excepted`.
But `new self::$classNameA();` is ok.
I think `new static::$classNameA();` should not be detected as an error.
…