Results 97 issues of Danny Ben Shitrit

This is currently not usable for users using white background terminal. Is there a config for setting colors? ![image](https://user-images.githubusercontent.com/2405099/96250140-0a3af580-0fb7-11eb-8ace-7d210c33c05d.png) In any case, I would like to suggest avoiding white and...

Hi, I am playing with this nice ~gem~ shard, and noticed some things that I think could benefit from a slight change. Consider this output: ``` Commands: help [command] #...

enhancement
discuss
todo

I love configatron, but although it solves a lot of things, it makes it rather difficult to work with unassigned keys. In a standard hash, or an `OpenStruct`, non existing...

It would be nice if `configatron.param?` will simply be (conceptually-) aliased to `!! configatron.param` ```ruby # Allow asking `configatron.something?` configatron.force = false p configatron.force ? "forced" : "not forced" p...

When running inside a tmux panel, the output is uncolored.

Hi, Shouldn't the README say ``` // First set or import your overrides $text-color: #000; ``` instead of ``` // First set or import your overrides $textColor: #000; ``` ?

enhancement

I was trying to configure a server in sake.yaml, by simply using the hostname as it is written in my `~/.ssh/config`, but realized this does not work. ### Example `sake.yaml`:...

When uploading a static site to most static site hosts, they allow accessing any HTML page, without the HTML extension - so for example, `server.com/software` will load the `software.html` file...

enhancement

Hi, Is there any way to create scheduled jobs at runtime, driven by user actions? For instance - to let users create scheduled, recurring tasks? As I suspect the answer...

enhancement

This warning is printed to STDERR when getting content from the drive ### Reproduction code ```ruby drive = GoogleDrive::Session.from_service_account_key 'google-key.json' document = drive.spreadsheet_by_title "Test Sheet" sheet = document.worksheet_by_title "main" csv...