-
**Issue by [kbknapp](https://github.com/kbknapp)**
_Wednesday Apr 29, 2020 at 15:38 GMT_
_Originally opened as https://github.com/clap-rs/clap/issues/1880_
----
### Make sure you completed the foll…
epage updated
2 years ago
-
Hi, I really like this project (I use it at work parsing responses from routers/switches). I was wondering if anyone would be happy for me to add a visual debug feature? It would work by taking the ty…
-
```
def foo(t):
return torch.nonzero(t, as_tuple=False)
: RuntimeError: Arguments for call are not valid.
```
This is because of the Python arg parsing done to handle the "as_tuple" kwarg. No…
-
We generate a lot of glue code in every C wrapper, and it could probably be substantially reduced.
1. Instead of unpacking everything into arguments with `PyArg_ParseTupleAndKeywords` and then unbo…
-
### 🐛 Describe the bug
When you call `torch.div` with scalar-only inputs, the schema that gets matched to is `aten::div.Tensor(Tensor self, Tensor other) -> Tensor`.
```
import torch
from to…
-
### Related problem
In a custom command, I am trying to pass flags to an underlying command eg.:
```nu
> docker ops alpine /bin/ls -la
# Nushell tries to parse `-la` and errors
```
In this exa…
-
Currently, when a user gives too many arguments to a command, or too few, or their input was malformed, serenity bubbles up the error as a `Error::User`. However, the error doesn't happen in user code…
-
Hello,
I am currently using OpenTuner to optimize some configurations and encountered an issue related to command-line arguments. I'm trying to ensure that I have set up all the necessary command-l…
-
I'm using bitwuzla 0.3.2.
I'm trying to parse in the following smt2 file:
```
(declare-fun y () (_ BitVec 32))
(declare-fun x () (_ BitVec 32))
(assert (and (bvsle (bvadd x y) #x00000064)))
…
-
Couldn't think of a better name. I imagine this being the main object.
It will be responsible for:
- Instantiating the different plugins / filters based on the config file.
- Parsing command ar…