Kevin McCormack
Kevin McCormack
Fixes #99
Sidekiq 7 now requires that arguments serialize "safely" to JSON. This means they need to become basic types such as `String`. Right now, trying to send an object with a...
It could be really nice to show response times for each health check. If the page takes several seconds to load I would like to know which services were slow...
This helps with dom changes such as showing/hiding an element or filtering a table and with window resizing. - Move table and header position and size evaluation to function -...
Replaces #54
We could leverage https://github.com/marketplace/actions/firefox-addon-action https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#web-ext-sign
This includes the new Firefox extension UUID
Fixes left to do after merging #61 - [x] Replace "background.scripts" with "background.service_worker" in the manifest.json for Chrome (we need to keep it for Firefox so we'll have to put...