tidbyt / pixlet

Build apps for pixel-based displays ✨
https://tidbyt.com
Apache License 2.0
756 stars 107 forks source link

schema: Allow handlers to be in separate files #1074

Closed rohansingh closed 4 months ago

rohansingh commented 4 months ago

Allow handler functions for schema fields to be imported from different files. Previously we were referencing handler functions by the function name.

Now we hold onto the Starlark reference so we can always find the function, even if it's imported from a different file.