James Ward

Results 13 issues of James Ward

This updates the `package.json` to pull in the correct module when using the [NodeJS 13 ESM modules feature](https://nodejs.org/api/esm.html) Also updates the Travis CI build to drop the old builds that...

Adds a "Hold Music" funlet, similar to the [`hold-music` twimlet][twimlet]. Instead of accepting HTTP parameters for defining the bucket & message, this instead uses environment variables. Closes #20 **Contributing to...

fixes #24 This adds a new setting for a remote user header. When this is set, the header with that name is read as the authenticated user's email address. This...

**Is your feature request related to a problem? Please describe.** In my local set up I'm using traefik and [forwardAuth](https://doc.traefik.io/traefik/middlewares/http/forwardauth/) -- this means that I have a trusted single sign...

enhancement

it seems that in python 3.11 getargspec was removed - https://docs.python.org/3/whatsnew/3.11.html this updates the call to be the new getfullargspec

I'm opening this to go over a feature I'm working on that requires a bit of a change on the internals of skybot, so I thought it'd be best to...

# 📣 Feedback / 🐛 Bugs When setting up the codecov frontend, `GH_APP` isn't easy to specify. This means that users with non-`codecov` github apps won't be able to add...

bug
Self-hosted
Low
codecov/gazebo

# Description adds support for `CODECOV_GITHUB_APP` docker environment variable fixes #2711 # Code Example ``` docker -e CODECOV_GITHUB_APP=codecov-example some-image-reference ``` # Notable Changes When setting the `CODECOV_GITHUB_APP`, the github app...

the sabnzbd exporter allows for changing the metrics port via `METRICS_PORT` but the health check doesn't follow that. the healthcheck also emits useless info with the progress bar this corrects...

the `dumps` parameter is used to serialize the `JSONResponse` to text. this is often done with python's built in `json.dumps` but other times via `ujson.dumps` and `orjson.dumps` however, to use...