Clément Habinshuti

Results 233 comments of Clément Habinshuti

@musale thanks for opening this and sorry for the late reply, I've just seen this. Could you show the snippet of code you're using to register the ussd handler?

@musale I think I have an idea of what could be causing that error: The library is most likely used by creating one instance of the `UssdMenu` and using this...

@musale I have an idea for a fix. Instead of using `menu.con`, and `menu.end` and an `onResult` object that's attached to the instance, I'll add `con` and `end` functions to...

@musale until I have an update ready, I could propose the following temporary fix: Create a new menu instance for each request, that way you avoid the issue of the...

@musale if you have a better suggestion for a fix, let me know. Also, if you see a potential problem or flaw with my proposed update, let me know as...

@musale I've been away for a while and have been bogged down by work. I will try to get back to this issue this coming week or the next.

Hi @harmonizerblinks, thanks for the suggestion. Would you be interested in contributing a pull request for this?

@ephraimm you could probably make it work by transforming your input into something the library expects (which was initially built with the Africa's Talking API in mind): ```js function covertFullSessionCommand...

Thanks for the suggestion @Rulasmur. Would you consider contributing a PR for that feature?

The tests are failing because of changes to the public API not updated in the baseline files. Was this PR expected to change the Public API? @xuzhg requested changes to...