Rhiyo

Results 4 issues of Rhiyo

I noticed the home page side bar was repositioning items slightly when I moved from the home page to others. I had trouble finding the issue but realized it was...

Navigate between the index page and any other page: https://anatole-demo.netlify.app/ Watch the profile picture and description on the right, they will slightly change places. It seems, for whatever reason, the...

bug

## Summary & Motivation I noticed the docs of the backfill page for single runs are out of date with 1.8 based on the changes here: https://github.com/dagster-io/dagster/pull/21259 Starting this PR...

area: docs

### Dagster version 1.8.3 ### What's the issue? Using this example code: ``` partitions_def = MultiPartitionsDefinition( { "date": DailyPartitionsDefinition(start_date="2024-08-20"), "static": StaticPartitionsDefinition( ["partition1", "partition2", "partition3"] ), } ) @asset( partitions_def=partitions_def, backfill_policy=BackfillPolicy.single_run(),...

type: bug