Martina Oefelein

Results 4 issues of Martina Oefelein

**Describe the bug** UDFs are serialized using BinaryFormatter, which is deprecated for security reasons. In environments where `BinaryFormatter` is already disabled, this causes UDFs to fail with a `NotSupportedException`. **To...

bug

Add support for export files from Apple Health, to display tracks e.g. recorded with Apple Watch This requires, and includes my previous PR #46

**Describe the bug** When generating (class) docstrings, special characters such as backslash are not properly escaped. This causes a warning in type checkers such as pyright/Pylance, and may cause a...

enhancement

Lazy-load `rich_utils` (and `rich.traceback`) to reduce import time. Fixes #744 There was some discussion in that issue about using `lazyasd` and `if TYPE_CHECKING:` in order to make the import known...

feature