-
Pytest arguments are currently added to the custom arguments group using parser.addoption.
You can organize these into a pytest-repeat group so it's clear what options go with this module.
```
…
-
If a user is linting sphinx-style docstrings, pydoclint should be able to detect whether docstrings deviating from the selected style, such as google/numpy, are present and raise a violation.
-
Currently `Argparser` module not implemented yet to work. I haven't planed anything about this module yet. But this requires more improvement in the language syntax before get to work. Lot of those fu…
-
### Steps to reproduce
Consider the following code:
import configargparse
parser = configargparse.ArgumentParser(ignore_unknown_config_file_keys=False)
parser.add_argum…
-
Hello there, clang++ crashes at an assertion failure on the following test case:
```cpp
struct a b() { ({a()
```
Tested version(s): 12.0.0 ~ 19.1.0, trunk.
Example: https://godbolt.org/z/Mf…
-
### Description
I encountered a crash in Clang-20 when compiling the following code snippet:
```cpp
template struct A
{
void foo() throw(int[N]);
};
A a;
template struct A
{
vo…
-
Affected versions of yargs-parser are vulnerable to prototype pollution. Arguments are not properly sanitized, allowing an attacker to modify the prototype of Object, causing the addition or modificat…
-
When working in shells it is quite common that a command outputs something to stdout an the user wants to redirect this to a file, for example:
```bash
ls > /tmp/list_of_files.txt
```
Using tab co…
-
It's possible to give options for the operation? Something like this:
![screenshot from 2018-10-24 16-08-31](https://user-images.githubusercontent.com/6787816/47466708-5c215a00-d7a7-11e8-8426-f7b490b…
-
# Core Tripal 4 Development Task
## Branch Name: tv4g4-issue1461-pub_importer
The design for porting the Pub importers from Tripal v3 to Tripal v4 was discused by @dsenalik , @laceysanderson and…