-
Version: 2.2.0
**Overview**
Type#getTypeArguments()
returns first subclass as instance of TypeParameter
At least when it was got as ClassDeclaration#getExtends().getType()
**Sampe **
```…
-
We should add an intuitive high-level API for native transfers, such that you can write indexing functions that fire when a specific account (or list of accounts specified by a factory) sends or recei…
-
**Bug Report**
If I have a generic parent class, and I have a child class inheriting from a concrete version of the parent class, then I cannot type-narrow from the generic parent class to the chil…
-
I'd suggest to remove the log module.
It isn't cross platform compatible, has the lowest JSR score of all `@std` packages with 88%, and is still unstable. The API has not evolved since originally p…
-
**API Platform version(s) affected**: 3.1.2
**Description**
If an identifier named something different that `$id` is used, a second identifier named `$id` is automatically created.
**How to r…
-
I was trying to create a helper widget that would:
1) Push a scope with dependencies that will be used from now on
2) Automatically initialize dependencies that require async (or not) initializati…
-
The following _TypeError was thrown building ConditionalRouteWidget(dirty, dependencies: [InheritedResponsiveBreakpoints, _ModalScopeStatus]):
type 'Null' is not a subtype of type 'double' in type ca…
-
I am trying to use `INotifyPropertyChanged` to detect when a property value has changed. For non-collection type property, this works fine but for anything that's exposed as List or IEnumerable, it se…
-
Hello,
I get the following error:
```
Traceback (most recent call last):
File "./main.py", line 27, in
res = client.enrol(
^^^^^^^^^^^^^
File "/home/jonas/.local/lib/python…
-
### Describe the bug
# Version
- Blade Runner Version: 12.0.1
# :triangular_flag_on_post: Context
I am a module dev. I inject html into the tile config similar to the module Monk's Active Tiles…