TJ
TJ
Ahh hitting cases where custom resolver would be the only way to go now. Doing something like this to provide a `histogram(field: ..., interval: ...)`: ``` "{{or .Alias .Name}}": {...
👍 I'm liking ui-box quite a bit for one-offs and general structure so far, but glamor seems really inflexible, you can't even select a child in a pseudo which is...
In my case I need basically `:hover > .icon { tweak }` which might be difficult to express with JSX stuff. I'll think about the API some as well, but...
In my case I just have an account menu with name/team/avatar, and upon hovering that entire box I just wanted to tweak the icon color, but it's a little tricky...
ahh yea the "control characters" already have [names & constants](https://github.com/tj/go-terminput/blob/master/keyboard.go#L21-L51), so I'm not sure about adding more. We could detect if those are pressed and add `ModCtrl` and populate the...
Awesome! Yeah definitely let me know if your technique works out, sounds fine to me! `KeyboardInput`'s name is pretty generic so we could probably even just stuff the entire string...
damn, ran into a limitation with this one, as far as I can see GH doesn't allow you to implicitly search only repos _you_ created or have access to. Need...
Ahh yea totally! Thanks I forgot to add an issue for this one 😄
agreed! Once I have #1 it'll be more configurable Other than some basic styling and word wrapping to fit the terminal it's pretty much just a stylized markdown at the...
ahh it's just a library/package, but @pyr created one: https://github.com/pyr/mdcat