Eric McDonald
Eric McDonald
@brentyi : I just added the enum values case for literal lists that I forgot earlier. Should be good to go.
No worries, @brentyi . Life (Ph.D. theses, etc...) comes first. I've been using a fork of your repo with my patch, so I'm not blocked. I am going to file...
The changes seem good to me, @brentyi . I actually introduced the classes to make things a bit more self-contained so that we weren't working with two or three different...
Sure thing. I'm not big into Windows either, but I try to support the platform since there a lot of people who use it. Ideally, the issue would be fixed...
[terminal-detection.py](https://github.com/user-attachments/files/22455903/terminal-detection.py) @brentyi : Claude made me a little terminal / charset encoding detection script (attached). When I run it under Git Bash on Windows, I see: ```text $ python terminal-detection.py...
Awesome; thank you! I left a comment in the PR about how you could extend the matrix strategy in the [pytest](https://github.com/brentyi/tyro/blob/main/.github/workflows/pytest.yml) workflow to include `windows-latest` runners. In my projects, I...
Maybe the server is dying for another reason and the invalid command is a red herring. However, my understanding is that Tornado 6 is `asyncio`-based and that Panel/Bokeh use the...
Tried the reproducer in a native Linux environment and it seems that the server is dying silently. The browser tab will actually open without problem but it points to empty...
> > This opens the way for sharing documentation between a generated CLI and generated documentation without duplication of effort. > > To clarify, isn't this already possible? Since we...
> Thanks for proposing this enchancement, [@emcd](https://github.com/emcd)! 👍 And sorry for the delayed reply! 🫣 No worries, @sisp . It is the nature of open source... I've experienced delays far...