Erik G.
Erik G.
As was already discussed in https://github.com/gobwas/glob/issues/20, patterns containing `**/*` may lead to unexpected results for most users. After porting https://github.com/goreleaser/nfpm to `glob`, this was reported as a regression (https://github.com/goreleaser/nfpm/issues/256). Currently,...
Hi, great library you have here! We are building a file globbing library (https://github.com/goreleaser/fileglob) on top of `glob` which required us to write some helper functions that operate on `glob/syntax/ast`....
If the final call to `View()` (after emitting `tea.Quit`) does not end with a newline it is immediately overwritten by the shell prompt or by any other output. This can...
This PR implements reading [INPUT_RECORD](https://docs.microsoft.com/en-us/windows/console/input-record-str)s on Windows in order to support richer keyboard and mouse events and window resize events. Fixes #121.
**Disclaimer:** This issue is meant to supersede #103 and #24. The proposed change would be based on #120. This issue is based on a comment I made in #103. Windows...
The preview screen casts in the `README.md` are not quite up to date and should be redone.
A week ago I stumbled across this project on Hackernews and had a brief look at the code. I particular I noticed the spartan API which provides direct config file...
This PR addresses #44 and #45 by adding the `AdaptiveFaint` and `ForceFaint` methods on the `Style` struct. The differences to the classic `Faint` method are well documented. It also adds...
## What's the problem? **Short answer:** `(Style).Faint()` does not change the style in some cases. **Long answer:** Currently `(Style).Faint()` uses the faint ANSI sequence. However, this sequence is not properly...
Currently, `HasDarkBackground()` just checks if the lightness is smaller than 0.5. This is obviously subjective (as acknowledged in the docs with the work "dark-ish") but what's more important is that...