Chris White
Chris White
This library uses Guzzle, which internally uses cURL, so I imagine any slowness would be down to something on your end - a misconfigured server, a slow connection to Backblaze's...
The idea in general is sound, I often use migrations to seed production values. For example if I add a `post_statuses` table, I might use the `DB::` facade to insert...
Yeah feel free to use the endpoint on my bot. From memory I think it's a GET request to https://xkcdbot.com/xkcd?text=compiling The bot has a local cache of every comic that...
Oh and you can also search for the comic ID.
My bad, looks like it's a POST request not a GET as per Slack's integration requirements. I'm on mobile so couldn't check :)
Yep that's fine by me.