hubot icon indicating copy to clipboard operation
hubot copied to clipboard

A customizable life embetterment robot.

Results 110 hubot issues
Sort by recently updated
recently updated
newest added

`[Fri Feb 01 2019 19:09:59 GMT+0100 (Central European Standard Time)]` is really hard to read as a prefix. How about `[2019-02-01 19:09:59 GMT+1]`?

``` ,when i do hubot help i got hubot ec2 ami create --instance_id=*** - Create an ami. but there is also another option to use , see notes section ....

When hubot's name is multibyte character, Hubot's router crashes with the following error because Express tries to set hubot's name in response header. ``` TypeError [ERR_INVALID_CHAR]: Invalid character in header...

There are a few typos in the windows.md documentation. For example, the bullets in markdown shouldn't be prefixed with spaces according to the `MD006/ul-start-left` rule in markdown.

I am writing my script files in Javascript as opposed to Coffeescript and I keep getting an error with my documentation: ``` [Fri Nov 13 2015 15:15:54 GMT-0800 (PST)] INFO...

documentation
pinned

I am trying to setup Hubot for the first time. I think I have Node.js and npm installed correctly: ![image](https://user-images.githubusercontent.com/38354790/38756720-0897cbd6-3f30-11e8-86d5-f7ab241aca91.png) I am using Windows Powershell ISE as my terminal. PowerShell...

According to `src/robot.js` [on line 26](https://github.com/hubotio/hubot/blob/067a70d930dc186c4c1412503c701df3cad5af5f/src/robot.js#L26), it's possible to disable the HTTP daemon by setting `httpd` to false. Even though it sets up a null router, HTTP requests are still...

Reference for the correct spelling: https://en.wikipedia.org/wiki/Dr._Seuss

The Library `node-scoped-http-client` is an unmaintained security risk. Last commit was 5 Jun 2015 and the maintainer is giving access to npmjs to anyone who is interested.

Hi, I write hubot script in javascript. I want to create a hubot function to send post http to a webhook. module.exports = (robot) => { robot.respond(/resume (.*)/i, (res) =>...