-
```
It seems like the type "Tag" is currently not really not useful to anybody
using DKPro Core. It seems to be related to a TSurgeon component that is
currently not shipped with DKPro Core GPL. Eve…
-
```
It seems like the type "Tag" is currently not really not useful to anybody
using DKPro Core. It seems to be related to a TSurgeon component that is
currently not shipped with DKPro Core GPL. Eve…
-
```
It seems like the type "Tag" is currently not really not useful to anybody
using DKPro Core. It seems to be related to a TSurgeon component that is
currently not shipped with DKPro Core GPL. Eve…
-
Like **noconvert** with **fake** class, `as __nocheck__` is required for some features that browsers do not implement objects correctly.
For example, some versions of Chrome support drag event, givin…
-
We should verify that the signature of `__new__` is compatible with the signature of `__init__`, and that the return type is not arbitrary.
-
Here's a problem with (anonymous) union types, given the following:
```
f x = (x "ABC", x 123)
```
what is the type?
keean updated
8 years ago
-
With TS, type guards can not be applied at runtime for optional config values. Thus when values of incorrect types are provided in `runtime-config.json`, the app does not work as expected.
**Sugge…
-
### What happens?
When copying the schema structure of one table to another it does not copy the entire schema structure as expected. See [CREATE TABLE](https://duckdb.org/docs/sql/statements/creat…
-
Would it possible to do so that when `@async` is used with a function, its type is change, so if `@await` is not used when calling the function type checking would fail?
Example
```
@async func…
-
Currently we don't do much checking on values, bounds etc. for matrices.
- [ ] check symmetry
- [ ] disallow incorrect numbers of values (too many/few)
- [ ] don't allow non-character input to la…