Christian Muehlhaeuser
Christian Muehlhaeuser
Since we already have GitHub / GitLab specific implementations I'm not really opposed, I was just hoping to find something a bit more generic, that would also support the likes...
By all means @cristiand391, go ahead. Curious to see what you come up with!
Thanks for the PR @dlion! I'll review it this weekend. In the meantime I've already added the `hacktoberfest` label to our repos.
Thank you, we'll always consider improvements in the default styles! In the meantime, if you prefer a different styling it's really easy to adjust it yourself! Just download dark.json (or...
Looks like a nice contribution, thank you! As glow should be able to build as a static binary I'm wondering if we really need `alpine` as a base image, though?...
`goreleaser` is fantastic and I can highly recommend reading up on it. It automates the entire process of building, packaging & publishing releases. You can find glow's current config in...
This example requires `mesa` or any other package that provides an OpenGL implementation to be installed on your system.
Try installing the development headers as well: ``` sudo apt install libgl1-mesa-dev xorg-dev ```
Apologies for this being such a long-standing bug. There's a PR with a fix I'm working on.
Hey @jefferai, long time no see! termenv is querying the terminal for its current settings via control sequences on stdout, and the terminal is expected to respond by printing to...