Rhiyo

Results 16 comments of Rhiyo

Sorry to bother @itaseskii, is there any progress on this? I noticed the PR is done and ready for review but it's failed some of it's CICD tests

I think I might be having the same issue, but I'm not sure how to get a log dump. Any game I run through gamescope will crash 4 out of...

Actually - it's not just what I mentioned. If you look at the top navbar and all of it's contents they also move slightly to the right. I don't think...

Found the issue and made a PR: https://github.com/lxndrblz/anatole/pull/487

@y4my4my4m any update on this? Does it just work on Plasma 6 if you have HDR enabled or would there need to be specific work done to the shader? I...

Let me know if you need a tester

@garethbrickman I was going to leave it as this but I think there is a lot more useful information that could be added and better code examples. I'll attempt to...

It seems quite similar to #18852 but I am unsure if it's the same issue.

Found the problem. When you make a backfill [_build_run_requests_with_backfill_policy](https://github.com/dagster-io/dagster/blob/00fc9fcd5baa327f5bc9335d0f2bed9d758d437d/python_modules/dagster/dagster/_core/definitions/asset_daemon_context.py#L358C5-L358C45) is called. This calls [get_partition_key_ranges](https://github.com/dagster-io/dagster/blob/00fc9fcd5baa327f5bc9335d0f2bed9d758d437d/python_modules/dagster/dagster/_core/definitions/partition.py#L1113) and spawns a job run for each range, regardless of the backfill policy being single_run or...

I've tried to resolve this here: https://github.com/sodadata/soda-core/pull/2220