https://antergos.com/wiki/install/how-to-install-antergos-w-custom-lukslvm2-partitioning/
Known issue: in Grub, it seems it gets stucked in the second loading step, but you can still type your password and it wil lcontinue
| <!doctype html> | |
| <html> | |
| <head> | |
| <!-- Polyfills only needed for Firefox and Edge. --> | |
| <script src="https://unpkg.com/@webcomponents/webcomponentsjs@next/webcomponents-loader.js"></script> | |
| </head> | |
| <body> | |
| <h1>LitElement/LitHTML replaces getter/setter</h1> | |
| <p>if it works as expected, it should say bellow <code>Status: status from child</code></p> |
https://antergos.com/wiki/install/how-to-install-antergos-w-custom-lukslvm2-partitioning/
Known issue: in Grub, it seems it gets stucked in the second loading step, but you can still type your password and it wil lcontinue
| 0 info it worked if it ends with ok | |
| 1 verbose cli [ 'C:\\Program Files\\nodejs\\\\node.exe', | |
| 1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', | |
| 1 verbose cli 'install', | |
| 1 verbose cli 'phantomjs', | |
| 1 verbose cli '--verbose' ] | |
| 2 info using [email protected] | |
| 3 info using [email protected] | |
| 4 verbose node symlink C:\Program Files\nodejs\\node.exe | |
| 5 verbose cache add [ 'phantomjs', null ] |
| jQuery.expr[':'].appearing = function(elem) { | |
| var $window = $(window), | |
| windowViewTop = $window.scrollTop(), | |
| windowViewBottom = windowViewTop + $window.height(), | |
| elemTop = $(elem).offset().top, | |
| elemBottom = elemTop + $(elem).height(), | |
| isAppearingFully = ((elemTop >= windowViewTop) && (elemBottom <= windowViewBottom)), | |
| isAppearingBottom = ((windowViewTop > elemTop) && (windowViewTop < elemBottom)), |