I hereby claim:
- I am kimpepper on github.
- I am kimpepper (https://keybase.io/kimpepper) on keybase.
- I have a public key whose fingerprint is 34AF 53B8 A01B B514 E7AE DB28 896C 360D E4F9 4F70
To claim this, I am signing this object:
| <?php | |
| /** | |
| * @file | |
| * Contains lib\Drupal\guzzle_example\GuzzleExample | |
| */ | |
| namespace Drupal\guzzle_example; | |
| use GuzzleHttp\Client; |
| { | |
| "require": { | |
| "guzzlehttp/guzzle": "4.0.0-rc.1" | |
| } | |
| } |
| <?php | |
| /** | |
| * Finds the host IP address by calling the httpbin web service. | |
| * | |
| * @return string | |
| * The current hosts IP address. | |
| */ | |
| function guzzle_example_get_host_ip() { | |
| $client = new \GuzzleHttp\Client(); |
| <?php | |
| /** | |
| * Implements hook_block_view(). | |
| */ | |
| function guzzle_example_block_view($delta = '') { | |
| $block = array(); | |
| $example = GuzzleExample::create(); | |
| switch ($delta) { | |
| case 'host_ip': |
I hereby claim:
To claim this, I am signing this object:
| [Mon Aug 17 11:49:20.999097 2015] [core:notice] [pid 10861:tid 140709681420160] AH00094: Command line: '/usr/sbin/apache2' | |
| App 10958 stdout: | |
| App 10958 stderr: Please configure your config/database.yml first | |
| App 10958 stdout: | |
| [ 2015-08-17 11:50:19.4379 10868/7efd15847700 App/Implementation.cpp:303 ]: Could not spawn process for application /data/app: An error occured while starting up the preloader. | |
| Error ID: 4e4c48d9 | |
| Error details saved to: /tmp/passenger-error-afBjb7.html | |
| Message from application: <p>It looks like Bundler could not find a gem. Maybe you didn't install all the gems that this application needs. To install your gems, please run:</p> | |
| <pre class="commands">bundle install</pre> |
| ; Drupal 7 demo drush make file | |
| core = 7.x | |
| api = 2 | |
| projects[] = drupal | |
| projects[d7_demo_profile][type] = profile | |
| projects[d7_demo_profile][download][type] = git | |
| projects[d7_demo_profile][download][url] = "git://github.com/previousnext/d7_demo_profile.git" |
| ; $Id: $ | |
| core = "7.x" | |
| api = 2 | |
| projects[drupal][type] = "core" | |
| ; Contrib projects | |
| projects[backup_migrate][subdir] = "contrib" | |
| projects[context][subdir] = "contrib" | |
| projects[features][subdir] = "contrib" |
| namespace :drush do | |
| desc "Don't run Drupal database migrations" | |
| task :updatedb, :on_error => :continue do | |
| # no-op | |
| end | |
| end |
| id: module.toolbar.toolbar | |
| uuid: e55f6e1d-ba89-470d-9901-1fd2fcf5692f | |
| name: toolbar | |
| label: toolbar | |
| breakpoints: | |
| - module.toolbar.narrow | |
| - module.toolbar.standard | |
| - module.toolbar.wide | |
| source: toolbar | |
| sourceType: module |