-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support nil rows in table #90
Comments
Thanks for reporting your issue! This is one of my 1 active issues. Use that link to check how soon your issue will be answered. Don't forget to check your issue against this project's CONTRIBUTING.md. Cheers. |
I'm open to a pull request depending on what the specific ASCII graphic is. Personally I don't have a need for this use case. I would just append |
Append |
Understood. I'm open to an explorative pull request |
It appears that all items in an array are treated as the same type. When I do
I am seeing
UPDATE: I am using hirb-0.7.3 |
Suppose that I am doing the following:
But not all users are having projects, only some of them.
In this case what I am gonna see is:
if the first user in result has projects and
inspect
output otherwise.This is tricky and very confusing.
It would be cooler if hirb would realise that some objects in result set are nil and some are not, and represent nil rows with some clear ASCII graphics instead.
The text was updated successfully, but these errors were encountered: