-
**Prettier 3.1.0**
[Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEAeAFgRgHwAECWAZgAQAUhANgIYDmAlMcE8TPjBXMQL4-G5wUAzp2AAFamDjoIFACZwATsQAqcAB4wuqAPRZsAHSggANCAgAHVtEHJQVBQogB3UfY…
-
## Feature Request
### Is your feature request related to a problem? Please describe clearly and concisely what is it.
OptionParser appears to lack the ability to stack/combine/"club" single-dash …
-
BPO | [39283](https://bugs.python.org/issue39283)
--- | :---
Nosy | @tirkarthi, @https://github.com/atb00ker
*Note: these values reflect the state of the issue at the time it was migrated and might n…
-
What steps will reproduce the problem?
1. Create a nose plugin and implement the def options(self, parser, env=os.environ) method.
2. Add a parser option that has action="append", such as:
parser.add…
-
```
What steps will reproduce the problem?
1. Create a nose plugin and implement the def options(self, parser,
env=os.environ) method.
2. Add a parser option that has action="append", such as:
parse…
-
### Description
I have an input structure where some numeric values are to be treated as strings. Rather than calling `toString` in multiple places in my code, I hoped to use the parsing options, b…
-
To get things to work with VSCode I had to make the following changes:
```jsonc
// .vscode/settings.json
{
"[glimmer-js]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"edi…
-
[This issue](https://github.com/python-jsonschema/check-jsonschema/issues/112) requested support specifically for the `!reference` tag in a Gitlab CI file, however, there doesn't appear to be support …
-
As noted on #169 - an import like `from fhirclient.models.bundle import Bundle` is causing `pip install .[tests]` to throw a ModuleNotFound error. We should resolve this issue, and then optionally adj…
-
I ran into a duplicate option name error when creating a pipeline using both `logmuse` and `pypiper`; namely, when composing `logmuse.add_logging_options` with `pypiper.add_pypiper_args`, e.g.
```py…