Priyank Chodisetti
Priyank Chodisetti
Hey @dureuill, @Kerollmops - Here's the PR with the fix. It was run against the repro test case and it fixes it. Looking forward to the feedback so the tool...
@cagataycivici @razilein Raised a PR that address the a11y issues. To be transaparent, I'm building a tool to resolve a11y issues and used the tool to create the PR. I've...
@guacs I've generated a patch along with a repro test case to verify patch. Like you mentioned in the issue, avoiding new Random instance fixed it. Happy to raise a...
@guacs I was working on another PR and thought I would just go ahead and create a PR to save you some work. I've created the PR against my fork.
@Rub1kCube addressed the comments. please take a look when you have a moment.
@adhtruong Fixed the failing tests. I found that that Pydantic v1 doesn't handle annotation constraints the same way as Pydantic v2 which is leading to test failures. v1 requires explicit...
cc @cagataycivici @razilein
Hey - I was looking at this issue out of curiosity. If the desired behavior is for `Child` component to not include any default events, but `GrandChild` need to have...
I was able to reproduce this bug and did some investigation. The issue occurs due to an infinite recursion during JSON serialization. Here's how it happens: 1. When `fail_plan` is...