tscurtu

Results 26 issues of tscurtu

CLI commands sometimes perform file operations. When ran by Bazel, the cwd is changed to the bazel runtime dir, so relative file paths don't work as intended, and we end...

good first issue
cli
housekeeping
ci

In Python 3.10 only `sematic.types` is being imported instead of the standard `types` library when executing `import types` from anywhere inside the codebase: ``` ~/sematic$ python3.9 sematic/versions.py 0.27.0 ~/sematic$ ~/sematic$...

bug
types
usability
compatibility

Currently when clicking the "Expand all" (and "Collapse all", but logically moot) button in an Artifact panel, only the immediate artifact's rendering is expanded. If that Artifact's fields are also...

enhancement
good first issue
ui
usability

When we have more Run box elements than fit in the diagram's max size, they are render on top of each other:

bug
good first issue
ui

A failing retry Run is displayed as failed in the Dashboard, but is considered successful by the pipeline. Apparently, the Dashboard displays a different Run job than the final, successful...

bug
ui
observability
db

Reproduction: Launch a pipeline with a Run that is supposed to print more than one page in the logs. Click to the Run's Logs panel, and click the "jump to...

bug
ui
usability

On a fresh install or after a DB wipe, the homepage is esthetically unpleasant and does not provide clarifications to an unfamiliar user:

ui
usability

In the Runs and Pipeline Runs panels, on the Tag column, the most recent Run / Pipeline Run's tags are always displayed, even if individual Runs might have different sets...

enhancement
ui
usability

The new version of the Dashboard does not auto-refresh the available pipeline runs in the history drop-down. ## Actual behavior When submitting a new pipeline run, the new run toast...

bug
ui

When decorating a function with `@sematic.func`, it is wrapped in a function that when invoked returns a `Future` bound to the passed parameters. This return instance type clashes with the...

types
usability