Wojciech Kaczmarek

Results 34 comments of Wojciech Kaczmarek

Yep, adding a line number would be an obvious helpful addition to the error reporting

Alternative to back quotes would be also to add Metavar to the *Opt structs, acting similar as in Python's argparse. Yet another alternative would be reusing names from Spec in...

@jawher thank you for a swift reply! ### Metavar Metavar is a concrete name representing flag value (or arg value). In pythonic argparse it is displayed in usage headline (well,...

Hello, @pierrec. I was also hit by this error. Just a hint here, I believe there is no need to have another module in `./cmd/lz4c`. I think the common practice...

Hey @pierrec . Again confirming as above: no need to have `go.mod` and `go.sum` in the `cmd/lz4c` directory. It's enough to delete them to get this issue fixed. As a...

Hi there, is my entry ok to add? :)

> * On the latest v3 version i have bugs that should be pretty obvious to anyone using taskq but there are no issues. Hi, I rediscovered this project after...

Just a reminder, the tags should reflect what's in the app.src - it's 0.1.0 now Also, the more they'd go with semver idea the better..