Joey Guerra

Results 17 issues of Joey Guerra

I was trying to execute http/app by itself because I didn’t understand how to run the example. So I added comments to app.js with a little direction on how to...

It's been years since the master branch has been updated. I'd love to be a maintainer. Is there someone I can speak to about becoming a maintainer of the project?

Hi. I was just wondering if there are any plans for continuing Hubot or not?

- [ ] Modernize [hubot-google-hangouts-chat ](https://github.com/googleworkspace/hubot-google-hangouts-chat) - [ ] Update [Mattermost Adapter](https://github.com/loafoe/hubot-matteruser) - [ ] [`hubot-test-helper`](https://github.com/mtsmfm/hubot-test-helper) - I'm not sure if it's an evolution approach or replace it by taking...

Remove hubot-test-helper as the recommendation. # Situation [`hubot-test-helper`](https://github.com/mtsmfm/hubot-test-helper) doesn't support the latest Hubot version. The last commit was 6 years ago (March 12, 2018). There are 2 open PRs that...

BREAKING CHANGE: Updating to Express 5 has breaking changes if you're using Express. #1706

I'm going to start testing Hubot with Express 5.

# Background RE: #904 Using `[email protected]`, `[email protected]` with the `[email protected]` module to login with Github, the application throws the following error message: ``` TypeError: req.session.regenerate is not a function at...

In the Shell Adapter, when the .hubot_history file size is greater than the `historySize`, the code deletes the file. The problem is the code that creates the file if it...