Results 29 comments of dmayle

Interestingly enough, #307 is a feature request for adding a job name.

I'm trying to understand this from the point of view of a script I want to install into a direnv and have it run from the direnv it's inside of....

@zimbatm I don't think it would be a good idea to make the change for all projects. I think that the direnv approach is much simpler. I was thinking about...

This might be a better example of the problem I'm describing: ``` .~~~~~~~~~~~~~~~~~~~~. ! ⛑️Problem Emoji : ! ⛑️ Problem Emoji : ! ⛑️ Problem Emoji : ! ⛑️ Problem...

I should also not that I'm using 0.4.1 which has even more problems than 0.5.0-alpha.3

The reason why I created the linked #886 was mostly because of external tooling that we have for cluster monitoring and maintenance. I know that the operator will clean up...

You can change the `wait(100)` call to `async_wait(100)`

If you also set Flags().SortFlags to false, even without defining local flags, then the sorting will be disabled ``` ... c.Flags().SortFlags = false pFlags := c.PersistentFlags ... ```

This is because the 'screen' termcap has issues with highlighting. For using screen, you should be able to use a termcap like TERM=screen.xterm inside screen if you have TERM=xterm outside...

I'm not sure whether to just add here, or to file my own bug. I've got the same problem described, but this happens on two different machines, plugged into two...