-
would be nice to have default array parser like this:
```crystal
struct MyArgs
include ArgParser
getter ids : Array(Int32)
end
args = MyArgs.new(["--ids", "1,2,3"])
```
-
## 🐛 Bug
I'm trying to run a simple network however, I run the program and it I get right a way the error:
free(): invalid pointer
Aborted (core dumped)
it doen't tells me where exactly is the pro…
-
In the argparser, it is currently not possible to name an argument as a prefix of another argument. For instance, the following program having one argument called `--a` and one `--aa`
```
include…
-
Hello,
I'm opening this issue here, but it might just as well be opened at the r-argparse-repo.
New users might need guidance on when to use r-argparse or r-optparse. It is unclear which package i…
-
I'm afraid I might have found a bug in opentuner.
Next is a small code that highlights the issue.
**===== Code ====**
#!/usr/bin/env python
import sys
import adddeps # fix sys.path
import…
-
Usually I describe in short what a subcommand does by putting a text into a subparsers help argument. Argparser renders it like this:
```
$ disco -h
usage: disco [-h] [-v] [-o] {search,mix,sugges…
-
Using a custom parser in a command leads to an error when called with --help (if any (custom) required argument is not passed):
Main.scala:
```
sealed trait UtilsCommand extends Command
case…
-
If you have a barclay `@Argument` field of type `List`, barclay will fail to set the field value properly when the argument is specified if the `List` is initialized using an immutable Collection, suc…
-
Here's the error output from running just a basic make image with image-analogies:
`Using gpu device 0: GeForce GTX 970 (CNMeM is enabled with initial size: 75.0% of memory, cuDNN 4007)`
`Traceback (…
-
你好,我遇到了没有cuda的问题
在windows后台运行:python train_clip.py --train_args_file train_args/train_clip.json
报错
Traceback (most recent call last):
File "train_clip.py", line 136, in
main()
Fil…