Chris Jones

Results 16 issues of Chris Jones

**Describe the bug** When requesting a dashboard through Slack, the hubot returns HTML snippets instead of images. **To Reproduce** Steps to reproduce the behavior: 1. Data source 'elasticsearch' 2. Command...

bug
upstream issue with grafana

The links in the man pages to specific sections don't always work. Specifically, when the section being linked to is on a different man page, the link doesn't work. For...

bug

### Describe the bug I run a single user instance. When I add the `#infra` hashtag to a post, it links to `/tag:infra` which throws a 404 not found. Here's...

bug
help wanted

**Summary** This adds the format that the `scheduled` front matter expects with a link to the Wikipedia page describing the format and an example format. **What kind of change does...

# What I did I'm running satis in Jenkins with the command `/satis/bin/satis build --no-interaction --no-ansi composer.json /build/out` # What I expected to happen I expected there to be no...

- [x] This is a bug report - [ ] This is a feature request - [X] I searched existing issues before opening this one ### Expected behavior I expected...

When I run `behat --tags=""` then I expect no exceptions to be thrown. In the version of behat that I'm running (3.8.1), it throws the following exception: ``` $ behat...

When I visit my Account Settings, I see Keybase listed under External Accounts but where the others have a "Connect" link, Keybase has nothing. Here's a screenshot of what I...

bug

When the TokenExtractor extracts a token, it will return `string|false`. The JWTAuthenticator then passes this value to `JWTManager::doAuthenticate` which can only accept a string. If a false is returned by...

# What happened The token extractor failed to extract the token from the request and threw a TypeError on the `JWTManager::parse(string $token)`. # What I expected I expected an exception...