Results 15 issues of Spencer Brown

### Description of the feature For each corridor, add the ability to define dropdowns, which allow picking from fixed options to set a fixup. These would either be defined individually...

New Feature
Done in next release
Priority: Low

Sendificators should have some special behaviour when dealing with out-of-bounds locations (exit corridors, obs rooms). Add a new `SendificatorOOB` result, which is given an AABB for the room and a...

Bug
Enhancement
Portal 1
Done in next release

This adds type hints to all definitions in the package, as well as the tests. It passes mypy's strict mode, with some caveats: * `_exceptions` will break if you use...

For smooth movement, it'd be useful to be able to place only a few points, then have the postcompiler generate `path_track` entities in between these smoothly following the pattern.

enhancement

**Bug Report** Mypy is inferring a `Never` in a bit of a complicated setup involving `TypeVarTuple`, `__call__` protocols and a regular `TypeVar`. If an annotated assignment is present it is...

bug
topic-pep-646