Results 165 comments of Danny Ben Shitrit

Try this for size. In a new folder, create a new bashly project with `colors` library: ```bash $ bashly init $ bashly add colors ``` add `help` command to `bashly.yml`:...

Then you can do it for your app. You can also render this file automatically, using the [custom rendering](https://bashly.dannyb.co/advanced/rendering/) feature. At this point, it is unlikely to become a built-in...

Thanks. Shouldn't the `output_message` method in the formatter be adjusted to do this?

Not only the libssl, I am also getting an error on Ubuntu 20. ``` ➜ dog dog: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by dog) ```

Thank you. As a workaround, I have added this as a custom CSS: ```css .gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .gallery figure img { height: 100%;...

Since this is a year old issue, and last commit was four years ago - I believe it is safe to say this gem is abandoned.

> Other gems have resolved adding the gems to the gemspec, in this case base64 and bigdecimal. Yes, as have I - but this is a stopgap measure. You should...

I am also interested in this. I don't care about terminal colors or not, but the fact that running `cs` switches to a dark theme makes it unusable to me....

This is my normal screen (in this case two tmux panels, top and bottom, to better emphasize the problem) ![image](https://github.com/boyter/cs/assets/2405099/e8d0fa50-e90b-4070-bac3-a941ef6223a6) This is how it looks when I start `cs` ![image](https://github.com/boyter/cs/assets/2405099/7a767999-c4d5-4217-8e92-9f7e46d9b904)

I see now that [hterm was removed](https://github.com/sorenisanerd/gotty/commit/163fd05) - does this mean that there is no longer color customization?