You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/03/14 21:24:22 UTC

[GitHub] [incubator-openwhisk-client-go] larandersson edited a comment on issue #119: wsk activation list behavior

larandersson edited a comment on issue #119: wsk activation list behavior
URL: https://github.com/apache/incubator-openwhisk-client-go/issues/119#issuecomment-473033511
 
 
   @rabbah I'll have a look on the empty result problem. About the wrapping lines problem, there are not that many columns to work with, but something can be done with Kind, which could be given less space. The Status column is not much to do about (unless we switch to status code instead or reinvent the statuses with shorter options), it's dimensioned according to the maximum width of the various statuses available, and then the Entity column could also be given less space. All of these columns, except Status, are truncated if they exceed the assigned column width- Ther's already code in there that does that, so to fix the problem we need to anwser some questions. First of all, how many characters should we set as a maximum for each line? How many characters for Kind and Entity? What were the settings for your terminal when you ran these tests? What should we use as default?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services