augray
augray
Addresses #218
The server should be upgraded before the clients. If the server is being upgraded such that it no longer supports people’s client version, there will need to be a maintenance...
When `do_something()` is a non-inline Sematic func in the example below, the root func is marked as resolved, but there is an error attached to it and `do_something()` never gets...
If the root run is NOT inline, and it returns an output which is not valid for the expected output type, the run can still be marked successful, but the...
This can be useful for people looking at a run, to know whether to expect logs or whether they should be worried about an execution stopping part of the way...
Right now enums just show up in the UI as a string of the value name. It would be nice if they showed up as a styled UI "pill" or...
This would be a convenient way to support cases where people are already passing around json-like objects with keys that map to known value types. It differs from standard typing.Dict...
There are a lot of checks when looking up registered functions along the lines of "if I didn't find this registered, and it's a dataclass/enum, check the key for dataclass/enum."...
#159 adds "retry" support. We need to document this! One behavior users might find particularly confusing is that if a child function fails with an error for which the parent...
Right now you have to have a virtual environment set up to run black/pylint/isort. It would be much better if there was a bazel command you could execute for this....