J Derek Wilson

Results 31 comments of J Derek Wilson

This also happens when using `jump` for fuzzy dir navigation. I suspect in that case it's because both starship and jump make use of pre/post exec functions in bash -...

I hadn't noticed the reply here - sorry. The bare "--" doesn't work if the goal is to have a single interface where the end user doesn't know what's under...

@davidovich that's essentially what i was hoping for. again, the `--` workaround doesn't work if what you are building is an interface to multiple other underlying things that you want...

This initially came up when working on `ksonnet` (replaced by `tanka`) which needed to handle CLI options for managing, using and deploying kubernetes manifests generated from `jsonnet` (a configuration language)...

From my perspective, operationally it's safer to stick with utc. Could you talk about your use cases a little? Is this just for human consumption when occasionally looking at what...

I'd love to land this - but i'm inclined to skip the install step if it's not completing unless/until the deadlock gets sorted out

This is still an issue - also it's got nothing to do with deprecated admin apis or tctl. The place i noticed this is in the web ui when i...

> I'm debating if I like this API or if we should just always store them in th flagset and the user call GetUnknownFlagSlice() to fetch from our internal storage....

@cornfeedhobo my full concern as laid out in the related cobra issue combined with my commend a month ago is not covered by whitelisting - or I don't think it...

> Instead of using the arbitrary example above let's assume what the user typed was -cblue draw. And this was supposed to mean to something handling unknown flags that the...