Piotr Murach
Piotr Murach
Hi David, Thanks for submitting the issue report. You can either provide `accept` header value with your request or submit PR to get this changed.
I must admit that's poorly managed content by me. The `choices` section was meant more as a generic way to explain how the choices are configured and looking at it...
Hi Robert, The [intro paragraph](https://github.com/peter-murach/github#11-api-navigation) explains how to navigate the api and links to [official docs](https://developer.github.com/v3/repos/releases/). After reading [official documentation for releases](https://developer.github.com/v3/repos/releases/), you will find that the code hierarchy corresponds...
Hi Sveinn 👋 Thanks for using `tty-prompt` and submitting this issue report. Good spot! I left some comments on your PR.
@lmayorga1980 when you fire the request you can add `DEBUG=true` environment variable which will add logger to the output and show you exactly what parameters are passed with the call...
Hey, the [client folder](https://github.com/piotrmurach/github/tree/master/lib/github_api/client) matches exactly the structure of actual github api which seems you know how to find. Please see if this method exists, if it doesn't then I...
The semantics of `on_transition` sounded good, and explained probably well the intention. However, looking at the `trigger` implementation, the `on_transiton` is equivalent to `on_enter`, hence thought I will just drop...
@dmgr I've released `v0.12.0` which includes [any_state](https://github.com/piotrmurach/finite_machine#34-any_state-transitions) to prevent any clashes with `:any` keys. Your idea about `on_transition` to allow from states is intriguing but I'm kind of worried that...
Hi Francisco 👋 Thanks for submitting the issue. I had a quick look at implementing this for the `select` prompt and I can make it work fine. However, the space...
Yup, makes sense. I wanted to avoid the need to specify a different key for selection in the `multi_select` prompt but this may be the most straightforward way. Having said...