pancho horrillo
pancho horrillo
See: https://www.reddit.com/r/emacs/comments/gnra4h/v200_tron_legacy_emacs_theme_link_in_comments/ and https://github.com/ianpan870102/tron-legacy-emacs-theme Thanks!
`Kapow!` lets you expose shell scripts over HTTP, retaining full control on both the parameters accepted and how the output is sent. Written in Go. Full docs: https://kapow.readthedocs.io Disclaimer: I'm...
https://pkg.go.dev/github.com/BBVA/kapow?tab=overview
https://github.com/BBVA/kapow/blob/be6a2efcc49d9e33cd215f79c04531ceb89b6d32/internal/cmd/route.go#L49
I expect that If I specify an invalid element, `kapow set` should cease and desist immediately, instead of misleading its user because it keeps reading from `stdin`, only producing an...
At `steps.py`, we've identified a handful of placeholders that are not surrounded by quotes. This can cause a mismatch from what's expected in the scenarios. (Feedback by @nilp0inter)
https://editorconfig.org/
* Global changes (already implemented, but left here for reference) * Env var `KAPOW_URL` is split into `KAPOW_DATA_URL` and `KAPOW_CONTROL_URL`. * The `--url` param present in some commands is also...
I just discovered this in `cobra`: ```go // GenBashCompletionFile generates bash completion file. func (c *Command) GenBashCompletionFile(filename string) error {...} ``` There are equivalent functions for `zsh` and `powershell`. I've...