Redowan Delowar
Redowan Delowar
Thank you!! Will check and add that to the readme...cheers!!
Accidentally closed this, apologies. Unfortunately, I'm not too familiar with Kubernetes workflow and would like to keep this as thin as possible.
@ayr-ton Let's do that and try to keep it as decoupled as possible. We can iterate from there if you're interested.
Interesting. Yeah, the reason is clear to me. However, this is pretty important for a monitor as it enables you quickly look for the stacktrace of a failed job and...
No progress here. Closing.
I'm seeing the same issue as well. As long as there's a documented way of doing things, I'm not too opinionated about the implementation details. If `stork` is the way...
Prompt toolkit 0.1.14 is completely breaking ipython notebook. ```Pyinquirer 2.0``` is nowhere to be found and the library already seems fragmented. Then there is ```questionary```. Thanks for your awesome work...
@Woile ```questionary``` seems awesome, built on ```Pyinquirer```. It can directly be adopted as ```pyinquirer 2.0```. However, the development seems slow there which is quite understandable. Maybe we can create some...
@tmbo ```questionary``` is working like a charm. Doesn't conflict with jupyter notebook which has a ```prompt_toolkit 2.0.9``` dependency. Thanks!!
> I think folding is already implemented and is controlled by `PAGE_SIZE` in `github.ts`. Maybe it's useful to allow users to change it? > > Setting `PAGE_SIZE=1`: > > >...