Greg Stephens

Results 78 issues of 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...

forks

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...

refactor

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. ![image](https://user-images.githubusercontent.com/846052/108544592-8b730380-729b-11eb-9f16-e24c5933c78e.png)

bug

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.

enhancement
good first issue

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...

enhancement

Setup connection to the demo slack workspace

enhancement

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.

enhancement

Some customer demos want to see other media in the demo.

enhancement

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...

enhancement