Greg Stephens

Results 78 issues of Greg Stephens

When I try to import modules, I get this error. I have confirmed that the package.json has the required modules and there is a node_modules directory with the required module....

I created a sample Android app [here](https://github.com/rgstephens/RNBackgroundTimerBLE) that calls `BackgroundTimer.setInterval` with a 10 second interval. Each interval it writes a timestamp to a Redux store and also calls the [react-native-ble-plx](https://github.com/Polidea/react-native-ble-plx)...

Updated demo setup instructions and added iOS specific instructions.

There is an implementation and description of this feature in the Rasa helpdesk example bot docs [here](https://github.com/RasaHQ/helpdesk-assistant#handoff).

**Proposed changes**: - `2.8.34` changelog entry needs to mention http compression with the sdk since this is a breaking change. **Status (please check what you already did)**: - [ ]...

**Proposed changes**: - Implement [ATO-914](https://rasahq.atlassian.net/browse/ATO-914) by adding the `include_message` key to the `NLG` key in the `endpoints.yml`. **Status (please check what you already did)**: - [ ] added some tests...

I'm trying out the plugin on a Grails 2.4.4. app that doesn't use the resources plug so I add the following to BuildConfig.groovy: ``` runtime ":resources:1.2.13" compile ":rest-api-doc:0.5" ``` I...

**Describe the tutorial you would like to see here** At [this](https://github.com/deepset-ai/haystack-tutorials/blob/main/markdowns/16_Document_Classifier_at_Index_Time.md#start-an-elasticsearch-server) point in the tutorial we state that we're going to start Elastic but not why we're doing this. What's...

new tutorial

@tholor & @wochinge This PR updates the Rasa bot to 3.x and adds action server code error handling.