Aaron Siegel

Results 18 issues of Aaron Siegel

Implements a new way of computing insets for diagonal geometry ("Minkowski complement"). Thanks to Bram Cohen for suggesting this method.

### Description of the bug According to issue https://github.com/mkdocstrings/mkdocstrings/issues/308, `mkdocstrings` supports methods with the `@overload` decorator since version 1.6.2.1.5.0. However, when I run `mkdocs` on my project, I get spurious...

feature

Initial implementation of Label Studio integration.

This change is [](https://reviewable.io/reviews/pixeltable/pixeltable/94)

Introduces custom type hints (`pxt.String`, `pxt.Array`, `pxt.Video`, etc.) for all Pixeltable types. The custom type hints are usable in both UDFs and schema definitions. UDFs can now be driven entirely...

Type-checking correctness for `pixeltable.func`, `pixeltable.index`, `pixeltable.io`, `pixeltable.iterators`, `pixeltable.metadata`, and `pixeltable.util`. This leaves only `exec`, `exprs`, and `tool` unchecked.