Greg Stephens
Greg Stephens
Has there been any discussion about an improved list view with pagination, sorting, filtering, etc? I've been adding the React grid component [Griddle](http://griddlegriddle.github.io/Griddle/) to most of my projects built with...
I'd like to see a **documents** subdirectory for ui/components, containers & pages in the same way the **api** has a documents subdirectory. When I create a new project with Base...
Rasa 2.3 upgraded to python-socketio version 5.x which is not compatible with JavaScript Socket.IO v1.x & 2.x. Need to upgrade the socket.io package to the latest 3.x release. 
Thanks for this package, nice job! Would be nice to have a kubernetes setup example. I'll submit a PR if you think it would be of interest to others.
I've put together a postman collection and blog post that demos testing of the create incident form. I'd like to export the collection and add to this repo.
- Read `snow_credentials.yml` on session start so changes are picked up without restart of action server - Detect if SNOW instance is accessible at session start instead of depending on...
Some customer demos want to see basic STT. Add simple web server with the Chatroom react widget which can do STT from the Chrome browser.
Some customer demos want to see other media in the demo.
The disambiguation example was written before Rasa switched to yaml and the [action](https://github.com/RasaHQ/rasa-demo/blob/65cd972266ddca8f5c87b7b804fb5bcc72953714/actions/actions.py#L427) imports a [csv table](https://github.com/RasaHQ/rasa-demo/blob/main/actions/intent_description_mapping.csv) with intent descriptions. Instead of maintaining this separate table, would be nice to...