ols

Results 8 issues of ols

The Capsule icon setting is not honoured when setting to "NO" in the preferences ![lagrange_capsule_icon](https://user-images.githubusercontent.com/5894977/141753358-552380e2-7291-4714-957c-81166318f1a3.png) This is the case even after a restart of the application, though the setting remains...

enhancement

Hello, I'm trying to create text with a top to bottom gradient rather than left to right, but I can't find any way of doing this with NewLinearGradient() and Rotate()...

Long unbroken strings (such as links) break the layout on mobile as they stretch the page width out and make the text unreadable. e.g. https://anonymousplanet.github.io/thgtoa/guide.html

wontfix

Hello I am using Mac OS X 10.12 and iTerm2 as my terminal emulator Running `ls_colors_generator` shows the icons as expected, however running the patched `ls` binary doesn't seem to...

Checks if the install target is macOS and changes behaviour based on that

I get the following when trying to use SentinelClient.Masters() `sentinel.Masters undefined (type *redis.SentinelClient has no field or method Masters)` My code is as follows: ``` sentinel := redis.NewSentinelClient(&redis.Options{ Addr: "redis-ha:26379",...

Stale

Hello, I am using your library as part of connecting to systems to run a command, read the output, and then run another command. The system in question doesn't have...