Results 42 issues of Misty De Méo

I noticed that the regex is matching anything beginning with `.star`, even if there's no space following it. For example, I tested this on a hubot which has a `.starbuck...

## Problem description Using Ruby 2.7.1 and Byebug 11.1.3, I'm unable to use Byebug's `Byebug.start_server`. `start_server` is defined in `byebug-remote`. Attempting to call this method leads to the following exception:...

`bin/hubot.js` allows specifying several options via environment variables and commandline switches: https://github.com/hubotio/hubot/blob/master/bin/hubot.js#L23-L29 Most of these values take arguments, but one, `HUBOT_HTTPD`, is a boolean. It defaults to `true` and, when...

- [x] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/HEAD/CONTRIBUTING.md)? - [x] Have you ensured that your commits follow the [commit style guide](https://docs.brew.sh/Formula-Cookbook#commit)? - [x] Have you checked that there aren't...

build failure
linux
CI-no-fail-fast
no Linux bottle

## Description Describe your issue here. ## What type of issue is this? (place an `x` in one of the `[ ]`) - [x] bug - [ ] enhancement (feature...

enhancement

### Description While hubot-slack has support for reconnecting when the connection to Slack is lost, there is a limit to the number of reconnection attempts. If several reconnection attempts fail,...

enhancement
good first issue
auto-triage-skip

### Description My company recently experienced an outage of our Hubot when we were rate-limited by surprise. After discussing it with Slack support, the reason is apparently that `conversations.info` was...

enhancement

### Summary This exposes Slack rate-limiting information to Hubot. This allows custom scripts to react to rate-limiting, for example to slow themselves down or to report to an alerting channel...

### Summary My company's Hubot has been facing some repeated rate-limiting issues, and we've found that hubot-slack has been missing the diagnostics we need to be able to figure out...

Certain valid characters in git branch names aren't being escaped properly, leading to a failure to fetch them. A good example is `#`, which will obviously break API calls if...

bug