Blake Kostner
Blake Kostner
This removes the Heroku stuff and replaces with Fly.io stuff :confetti_ball: This has the added benefit of being clustered to all instances, and actually being able to run multiple instances...
Similar to `appsignal_phoenix` and `appsignal_plug`, there should be an `appsignal_broadway` package. Ideally this would automatically start a transaction on every message being handled, and automatically track errors that happen during...
This adds a `public` attribute to repository pages. This controls the accessibility of pages. See [the GitHub API docs](https://docs.github.com/en/rest/reference/pages#update-information-about-a-github-pages-site--parameters) for more information. Here is the code in [go-github](https://github.com/google/go-github/blob/master/github/repos_pages.go#L21). Closes https://github.com/integrations/terraform-provider-github/issues/1045...
Right now, we have a shut down command. Sadly, when you type "shutdown" the first option that shows up is the terminal `shutdown` command instead of the action. It should...
An internal error occures when we try to build a repo without a debian control file. This should be a written out friendly error instead. ```js { name: 'Log', level:...
Right now if a build fails, we try again 3 times. All 3 builds will submit issues if it fails. This spams repos and is bad. --- Want to back...
Programming with all of these APIs and third party services is a pain. Especially if you do not have access to all of these services. Right now you have two...
Kinda related to #412 but specific to docs about our review process. A lot of the approval process is yes and no questions to avoid human bias. Would it be...
Right now we can run a flightcheck build on a GitHub repository by using `npm start build https://github.com/btkostner/vocal 1.2.3`. We should get a couple of repositories to run the build...
This seems to be a high spot for errors, and is pretty important. We should add some tests to ensure it adds the stripe key correctly. --- Want to back...