Luke Mackenzie
Luke Mackenzie
I'd like to try ajenti-v but would like to know which version of PHP is installed and if this is < 5.6 is there a way to run it with...
This code never evaluates to true as getCompletionPercent() will not usually return 1 unless you happen to request jobstatus at the exact moment it hits 1. ``` public function isFinished()...
I've written a worker and can fire this from a dummy gearman client. Which methods allow me to report job status? I want to report status as the job progresses....
I would like to open a page and watch a datatable on that page as it is populated. The target site dynamically adds content to the table over a period...
I see this comment in strategy.js: - The HTTP Bearer authentication strategy authenticates requests based on - a bearer token contained in the `Authorization` header field, `access_token` - body parameter,...
I have configured the gaufrette amazon s3 adapter to upload to a specified folder in my S3 bucket. This works but files are created in a /{year}/{month}/{day} folder tree. How...
If calling this within a class method, How would I reference another class method instead of naming a function using a string? ``` $parallelcurl->startRequest('http://example.com', , array('something')); ```
``` $parallelcurl->startRequest('http://example.com', function(){ //function content }, array('something')); ```
Is it possible to control the wordpress username created when registering? In testing, registering via linkedin created the user 'user6'. In case it is relevant, I have buddypress installed and...
If I am logged in to LinkedIn in another browser tab, I am not prompted to authenticate with LinkedIn via WordPress. Is this scenario explicitly handled by the plugin? If...