Results 16 comments of Shruti Singh

Hi! I would like to work on this issue. My plan: - Add a new subsection to `src/content/learn/describing-the-ui.md` called "How React Handles HTML Attributes". - Document the differences between HTML...

> Hi! I would like to work on this issue. > > My plan: > > * Add a new subsection to `src/content/learn/describing-the-ui.md` > called "How React Handles HTML Attributes"....

Hey, I’d like to pick this issue up. I tested the example on both a real phone and DevTools. On an actual device the brush works fine, but in DevTools...

@jroachgolf84 Hi - could you please review #58969 when you have a moment? Thanks!

Hi reviewers - this PR adds runnable pytest examples for operator unit tests and a tiny DummySuccessOperator used only for examples. I fixed all static checks (license headers, ruff formatting)...

@jroachgolf84 Thanks for pointing that out! The placeholder comments were left in by mistake during an earlier draft. I’ve now replaced all placeholders with the full runnable pytest examples, including...

Thanks for the clarification! You're right - adding a top-level `tests/` directory would definitely be confusing in the Airflow repo. I’ll remove the test files from the repository and include...

Hi , thanks for the feedback! I've removed the top-level tests/ directory and moved all pytest examples directly into the documentation, as suggested. The docs now include complete runnable examples...

Hi @jroachgolf84, The options file was created locally by my environment and was committed accidentally. It isn't required for this PR and shouldn't be part of the repository. I've removed...

Hi @jroachgolf84, thanks for pointing that out - I've now completely removed the stray options file and restored .gitignore to its original state. The PR is updated accordingly. Let me...