Oxan van Leeuwen

Results 69 comments of Oxan van Leeuwen

@syteknet-core I don't think so. This is still reproducible if you annotate the findBy method with the correct return type, and PhpStorm does show the correct return type for the...

There's still some substitutions remaining, looks good otherwise.

Actually, is there any reason you moved the config block for the NTC sensor?

Fair enough, that makes sense.

Hmm, this is unfortunate but I don't immediately see how we can fix this. We need the empty sentinel values to distinguish between fields that aren't supplied and fields that...

I'm a bit torn on this. On one hand I like typechecking and it'd be nice to have that done in CI, but on the other hand I think type...

The library is still maintained. As for this pull request, I'd still like to make the project mypy-clean, but it's fairly low priority and I don't want to reduce readability...

FYI I've started the `mypy` branch to (finally) get mypy checking integrated in the CI, but it doesn't pass cleanly yet and I'll probably merge (parts of) this branch into...

The `data` parameter is for serialized data (i.e. lists and dicts) that should be deserialized, the `instance` parameter is for deserialized data (i.e. dataclass instances) that should be serialized. See...