Olivier Refalo
Olivier Refalo
generally speaking I don't like the way openfaas handles the context. context and results should be two different structures.
pull request...
Noted, thank you I personally find the `function(parameters...)` syntax convenient, because it brings the shell closer to a standard language. >What happens when you start typing with the cursor in...
thanks for the note, will change my recent habits and ensure it's capture in the docs
won't document it then, I also believe they should behave the same. Maybe you can play some magic, like what you are doing with pipes.
I vote **For** named piped should be renamed ` ` and while you are at it, I would also rename this weird err operator `?` something else maybe `?>` or...
No, coloring is low priority. I am just going over all my `fish` scripts and trying to migrate them.
working on the doc, I found this hidden command: ``` out nono -> sprintf "%10s" murex » builtin sprintf Error in `fexec` (0,1): no builtin exists with the name `sprintf`...
this may help, I found an implementation in golang https://github.com/moxtsuan/printf