-
Angular does not currently perform type checking for `@Component` and `@Directive` host bindings. This is a gap in Angular's otherwise robust template type checking system that leaves the door open to…
-
Was having this debate during a submission today. Do y'all have opinions?
My reasoning was to apply the same rationale as runtime vs run-time vs run time: `type check` when `type` is modifying the …
-
# Feature request
Currently an assignment of the form`$this->attribute = $value` narrows the type of `$this->attribute` to the same type as `$value` for the remainder of the method. In most cases, …
-
### I tried this:
```
class A {
f: num;
pub method():num { return 1; }
new() { this.f = 1; }
}
class B extends A {
f: str; // Expected an error here because we're overriding `f` wi…
-
**Is your feature request related to a problem? Please describe.**
I spent a while today investigating why the following template didn't work. The problem ultimately being that the `logAnalytics` re…
-
`pp_check` has the group argument and for most plot type (`type` argument), there is a grouped version. E.g., the default is `dens_overlay` and there is `dens_overlay_grouped`.
Currently, if you ru…
-
assert that the types in characterization_function_dict are int: callable
-
There are a number of mypy type checking errors that are a result from integration with https://github.com/ethereum/py-ssz/tree/main
I spent some time trying to resolve these but it felt like fight…
-
### Reproducible in vscode.dev or in VS Code Desktop?
- [x] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop
### Reproducible in the monaco editor playground?
- [ ] Not repro…
-
According to https://github.com/nextcloud/android-library/blob/a57fce64c1ead1638966bb9c478c6adba1f374a8/library/src/main/java/com/owncloud/android/lib/common/network/WebdavEntry.java#L186-L189
it see…