jpeirson

Results 5 issues of jpeirson

Adds support for `*-of-type` pseudo-classes: - `first-of-type` - `last-of-type` - `nth-of-type(n)` - `nth-last-of-type(n)` - `only-of-type`

## Pull request type Check the type of change your PR introduces: - [ ] Bugfix - [x] Feature - [ ] Code style update (formatting, renaming) - [ ]...

Simply modify the FodyWeavers.xml file with a couple of attributes to enable this behavior, e.g.: ```xml ``` See also updated section in `README.md`.

# Description Somewhere inside of `agent.print_response()`, a tool is being called without `await`ing it. As a result, the returned `Message` dataclass is invalid. The behavior for `agent.aprint_response()` works fine. I'm...

bug

**Describe the bug** While `[MappingSource]` and `[MappingDefaultValue]` can be applied to record constructor params, the `[MappingOptional]` cannot. Is this intentional? Even its XML docs seem to suggest it was meant...

bug