Skip to content

Instantly share code, notes, and snippets.

View screamish's full-sized avatar

Simon Fenton screamish

  • Melbourne, Australia
View GitHub Profile
@screamish
screamish / checkPlugins.py
Created July 10, 2018 05:57
Check buildkite plugins for compliance with a whitelist
#!/usr/bin/env python
import os
import json
import sys
whitelist = {
'github.com/buildkite-plugins/docker-buildkite-plugin',
'github.com/buildkite-plugins/docker-compose-buildkite-plugin',
'github.com/buildkite-plugins/ecr-buildkite-plugin',
@screamish
screamish / gist:ccc46cb849cc4497ea8e
Created October 23, 2014 04:35
Refit 2.0 runtime error
System.ArgumentNullExceptionValue cannot be null.
Parameter name: type
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at System.Activator.CreateInstance(Type type, Object[] args)
at Refit.RestService.For(HttpClient client) in y:\code\paulcbetts\refit\Refit\RestService.cs: line 24