Peter Sieg

Results 28 comments of Peter Sieg

Issue for behat-drush-endpoint: https://github.com/jhedstrom/DrupalDriver/issues/73

Relevant line where `$process->getErrorOutput()` is called: https://github.com/jhedstrom/DrupalDriver/blob/master/src/Drupal/Driver/DrushDriver.php#L301

I just answered a few of my questions by running my own server locally and connecting through `/online localhost`. It uses the same db so I'm able to /spawn to...

Excellent! Thanks, @fogleman. Is there a way to set a lower or higher light value?

Perhaps it could work similarly to logicbot? Entering the following sign would set the light value to VALUE. ``` `light VALUE ```

That's a great idea! I could see some cases where you would want to only provide leveler features on specific object types, but in cases where you do want to...

Looks like we'll have to add that in a few places though if we want it to work with aliases and module-relative paths as well.

I could see it being applied to all relative paths across the board, but enabled with config. Either in a very targeted way with `"esm": true` or maybe more open-ended...

When I tried that I received a "Failed parsing util" error message with exit code 1.

I have it working for my project with an added `pathTransforms` config property. If that sounds good to you, I can create a pull request.