Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / fastapi/typer issues and pull requests
#808 - ✨ Support cp850 encoding for auto-completion in PowerShell
Pull Request -
State: closed - Opened by svlandeg 10 months ago
Labels: feature, os / windows, p3
#805 - 🔥 Remove unused functionality from `_typing.py` file
Pull Request -
State: closed - Opened by ivantodorovich 10 months ago
- 11 comments
Labels: refactor, p3
#801 - 🐛 Fix sourcing of completion path for Git Bash
Pull Request -
State: closed - Opened by svlandeg 10 months ago
- 1 comment
Labels: bug, os / windows, p2, shell / bash
#800 - ✨ Implement list parsing from string with separators.
Pull Request -
State: open - Opened by libklein 10 months ago
- 23 comments
Labels: feature, p3
#788 - 💄 Unify the width of the Rich console for help and errors
Pull Request -
State: closed - Opened by racinmat 11 months ago
- 4 comments
Labels: feature, p3
#781 - 📝 Update package docs with the latest versions of Typer and Poetry
Pull Request -
State: closed - Opened by kinuax 11 months ago
- 7 comments
Labels: docs, p3
#728 - Update _completion_shared.py
Pull Request -
State: closed - Opened by bufferbit about 1 year ago
Labels: feature, p3
#726 - 🐛 Make sure `rich_markup_mode=None` disables Rich formatting
Pull Request -
State: closed - Opened by liambeguin about 1 year ago
- 5 comments
Labels: bug, p2
#723 - ✨ Support common pydantic types
Pull Request -
State: open - Opened by lachaib about 1 year ago
- 36 comments
Labels: feature, dependencies, p3
#689 - ⬆ [pre-commit.ci] pre-commit autoupdate
Pull Request -
State: closed - Opened by pre-commit-ci[bot] over 1 year ago
Labels: dependencies, internal
#669 - ✨ Add support for Literal type
Pull Request -
State: closed - Opened by pchanial over 1 year ago
- 9 comments
Labels: feature, types, p3
#651 - Unpin flit-core build dependency
Pull Request -
State: closed - Opened by tjni over 1 year ago
- 4 comments
Labels: dependencies, p3
#586 - ✏ Fix spelling (shinny -> shiny)
Pull Request -
State: closed - Opened by runofthemill almost 2 years ago
- 2 comments
#581 - pyproject.toml: use modern PEP 621 flit config
Pull Request -
State: closed - Opened by gotmax23 almost 2 years ago
- 6 comments
Labels: dependencies, p3
#554 - DOC: Documentation of passing multiple values in "option" vs "argument" isn't sufficiently explicit
Issue -
State: open - Opened by corneliusroemer about 2 years ago
- 5 comments
Labels: docs, feature
#548 - 🐛 Fix support for `UnionType` (e.g. `str | None`) with Python 3.11
Pull Request -
State: closed - Opened by jonaslb about 2 years ago
- 14 comments
Labels: bug, types, p2
#545 - light/dark mode switch added
Pull Request -
State: closed - Opened by Alirezaaraby about 2 years ago
- 6 comments
Labels: docs, feature, p3
#533 - Using `some_type | None` syntax for type annotations causes error in python 3.11
Issue -
State: closed - Opened by PhilReinhold about 2 years ago
- 30 comments
Labels: bug
#528 - ✨ Add option to set the width of the Rich exception output
Pull Request -
State: open - Opened by indiVar0508 about 2 years ago
- 24 comments
Labels: feature, p3
#518 - Default value for optional multi-value argument
Issue -
State: open - Opened by mathiazom about 2 years ago
- 5 comments
Labels: question
#506 - Ignoring an argument for typer command
Issue -
State: open - Opened by lvijnck over 2 years ago
- 5 comments
Labels: question, investigate
#505 - Add support for "Exception.add_note(...)" (PEP 678)
Issue -
State: open - Opened by libexpand over 2 years ago
- 2 comments
Labels: feature, investigate
#493 - Boolean typer.Option missing type and default value in --help
Issue -
State: open - Opened by Skyler-Altol over 2 years ago
- 4 comments
Labels: question, investigate
#472 - Using typer.prompt with choices from Enum doesn't display choices
Issue -
State: open - Opened by StFS over 2 years ago
- 5 comments
Labels: question, investigate
#465 - Remove `[default: None]` for arguments and required options
Issue -
State: open - Opened by taranlu-houzz over 2 years ago
- 5 comments
Labels: feature, investigate
#461 - Is support for Union types on the roadmap?
Issue -
State: open - Opened by msarmi9 over 2 years ago
- 10 comments
Labels: question, investigate
#460 - Chaining of commands does not work when add_typer is used
Issue -
State: open - Opened by dhoomakethu over 2 years ago
- 2 comments
Labels: question, investigate
#451 - 🐛 Fix `no_args_is_help` for 0 and 1 command Typer Apps
Pull Request -
State: closed - Opened by jacob-bush-shopify over 2 years ago
- 7 comments
#450 - Unexpected behavior of no_args_is_help with 0 or 1 commands
Issue -
State: closed - Opened by jacob-bush-shopify over 2 years ago
- 2 comments
Labels: question
#447 - Potential bug with new lines in the help output when markdown mode is used
Issue -
State: open - Opened by renardeinside over 2 years ago
- 9 comments
Labels: bug, p2
#436 - ✨ Add docstring automation to get help message to typer objects
Pull Request -
State: closed - Opened by mateusoliveira43 over 2 years ago
- 7 comments
Labels: feature, p3
#429 - ✨ Support typing.Literal in Python 3.8+
Pull Request -
State: open - Opened by blackary over 2 years ago
- 29 comments
Labels: feature, types, p3
#425 - 🚸 Improve assertion error message if a group is not a valid subclass
Pull Request -
State: closed - Opened by chrisburr over 2 years ago
- 2 comments
Labels: feature, p3
#418 - Added dark theme option and auto theme switching
Pull Request -
State: closed - Opened by gbdlin over 2 years ago
- 1 comment
Labels: docs, feature, p3
#413 - 0.5.0: pytest is failing
Issue -
State: closed - Opened by kloczek over 2 years ago
- 17 comments
Labels: feature, investigate
#405 - Need feature to share options or arguments between commands
Issue -
State: open - Opened by allinhtml over 2 years ago
- 16 comments
Labels: question
#387 - Does Typer support Tuples as Multiple Multi Value Options - List[Tuple[str, str]] - like Click does?
Issue -
State: open - Opened by jtfidje almost 3 years ago
- 12 comments
Labels: question, investigate
#385 - Testing Documentation w/ stderr
Issue -
State: open - Opened by euan-cowie almost 3 years ago
- 2 comments
Labels: question
#373 - Allow `--help` even if callback has required options / arguments
Issue -
State: open - Opened by shustinm almost 3 years ago
- 3 comments
Labels: feature
#364 - Testing: runner.invoke reuses 'app' object, causing cached properties to exist when they're not supposed to
Issue -
State: open - Opened by Dymstro almost 3 years ago
- 1 comment
Labels: question
#360 - 🐛 Fix PowerShell completion with incomplete word
Pull Request -
State: closed - Opened by patricksurry almost 3 years ago
- 4 comments
Labels: bug, p2, shell / powershell
#359 - powershell completion fails with partial word because it includes the incomplete word with completed args
Issue -
State: closed - Opened by patricksurry almost 3 years ago
- 1 comment
Labels: question
#355 - Add callable support to `show_default`
Pull Request -
State: closed - Opened by zanieb about 3 years ago
- 4 comments
Labels: bug, feature, types
#347 - Bypass all callbacks, parameter validation when '--help' is requested on any command/subcommand
Issue -
State: open - Opened by Nitinsiwach about 3 years ago
- 3 comments
Labels: feature
#341 - [QUESTION] why replace "_" with "-" in command name?
Issue -
State: open - Opened by bloodynumen about 3 years ago
- 14 comments
Labels: question
#340 - ✨ Async support optionally using anyio
Pull Request -
State: open - Opened by skeletorXVI about 3 years ago
- 13 comments
Labels: feature, p3
#336 - Specifying help for arguments & options in function docstrings
Issue -
State: open - Opened by alexreg over 3 years ago
- 16 comments
Labels: feature, investigate
#334 - typer.Argument with autocompletion
Issue -
State: closed - Opened by mdantonio over 3 years ago
- 10 comments
Labels: bug
#314 - [FEATURE] keyword args instead of only positional args
Issue -
State: closed - Opened by fschlz over 3 years ago
- 5 comments
Labels: feature
#307 - [QUESTION] is there anything like `@app.callback` to do a after-command execution cleanup?
Issue -
State: closed - Opened by prutheus over 3 years ago
- 2 comments
Labels: question
#277 - Windows encoding bugfix
Pull Request -
State: closed - Opened by matejfroebe almost 4 years ago
- 1 comment
Labels: bug, os / windows, p2, shell / powershell
#264 - [FEATURE] Reusable options
Issue -
State: open - Opened by flupke almost 4 years ago
- 2 comments
Labels: feature
#257 - [QUESTION] How to dynamically add commands with typer?
Issue -
State: closed - Opened by ssbarnea almost 4 years ago
- 6 comments
Labels: question
#244 - [BUG] resolve_path does not resolve paths from directories inside virtual drivers (subst)
Issue -
State: closed - Opened by williamjamir almost 4 years ago
- 3 comments
Labels: bug, answered
#243 - [FEATURE] [BUG] Behavior of app with single command is inconsistent if added to another app
Issue -
State: closed - Opened by graue70 almost 4 years ago
- 8 comments
Labels: feature, investigate
#231 - Faster Auto-completion
Issue -
State: open - Opened by nkitsaini about 4 years ago
- 19 comments
Labels: feature, investigate
#224 - ✨ Add option to use Enum names instead of values on the commandline
Pull Request -
State: open - Opened by sirex about 4 years ago
- 18 comments
Labels: feature, p3
#213 - Copy @jessekrubin's async-typer sketch
Pull Request -
State: open - Opened by amfarrell about 4 years ago
- 7 comments
Labels: feature, p3
#199 - 📝 Update the Progress Bar tutorial with correct output
Pull Request -
State: closed - Opened by n1ckdm about 4 years ago
- 4 comments
Labels: docs, p3
#196 - [QUESTION] using python-rich with Typer
Issue -
State: closed - Opened by Mohamed-Kaizen about 4 years ago
- 11 comments
Labels: question
#187 - [FEATURE] Split commands in the same group into different files.
Issue -
State: closed - Opened by tomgrin10 over 4 years ago
- 6 comments
Labels: feature
#185 - [FEATURE] REPL mode
Issue -
State: open - Opened by mbande over 4 years ago
- 11 comments
Labels: feature
#181 - [FEATURE] Support for common pydantic types
Issue -
State: open - Opened by haizaar over 4 years ago
- 7 comments
Labels: feature
#167 - Typer not compatible with uppercase lettered arguments.
Issue -
State: open - Opened by thisiscam over 4 years ago
- 4 comments
Labels: question
#162 - [BUG] Completions that include colons get separated in zsh
Issue -
State: closed - Opened by jaywonchung over 4 years ago
- 5 comments
Labels: bug, answered, shell / zsh
#154 - [FEATURE] Using a dataclass for types/command generation
Issue -
State: open - Opened by j-martin over 4 years ago
- 7 comments
Labels: feature
#153 - [QUESTION] How do I share options or arguments between commands?
Issue -
State: open - Opened by bcm0 over 4 years ago
- 42 comments
Labels: question
#132 - Command aliases
Issue -
State: closed - Opened by max-block over 4 years ago
- 12 comments
Labels: feature, answered
#130 - Support parameter type typing.Dict[str, typing.Any]
Issue -
State: open - Opened by tekumara over 4 years ago
- 2 comments
Labels: feature, investigate
#119 - [QUESTION] How to avoid explicit call to subcommands command
Issue -
State: closed - Opened by Andrew-Sheridan over 4 years ago
- 14 comments
Labels: question, investigate
#100 - [FEATURE] Sphinx plugin
Issue -
State: closed - Opened by rgreinho almost 5 years ago
- 7 comments
Labels: feature, answered
#99 - [QUESTION] Where can mypy find library stubs for typer?
Issue -
State: closed - Opened by nicksspirit almost 5 years ago
- 4 comments
Labels: question
#98 - Quick clarification in arguments docs
Pull Request -
State: closed - Opened by mrcartoonster almost 5 years ago
- 2 comments
#97 - Minor correction in CLI Arguments page
Pull Request -
State: closed - Opened by mrcartoonster almost 5 years ago
- 2 comments
#96 - [BUG] typer.main.get_group should return a click.Group
Issue -
State: closed - Opened by dbanty almost 5 years ago
- 3 comments
Labels: bug, good first issue, answered
#95 - [FEATURE] Don't prompt if given extra argument
Issue -
State: closed - Opened by MrGreenTea almost 5 years ago
- 4 comments
Labels: feature, answered
#94 - [FEATURE] Support datetime.date in addition to datetime.datetime
Issue -
State: closed - Opened by lbjarre almost 5 years ago
- 3 comments
Labels: feature, answered
#93 - Add support for forward references
Pull Request -
State: closed - Opened by tiangolo almost 5 years ago
- 3 comments
#92 - Make installed completion lazy load
Pull Request -
State: closed - Opened by tiangolo almost 5 years ago
- 3 comments
#91 - Using typer as package with pydantic BaseSettings
Issue -
State: closed - Opened by NixBiks almost 5 years ago
- 4 comments
Labels: question
#90 - Upgrade Material-Mkdocs
Pull Request -
State: closed - Opened by tiangolo almost 5 years ago
- 3 comments
#89 - Add emphasis note about using typer.echo instead of print
Pull Request -
State: closed - Opened by tiangolo almost 5 years ago
- 2 comments
#88 - [QUESTION] How to use with async?
Issue -
State: open - Opened by csheppard almost 5 years ago
- 75 comments
Labels: question
#87 - [FEATURE] Explicitly using typer.models.Required
Issue -
State: closed - Opened by notpushkin almost 5 years ago
- 2 comments
Labels: feature
#86 - [FEATURE] Load command line options from config file
Issue -
State: closed - Opened by timothybrooks almost 5 years ago
- 15 comments
Labels: feature
#85 - [QUESTION] Typer w/ asyncio
Issue -
State: closed - Opened by RobW3LGA almost 5 years ago
- 7 comments
Labels: question
#84 - [BUG] Typer.style fails in Windows Powershell with colorama installed
Issue -
State: closed - Opened by Fronkan almost 5 years ago
- 2 comments
Labels: bug
#83 - Do not show an error on completion eval if the program is not installed
Pull Request -
State: closed - Opened by tiangolo almost 5 years ago
- 3 comments
#82 - Fix Fish completion script
Pull Request -
State: closed - Opened by tiangolo almost 5 years ago
- 1 comment
#81 - Fix Bash completion install to .bashrc
Pull Request -
State: closed - Opened by tiangolo almost 5 years ago
- 2 comments
#80 - [QUESTION] Dependency Injection
Issue -
State: closed - Opened by Leletir almost 5 years ago
- 18 comments
Labels: question
#79 - `typer run` with a script declaring multiple functions
Issue -
State: closed - Opened by weakish almost 5 years ago
- 2 comments
Labels: question
#78 - Update testing coverage badge
Pull Request -
State: closed - Opened by tiangolo almost 5 years ago
- 1 comment
#77 - Add support for custom parameter types
Issue -
State: closed - Opened by ananis25 almost 5 years ago
- 10 comments
Labels: feature, answered
#76 - [FEATURE] Literal type support
Issue -
State: closed - Opened by alippai almost 5 years ago
- 17 comments
Labels: feature
#75 - [FEATURE] Prevent install-completion from failing when command is not available
Issue -
State: closed - Opened by dbanty almost 5 years ago
- 5 comments
Labels: feature, confirmed
#74 - [BUG] List values get split by character when prompted
Issue -
State: closed - Opened by StephenBrown2 almost 5 years ago
- 5 comments
Labels: bug
#73 - [TYPO] Change bashrc to zshrc in example for zsh completion
Pull Request -
State: closed - Opened by StephenBrown2 almost 5 years ago
- 3 comments
#72 - Add coverage instructions to tests
Pull Request -
State: closed - Opened by tiangolo almost 5 years ago
- 4 comments
#71 - Add docs section, build a package from scratch
Pull Request -
State: closed - Opened by tiangolo almost 5 years ago
- 4 comments