Tobias Brumhard
Tobias Brumhard
Hi there, So I was trying to install logo-ls on my machine. Since go1.16 `go install @latest` is the default why to install go tools from a remote repo (see...
This PR introduces a new `GeneralConfig` field called `Cmd` which can be used to overwrite the default command that is used to execute a snippet. Currently `sh -c` is used...
Hi, I accidentally forgot `--ci` on a CI system and got the following error: ``` Error: build target: build main: failed to solve: io: read/write on closed pipe ``` If...
It would be nice to add an option to add window decorations to the generated gif. Basically similar to https://github.com/marionebl/svg-term-cli --window option. Looks pretty nice in for example README's.
To make installation easier some of the following options could be added: - release as krew plugin (just like krew itself is a krew plugin) - create binaries for all...
Document which flags/envs etc. are available and what the default values are. Could maybe be done with build tag.
The struct tag for flags should enable sth like `config:"flag="` to disable the flag completely. Also, maybe it could be checked whether a property is a struct and if it...
# `go/template` v2 So after around 1,5 years of using `go/template` we see some room for improvement in several parts. ## context - the project started out as a opinionated...
### Is your feature request related to a problem? Please describe. The asciinema preview is often outdated and also requires a webplayer to run. ### Describe the solution you'd like...
### What happened? The release pipeline run https://github.com/SchwarzIT/go-template/actions/runs/3394226442 fails because of some templating issue. ### How can we reproduce this? See pipeline ### gt version ```bash - ``` ### Search...