-
I was wondering if there is any interest in specifying the types of each response instead of just using `Any`. The types could be taken from the official API written in Typescript. I looked through #9…
guacs updated
2 weeks ago
-
Cc:
Hi
### Pain
The restrictive input format requirements cause users to be frustrated when trying to submit complex, multi-part coding assignments. Users face issues when the codes …
-
Here is a minimum-reproducible code:
```python3
class _Spec:
data = Checker([LIST_OF], LIST_OF=Optional[str])
validate_data_spec({'data': ['str', None]}, _Spec)
# TypeError: field: _Spec.…
-
## Summary
I don't know if this is a known behaviour or a bug, but something that's worth highlighting at least.
ForwardRef components are not deprecated, but they're not perfectly backwards com…
-
```
What steps will reproduce the problem?
1. Update thunderbird to 5.0
2. Thunderbird 5.0 says that nagios plugin is incompatiple
What is the expected output? What do you see instead?
What version…
-
```
The type checker manual says: "... object creation expressions (using new) are
never considered @Interned unless they are annotated as such, as in
@Interned Double internedDoubleZero = new @Inter…
-
```
What steps will reproduce the problem?
1. Run the Null Checker on the class below
import java.util.HashMap;
import java.util.Map;
import org.checkerframework.checker.nullness.qual.EnsuresNonNull;…
-
Hello! I've been working on adding LSP support to nvim and encountered a few issues:
1. The LSP is sending `_onDiagnostics` instead of the expected `textDocument/publishDiagnostics`.
2. The LSP do…
-
The plugin currently seems hard-coded to use version 2.4.0 of the Checker Framework. Many bugs have been fixed, and features added, since then.
Please provide a configuration setting that I can us…
-
detected at https://github.com/checkstyle/checkstyle/pull/14856/files#r1597531069
I have read check documentation: https://checkstyle.org/checks/coding/unnecessaryparentheses.html#UnnecessaryParent…