Fred Bradley

Results 5 issues of Fred Bradley

Scuse me for being silly, but How do I set my oauth token for the bin to pick up?

Hello I’ve been testing this today however it seems that each time it misses the first commit of the group. Crude example can be found: https://github.com/fredbradley/actions-test/releases/tag/v0.3.1 but when you see...

bug
help wanted

Add support for hex code colors rather than RGB. Usage: ``` (new Generator)->color('#fff')->backgroundColor('#000'); ``` Usage for Eye color is slightly different due to complexity: ``` (new Generator)->eyeColorFromHex(0, '#fff', '#000'); ```...

Hello. It seems that this piece of code (for the plugin update.php) is causing a Fatal Error `Call to undefined function auth_redirect() in /var/my/private/path/wp-admin/admin.php on line 80` I wondered if...

I was working on a project that needed authentication with OAuth1.0a. Here was the solution.