-
### First, confirm
- [X] I have read the [instruction](https://github.com/Gourieff/comfyui-reactor-node/blob/main/README.md) carefully
- [X] I have searched the existing issues
- [X] I have updat…
-
Using checker 3.12.0. I would not expect `f` to still be under initialization when calling `add`. The constructor for the class `Foo` has completed, therefore `f` should be fully initialized.
```…
-
**To Reproduce**
1. Provide a minimal runnable `pandas` example that is not properly checked by the stubs.
```python
from pathlib import Path
import pandas as pd
folder = Path.cwd()
files = …
-
### What version of Racket are you using?
`Welcome to Racket v8.6.0.9 [cs].`
### What program did you run?
This program is ok with normal TR and not okay for shallow, optional, and no-check
…
bennn updated
4 months ago
-
## Current behavior
Changes to ts or d.ts files are not detected after launching webpack dev server ~~(regression of #557)~~
## Expected behavior
Changes to types should be updated dynamically ac…
-
**Describe the bug**
type annotation for Index/MultiIndex.names is incorrect
**To Reproduce**
1. Provide a minimal runnable `pandas` example that is not properly checked by the stubs.
```
…
-
```
The book "Java Concurrency in Practice" defines a @GuardedBy annotation that
serves two distinct purposes. The Checker Framework uses two distinct
annotations for the two purposes. The JCIP an…
-
Hi,
Niiiiiiiiiiiiiiiiiiiiiiice! :100: Thanks for this.
Can you help me to relax the strict type checking? The type checker seems to be running in Strict mode but my code is not ready yet for th…
-
This is similar to part of #1665, so you probably won’t be excited about this either, but here goes…
Bean Validation (version 1 and 2 alike) [allows](http://beanvalidation.org/2.0/spec/#constraints…
-
Usually, the PureScript compiler yells about this code:
```
instance foldableSomething :: Foldable ... where
foldMap = ...
foldl = foldlDefault
foldr = foldrDefault
```
Instead asking…