Matthew

Results 10 issues of Matthew

It looks to me like this console.log is on the wrong line and could break the request call for creating an issue on error. https://github.com/bdougie/bdougie/blob/38a74d5cec11966e6b65b424f4f356f5bad3f3fd/lib/octokit-plugin-check-follower-count.js#L35

## What type of PR is this? (check all applicable) - [x] 🍕 Feature - [ ] 🐛 Bug Fix - [ ] 📝 Documentation Update - [ ] 🎨...

## What type of PR is this? (check all applicable) - [ ] ♻️ Refactor - [x] ✨ Feature - [ ] 🐛 Bug Fix - [ ] 👷 Optimization...

**Is your feature request related to a problem? Please describe.** May be useful to show examples in the README of use of `watched-files` for repo languages other than JS. Case...

documentation
enhancement
help wanted
good first issue
question

## What type of PR is this? (check all applicable) - [ ] 🍕 Feature - [x] 🐛 Bug Fix - [ ] 📝 Documentation Update - [ ] 🎨...

This PR resolves #10137 by adding position information to parser syntax errors. It modifies `prometheus/model/textparse/promparse.go` and `prometheus/model/textparse/openmetricsparse.go`. It updates associated test files as well.

## What type of PR is this? (check all applicable) - [ ] ♻️ Refactor - [x] ✨ Feature - [ ] 🐛 Bug Fix - [ ] 👷 Optimization...

## Description Adds a docker compose file to ease local development. - [x] Docker compose spins up local postgres database - [ ] Docker compose includes migrate service that prepares...

## Description Adds optional `org` and `archives` payload params to /bake endpoint. If an org is specified in the format "https://github.com/open-sauced", the server will perform a GET request to https://api.github.com/orgs/open-sauced/repos...

> A docker compose file would be useful for contributors although it wouldn't be the full picture (since the database is really a database from the API which we have...