augray

Results 105 issues of augray

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...

documentation

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...

bug
types

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...

bug
types
reliability

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...

ui

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...

good first issue
ui

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...

enhancement
ui
types
usability

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."...

tech debt
housekeeping
types

#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...

documentation
usability

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....

housekeeping
ci