This file contains hidden or 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
| $sidebar-border: solid 1px $zd-color-platinum; | |
| $sidebar-width: 350px; | |
| .c-sidebar { | |
| border: $sidebar-border; | |
| background-color: $zd-color-white; | |
| height: 100%; | |
| right: 0; | |
| top: 0; | |
| width: $sidebar-width; |
This file contains hidden or 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
| IE 11 install: | |
| ============== | |
| $ curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | env IEVMS_VERSIONS="11" bash | |
| Error: | |
| ===== | |
| Do you agree to these license terms and conditions (y/n)? y | |
| Installation of "Oracle VM VirtualBox Extension Pack" aborted. | |
| \nERROR: Failed to install Oracle VM VirtualBox Extension Pack from /Users/$user/.ievms/Oracle_VM_VirtualBox_Extension_Pack-5.1.30.vbox-extpack, error code (1)\n |
This file contains hidden or 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
| received_request_conditions = { | |
| update_type: { | |
| source: 'update_type', | |
| operator: 'is', | |
| value: ['Create'] | |
| }, | |
| status_id: { | |
| source: 'status_id', | |
| operator: 'is_not', | |
| value: ['3'] |
OlderNewer