Greg Stephens

Results 78 comments of Greg Stephens

The mongo-prebuilt package was also not available on the Raspberry Pi (arm-based CPU) so I installed a separate Mongo package for arm and modified the **MONGO_PORT** and **MONGO_URL** parameters to...

The solution for me was to install Mongo separately and point create-graphql-server at it.

There's now a scheduled cron job that keeps the ServiceNow instance awake by hitting it every 12 hours. Here's the crontab entry: ``` 12 4,16 * * * /home/greg/servicenow-instance-wakup/snwakeup.sh >...

Seems like this would lead to a lot of stories. One for each context.

This issue us not related to #357. Yes, is part of larger python issues. I'd like to be able to run the rasa-demo processes locally iunder docker, isolated from my...

I'm having the same issue. `react-native link` and re-install of packages hasn't solved the issue. Running under Expo.

I suspect this is because I don't have the following permissions that I found in the index.js. ``` arn:aws:iam::${AWS::AccountId}:root ```

While the questions all expect yes or no responses, the user could respond with a symptom description, conditions, work location or job, etc. Do you have example utterances for these...

@ancalita I note you said: > I see this is targeting `main` actually, I'd recommend you rebase to `3.2.x` and edit target branch on GH for the change to make...

Changed target branch to `3.2.x`