Results 139 comments of Danny Ben Shitrit

Am I the only one who feels that the move from ruby sass to dart-sass has sucked all the fun out of sass? I have started using plain vanilla CSS...

This CSS framework is the most thoughtful and most well made framework in the classless category (and beyond). I really really like how it is designed and presented. I hope...

I also came here to look for a way to remove this warning, but since I see this is a long-running open issue, and since it seems to be the...

I would like to also mention that when writing an endless function: ```ruby def my_method = do_something_here ``` and pressing Enter at the end of the line, the cursor is...

> `def my_method() do_something_here end` True, but this is not considered clean Ruby.

I agree with @keithknott26 - it would be nice to have an example with this piece of code, and a mention in the [Theming section of the Wiki page](https://github.com/gizak/termui/wiki#theming)

> We tried the Discussions tab before Alright, cool - so I take it that opening such "question" issues is acceptable? >We could add the `empty` predicate which is exactly...

Thanks for clarifying. Yes I prefer the "semantic" and DRY approach. Once the `empty` predicate will be available, I will update.

Hmm. This behavior is the standard in most complex CLIs. Otherwise, there is the potential for a very long and convoluted help message, where each command has its own argument...

Alright. 1. There is most likely a way to implement it yourself, say, as a `cli help` command or something, and utilizing the `*_usage()` functions. 2. In addition, you can...