John Brandenburg

Results 15 comments of John Brandenburg

+1, being able to install this as a dependency via composer will greatly improve workflows.

I just started running into the inverse of this, where we are now in Daylight savings, and events are appearing as if they are in standard time. I am not...

There already seems to be an exception class for this. https://github.com/elastic/elasticsearch-php/blob/master/src/Elasticsearch/Common/Exceptions/Unauthorized401Exception.php which seems unused on the 6.x I am looking at. But is used on 7.x. So that would explain...

@ezimuel yes, I can work on this. I have signed the contributor agreement. Though I am still very new to the workflow of this project. I'll do my best.

Great, I think I have something ready. I attempted to run unit tests, but they seem like they might be a bit out of date. Several tests skipped with `All...

I am also running into this. Here is ComposerGenerator::generate(): ``` public function generate(array $parameters) { $machineName = $parameters['machine_name']; $this->renderFile( 'module/composer.json.twig', $this->extensionManager->getModule($machineName) ->getPath() . '/composer.json', $parameters ); } ``` `$machineName` Is...

I just created a pull request to try to address this. The PR doesn't really fix the issue, but it provides some more helpful information. Running the generator will appear...