Åke Persson

Results 9 issues of Åke Persson

It would be quite nice to be able to do queries on nested data structs like: ```go db.Select(q.Eq("Interfaces.Name", "eth0")) ``` **Or:** ```go db.Select(q.Sub("Interfaces", q.Eq("Name", "eth0"))) ``` **Example:** ```go package main...

enhancement

Currently printing Code doesn't include any formatting, it would be nice if it could format the code when printing like "enscript" does.

Add inotify support for monitoring conf dir to upload files

enhancement

Currently resume is only offered as a choice when running the same command again and there is a cached file.

enhancement

Would be nice to have support for environment variables built-in like: ``` --my-opt= My option (env: MY_OPT). [default: my-value] ```

**Describe the solution you would like** Defining a new writer should preferably have an option for setting dialer. `w := &kafka.Writer{Dialer: dialer, ...}` Alt. have a helper when defining `Dial`...

enhancement