KotlinIsland
KotlinIsland
It would be good if a confirmation message like: `poetry version '1.1.12' already installed in '', would you like to overwrite it with version '1.2.0a2'? [yn]`
Life support moment as of mypy 1.3
@DetachHead is that #402?
schema_salad (https://github.com/common-workflow-language/schema_salad) ```diff - schema_salad/jsonld_context.py:64:24: error: Expression has type "Any" [no-any-expr] + schema_salad/jsonld_context.py:64:24: error: "(SupportsIndex | slice) -> str & (Any) -> Any" not callable [operator] + schema_salad/jsonld_context.py:65:29: error: "(SupportsIndex...
``` schema_salad\schema.py:426:30: error: "(SupportsIndex | slice) -> str & (Any) -> Any" not callable [operator] anon_name += field["name"] ^~~~~~~~~~~~~ ```
```diff alectryon (https://github.com/cpitclaudel/alectryon) - alectryon/json.py:405:18: error: Expression type contains "Any" (has type "Untyped | (Any (unannotated), Any (unannotated))") [no-any-expr] + alectryon/json.py:405:18: error: Expression type contains "Any" (has type "Any (unannotated)...
The implicit `return` is defs not good. ```py def foo() -> str | None: if bool(): return "hi!" else: print("taking other path") # oops, I forgot to return a str...
If this code isn't even here anymore, is the issue still valid?
@detachhead Now you just need to publish it for Python, Java and .NET 🤣
@mxschmitt The process for selector engine developers seems highly redundant? Could there be some kind of functionality where an `npm` package can be used in the different language targets, so...