-
Parent issue: #29
To support modern mods CE needs hook scripts implementation. To get started with them there needs to be some basic structure.
I recommend to study sfall code and use the same b…
-
by **Snyh1010**:
1. What is a short input program that triggers the error?
package main
//#cgo CFLAGS: -Werror=unused-variable
//void test(){}
import "C"
func main() {
C.test()
}
…
-
In Flutter 3.22, [we've formally instructed users](https://docs.flutter.dev/release/breaking-changes/android-surface-plugins) to stop using the `{create|register}SurfaceTexture` family of APIs and ins…
-
I'm using Arch Linux on KDE Plasma 6.2 and I get this error while trying to apply the update which Discover is asking me to perform, and the same error appears once I try to use the CLI to update the …
-
### Check for existing issues
- [X] Completed
### Describe the feature
Currently, when the code is commented-out, the portion of the code gets grayed out - as in any browser.
What I would …
krstp updated
2 months ago
-
Hi, this project looks very interesting! Just wondering if it's only meant to work on Rails/Phoenix code?
I generated tags using universal-ctags on C# and Python projects but `unused` doesn't seem to…
-
Hi,
Thanks for such a good research and well organized code!
I have one question about alt_cuda_corr implementation.
In the code, alt_cuda_corr is used as `alt_cuda_corr.forward(fmap1,fmap2,coord…
-
To make the repository more presentable, there's a few things we can do to clean it up.
### Todo list:
- [ ] Remove unnecessary and unused commented pieces of code
- [ ] Create consistent forma…
-
```py
# type: ignore
```
```
👉 mypy test.py --disable-error-code unused-ignore
test.py:1:1 error: unused "type: ignore" comment [unused-ignore]
```
You have to supply `--no-warn-unused-ignor…
-
This rule could've caught an issue in pywin32 (https://github.com/mhammond/pywin32/pull/2416). I think it's a valid rule to enforce on runtime files to prevent incorrect expectations.
MRE:
```…