issues Search Results · repo:lebrice/SimpleParsing language:Python
Filter by
163 results
(63 ms)163 results
inlebrice/SimpleParsing (press backspace or delete to remove)I find this library extremely useful. Thank you for your great work!
Is your feature request related to a problem? Please describe. It would be nice to have an option to indicate only
docstrings are used ...
yuanchen-zhu
- Opened 3 days ago
- #352
I m using a lot the following discriminative union pattern:
from typing import Annotated, Literal
from pydantic import Field
from simple_parsing import ArgumentParser
@dataclass
class DatasetImage:
...
julien-blanchon
- Opened 10 days ago
- #351
The same problem applies to combining the add_config_path_arg=True with subparsers.
I m adding as a comment under this issue (rather than a new issue) because under the covers the config flag is added ...
anoduck
- Opened 15 days ago
- #350
Extension is not registered
Encountered the same error as @MartinHowarth and received the Cannot load to/save from a file because this extension is
not registered in the extensions dictionary error. Except, ...
anoduck
- Opened 15 days ago
- #349
Let me start by saying that SimpleParsing is an amazingly useful library!
This question has been asked previously, but I haven t seen a direct line of discussion.
Consider the following use case:
@dataclass ...
anqixu
- Opened 17 days ago
- #348
Describe the bug Optional positional arguments throw a TypeError: required is an invalid argument for positional error
in argparse.
To Reproduce
from dataclasses import dataclass
import simple_parsing ...
joshlk
- Opened 27 days ago
- #346
Describe the bug Since the 0.1.7 release, several tests are failing:
To Reproduce
pytest
Expected behavior Tests succeed.
Actual behavior
=========================== short test summary info ============================ ...
GaetanLepage
- 6
- Opened on Jan 21
- #338
Is your feature request related to a problem? Please describe.
SimpleParsing has changed the way I program. I recommend it to anyone who is interested in programming in python. It is
such a badass package ...
anoduck
- 2
- Opened on Jan 14
- #337
When using a custom HelpFormatter, subparsers are still using the default SimpleHelpFormatter.
To Reproduce
from simple_parsing import ArgumentParser
from dataclasses import dataclass
@dataclass
class ...
zrlf
- 3
- Opened on Jan 9
- #336
Describe the bug
Apologies if I m overlooking something in the docs, but I can t figure out how to get simple_parsing to parse a dict
option. No matter how I pass a dict value, I get an error saying invalid ...
chanind
- 2
- Opened on Dec 19, 2024
- #335

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.