Christoph Burschka
Christoph Burschka
The POST request to the Dreamhost API is sent without a content type (`application/x-www-form-urlencoded`) which PHP will fill in, but also throw an E_NOTICE about. Unfortunately, if E_NOTICE warnings are...
This is technically object oriented and works, but is kind of ugly to install and deploy. Wish list: - Refactor to support autoloading (namespaces, etc.) - Release as a composer...
Such as vBulletin, IPB, provided that their authentication can be accessed without copying proprietary code. - Eg. vBulletin has a contrib plugin that this software could bridge to: http://www.vbulletin.org/forum/showthread.php?t=228089
- Use Drupal root, not Composer root. - Avoid adding the root to an already absolute path. - Avoid adding the root twice when creating the directory Fixes #4245, fixes...
### Problem/Motivation In #4154 / 37aeb5d12, ExportCommand was modified to prefix the config sync directory with the composer root. Three bugs: 1. A relative path is relative to *Drupal* root,...
When using the `drupal server` command to start a CLI server in Windows Git Bash (https://gitforwindows.org/) (possibly other environments), the console becomes unresponsive to Ctrl-C, Ctrl-D or other keyboard interrupts....
After pasting my phpinfo(), I was prompted to add `zend_extension = ext\php_xdebug-2.9.6-7.4-vc15-x86_64.dll` to my php.ini. This doesn't work; the correct line to use was `zend_extension = php_xdebug-2.9.6-7.4-vc15-x86_64.dll`. My stock php.ini...
I have aliased `gh:` to `https://github.com/` in my ~/.gitconfig: ``` [url "https://github.com/"] insteadOf = "gh:" ``` As a result, my repository contains remotes like the following: ``` [remote "origin"] url...
### ⚠️ Before submitting, please verify the following: ⚠️ - [x] This is a **bug**, not a question or a configuration issue. - [x] This issue is **not** already reported...