Eric McDonald

Results 14 issues of Eric McDonald

### Actual Situation I maintain the following in the same repository: * Copier Template: `copier.yaml`, `template/**` * Common Github Workflows: `.github/workflows/xrepo--*.yaml` * Common Documentation: `documentation/common/*.rst` * Project Maintenance Package: `sources/**`...

enhancement

When using `DisallowNone[bool | None]` for boolean fields with `None` defaults, tyro currently generates choice-based syntax (`{True,False}`) instead of the standard boolean flag syntax (`--flag` / `--no-flag`). This creates a...

Although [PEP 661](https://peps.python.org/pep-0661/) has not yet been approved, there has been [recent positive activity](https://discuss.python.org/t/pep-661-sentinel-values/9126/316) around it. And, although #318 shows a possible way to support sentinel values, it does not...

## Environment - Platform (select one): - [x] Anthropic API, others - Claude CLI version: multiple, including 1.0.94; have encountered the issue after the alleged fix in 1.0.84 - Operating...

bug
has repro
area:tools
area:core
oncall