Adam Balsam

Results 14 comments of Adam Balsam

@TomasVotruba to be clear, it doesn't really matter if it's _stable_ or not. `0.1.0-alpha5` would be fine. It's just that we currently have to pull `dev-master` in order to get...

From 2854057: If you follow the steps in the original issue, the expected result is: * Forward revision is set as default revision * Default revision is unpublished * Six...

Rerunning tests. RTBC from me if they pass - which they should.

@danepowell Can you confirm that you have patch 10 from 2877751 applied to Entity Browser? EntityReferenceBrowserWidget::displayCurrentSelection populates `current`. That patch adds the last line in the snippet below to displayCurrentSelection...

I'm actually not sure about this. When the browser first opens, I think there should be a message with a link to change the password initially. That said, the environments...

Looks like you might have some outdated stuff in your composer cache. Can you try running: ``` $ composer clear-cache ``` You also might want to double check your global...

``` composer require acquia/lightning:dev-8.x-2.x ``` Or wait until we tag 2.1.0 later today (5 April)

Sounds like you're missing the scaffold project which defines the D.O packagist. That's why composer couldn't find drupal/embed. And no, lightning-project (the scaffold) doesn't have a 8.x-2.x branch so your...

Hi @irmantasp. You should be able to use the following: ``` composer require acquia/lightning ~2.2.0 --no-update composer update ```

Hi. devel_generate is included in devel. But devel isn't a dependency of Lightning or Lightning Project (it's a dev dependency), so you might need to pull it in yourself. I...