Chris Boddy

Results 12 comments of Chris Boddy

``` chris@vulcan: ~$ uname -a Linux vulcan 4.15.0-34-generic #37-Ubuntu SMP Mon Aug 27 15:21:48 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux ```

Thanks for raising this. A completion cache would be a useful addition for your environment and I'm definitely open to reviewing a PR for it. ``` entirely opt-in and set...

> Caching per tnsname would be the thing I guess e.g. cache key is in /@. Good idea, it should also include the user since they may have different read...

@mriehl will do tomorrow, thanks.

Also it should have a short description.

suggestion: reconcile the fields and values against [okcli's setup.py](https://github.com/manahl/okcli/blob/master/setup.py) or PyBloqs'.

Nice one! Out of curiosity how did you manage to get the pro icon names? I made this comment in the issue but the feedback is relevant to this PR...

Also, lets lexographically sort this icon list on the keys. This happens as a side effect of parsing a file of json with the module, eg. ``` python -m json.tool...

OK, but are the font-awesome pro icons in the debian package? If not it won't render them anyway. You could check by trying to render a pro icon after installing...

OK, that is interesting @anowlcalledjosh I'm certainly open to supporting this, here is what I'd expect/suggest: * create/find/procure a list of the font-awesome pro-icon-names to unicode from the font-awesome website...