Template file | Usage | Solution |
---|---|---|
./admin-block-content.html.twig | Identical to seven. | - |
./block--local-actions-block.html.twig | Identical to seven. | - |
./block-content-add-list.html.twig | Identical to seven. | - |
./button-description-toggle.html.twig | Custom: toggle descriptions. | - |
./content-edit/node-edit-form.html.twig | Custom: form actions, sidebar tray toggle. | - |
./entity-add-list.html.twig | Identical to seven. | - |
./field/field--field-media-images--paragraph-preview.html.twig | Custom: quadruple image display. | - |
./form/datetime-wrapper.html.twig | Custom: added collabsible description, moved things around. | - |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
retryable(on: Vagrant::Errors::LinuxNFSMountFailed, tries: 8, sleep: 3) do | |
commands.each do |command| | |
comm.sudo(command, error_class: Vagrant::Errors::LinuxNFSMountFailed) | |
end | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEBUG ssh: Exit status: 1 | |
INFO retryable: Retryable exception raised: #<Vagrant::Errors::LinuxNFSMountFailed: The following SSH command responded with a non-zero exit status. | |
Vagrant assumes that this means the command failed! | |
mount -o '10.20.1.1:/Code/projects/vagrant' '/vagrant' |