Gavin Mogan
Gavin Mogan
I know its pretty easy to get through the approval process, but it might increase your costs ``` Apologies, but EM Slack Tableflip can’t be installed. This app isn’t listed...
I'm running `binhex/arch-nzbhydra2:2.13.3-1-01` docker image I can't get it to startup to generate a bug report. I'm suspecting my database is corrupted, or some migration script isn't being triggered. I'm...
Mostly so I can use supertest to test my express server. https://github.com/nock/nock#enabling-requests https://github.com/nock/nock/blob/64de45c043369f77bfee1be89ab96bd4cb7cfee7/types/index.d.ts#L24
you already have REDIS_HOST, and REDIS_PORT, you just need a REDIS_PASS https://django-redis-cache.readthedocs.io/en/latest/advanced_configuration.html#location-schemes I was able to work around it by changing REDIS_HOST=redis to REDIS_HOST=:password@redis which is a little hacky
WhiteSourceSoftware contacted me about an xss issue in https://github.com/jenkinsci/markdown-formatter-plugin which uses flexmark. From my testing I think its something that needs to be handled in flexmark. I have a test...
I feel like I have something outdated or misinstalled or something. I'm trying out pio for watchy for the first time. My guess is that something isn't being included properly?...
This will allow something like sentry.io to be hooked up to get alerts of errors, instead of it silently affecting production.
* Update gitignore with stuff from gitignore.io * Update gitignore with compiled code * Add specific list of included files for npm (test with npx pkgfiles) pkgfiles output: ``` PATH...
Reading over https://github.com/codecov/codecov-python/blob/master/codecov/__init__.py it looks like to me the only reason you need to provide --token= for jenkins and not travis, is because job is set for travis? Why isn't...
install-plugins.sh takes the custom url as 4th parameter https://github.com/jenkinsci/docker/blob/37a170fbb09fb50a63612551ca1d16f7752013bb/install-plugins.sh#L41-L44 But https://github.com/jenkinsci/plugin-installation-manager-tool/blob/d6be728366067188042b7e80a875c62ef7aeb2b8/plugin-management-library/src/main/java/io/jenkins/tools/pluginmanager/util/PluginListParser.java#L149-L155 ignores the lockfile parameter so my existing plugins.txt with `html5-notifier:custom::https://files.halkeye.net/html5-notifier-plugin.hpi` does not function Is this intentional (should I update...