Matt Lauber
Matt Lauber
It would be helpful to us if we could set renewals to occur at a specific time of day. For example start updates at 8pm each night, or Sundays at...
My reason for this was, I'm testing a load balanced service, and was setting the key of the custom_timer to the X-Handled-By header. So any given Test would only have...
This plugin does not expand environment variables like `${WORKSPACE}` when they are placed in the Faux Project Path. I'm attempting this because I'm using the capability the git plugin to...
Add defaultHeaders flag that controls helpful default heders that can sometimes interfere with apis
Extraneous headers can interfere with CORS validation when hitting external APIs, due to tightly configured `Access-Control-Allow-Headers` headers. Add a way to disable these headers when they are causing issues.
### Describe the bug Due to tightly configured Access-Control-Allow-Headers headers, extraneous headers can interfere with CORS validation when hitting external APIs. In particular, I ran into an issue with the...
### Describe the bug For some reason, when a httprequest is made via `
It appears the initial javascript to create/format the list of artists or albums can take a significant amount of time to render when the list of artists exceeds 1000.
To the right side of the artist and album lists, include a (+) button that adds all of the given artist or album to the current playlist.
As part of the build process, render the icons (Home, Pause, Play, Previous, Next, etc) from the resources directory into the destination files. Create a simple build command to generate...