John Brandenburg

Results 10 issues of John Brandenburg

Currently the progress bar writes a new line for each incremental step of progress. It seems like the progress bar should be outputting a carraige return to overwrite the line...

Throws exception when unable to load module extension for module generator. Debugging/Addresses https://github.com/hechoendrupal/drupal-console/issues/4118 I'm not sure how you feel about calling out individual Issues in exception messages. But this seems...

Fixes #1097 * Adds additional thrown exception or 401 unauthorized. * Backports convertBodyToString method. * Handles responses with empty bodies.

### Summary of problem or feature request Edit: Since posting this, I identified that this is addressed in 7.x, while I was working with 6.x. I'm using the elasticsearch_connector Drupal...

Is this library no longer supported? I've already committed to using it on a project, as it perfectly suits the need for a lightweight mapping library. But I can't help...

I'm not sure if I'm missing something, the default authentication method is username/password. Which uses basic auth within the URL. I don't see how I can use token based authentication...

Cross referencing https://github.com/hechoendrupal/drupal-console/issues/3847, With some debugging, I found that the launcher was starting drupal console with a path argument that was just the name of the directory that contained drupal,...

Perhaps I am doing this wrong, but I have an installation of pattern-lab, and we've added some new functions in source/_twig-components/functions/. However, when installing from scratch, (this can be recreated...

This line ` _ = $(this);` declares "_" in the global namespace. Which will overwrite any variable with the same name. For example, [underscore.js](https://underscorejs.org/). This should declare the variable using...