Prateek Rungta
Prateek Rungta
Attached code for an initial pass at this. Here are the highlights broken down per module: ### Core - Migrated some interfaces to abstract base class for code re-use(hashCode, equals)...
Thanks for the suggestions! Made the fixes for the stuff you pointed out. I'll rebase & break up the commits in a more consumable order. Re: the spacing, I'll try...
One additional suggestion: It'd be great if this supported overriding the existing keybinds too - e.g. I'd prefer on `jira issue list` open the issue in the terminal and I'd...
Does this differentiate issues with delayed namespace configuration vs new cluster creation? Eg if etcd is down or takes a while to push an existing ns config, we shouldn’t let...
@richardartoul cool, makes sense
@buger any chance this can be merged in? i'm happy to pickup the PR and add any changes/tests/etc you want. imo the proposed API feels a lot more ergonomic than...
@buger I don't think there's anything this API lets you do that the other doesn't. The iterator version would lead to simpler/easier to maintain code IMO. Maybe this should be...
Hey I tried using the tool, and found this is the biggest thing holding me back. Can i help with this at all with this?
Fair enough, I appreciate the quick response nonetheless :) For my immediate needs - I was able to use your Timelines view (`g`) to isolate to the call paths and...
Yeah it's kinda like that, dunno what approach you've taken for it. I was thinking we can accomplish this without any interface changes to the placement, only implementation of the...