Danny Ben Shitrit
Danny Ben Shitrit
Same for me, Ruby 2.5.0, Rails, 5.2.1, Bullet 5.7.6 Anyone found a workaround? Perhaps earlier Bullet versions that work?
Any chance of this bug being fixed soon? when adding "at" time, the day gets one extra day... ``` >> Chronic.parse "1 days ago" => 2016-01-20 13:50:40 +0000 >> Chronic.parse...
Well, Using `-p, --port [port]` is not conventional and it implies that you can use `--port` without providing a port, which you should *not* be able to do. In all...
Yes. Both options are nice. In fact, the first option (`flag.short = "-c DIR"`) is what I intuitively tried - but the second option is also very good - I...
Very nice. Just tested, and looks nice. As for text wrapping, there are a couple of points to consider: ### Newline between flag description and flag In the command line...
In regards to width - yes, best effort is definitely the way to go. As you can see in my code, if everything fails, I am considering 80 to be...
By the way, another couple of things I am missing in all of Crystal's CLI frameworks that I have tested, and another reason I prefer to have all descriptions in...
> I've opened 3 new issues where these additions can be discussed Good idea. This topic has become long :)
Although this is quite an old ticket, I must say that this issue causes me some headaches also. As I see it: 1. I would also imagine that a decision...
> I can see how this would be frustrating, but maybe a second look at the data is in order. Psychologists call this "deflection" no? 😏 Let's ignore all the...