Dylan Hughes

Results 10 issues of Dylan Hughes

It would be helpful if a `Lottie` component emitted a `complete` event when the animation completed a loop

## Description From the Task Run table on the Flow Run page, it's possible to search for the name of a particular task run and get a list. However, the...

**Why** It would be cool if the Flow Run page made a "ding" sound when the run entered a finished state **What** * [ ] **Notes**

enhancement
Consider for Orion

👋 Hey CS! I would love to see/help with a terraform setup for deploying a "production-ready" Orion instance now that we have a [basic k8s setup](https://orion-docs.prefect.io/tutorials/kubernetes-flow-runner/). As a consumer of...

### Overview This PR adds a new type of artifact: the progress artifact. This artifact can be used to indicate the status of a longer-running process inside a task run....

enhancement

### Example ```python from prefect.artifacts import ( create_image_artifact, ) def create_image(): # Do something to create an image and upload to a url image_url = "https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExZmQydzBjOHQ2M3BhdWJ4M3V1MGtoZGxuNmloeGh6b2dvaHhpaHg0eSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/3KC2jD2QcBOSc/giphy.gif" artifact_id = create_image_artifact( image_url=image_url,...

maintenance

### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar request and didn't find it. -...

enhancement
feature
api
3.x

It would be cool if we could pass a prop to PAccordion so that it is initially rendered in an open state. It could be useful to have an "open"...

Closes #14529 ### Checklist - [x] This pull request references any related issue by including "closes ``" - If no issue exists and your change is not a small fix,...

enhancement
feature
api
3.x
migration