Robert Verst

Results 4 comments of Robert Verst

> Additionally, why do we need reflection for this? > > Since Go can naturally marshall / unmarshall jsons intro `map[string]interface{}`, seems like we could be doing this without reflect,...

`echo '{"defaut_path": "$PATH"}' > $XDG_CONFIG_HOME/bin/config.json` would be better.

If I add the line @c0state suggested to the `bit.fish` completion script I get the full list of available commands. And it works with partial completions as well, e.g. typing...

> Unless I'm gravely mistaken, it seems if Go's `crypto` module already does this for the user. @ItsLychee yes, of course, the crypto packages of go are implemented as required...