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
[alias] | |
amend = commit --amend --no-edit |
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
/** Stylebot. */ | |
body > *:not(#stylebot-container) { | |
visibility: hidden; | |
opacity: 0; | |
} | |
html { | |
background: #fff; | |
} |
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
GET [642 of 708 - 90.7%]: https://storage.googleapis.com/mdc-web-screenshot-tests/travis/2019/08/06/19_33_57_195/spec/mdc-drawer/mixins/fill-color.html?utm_source=cbt&utm_medium=selenium&font_face_observer_timeout_ms=3000&fonts_loaded_reflow_delay_ms=0&dir=ltr > desktop_windows_chrome@latest... | |
GET [642 of 708 - 90.7%]: https://storage.googleapis.com/mdc-web-screenshot-tests/travis/2019/08/06/19_33_57_195/spec/mdc-data-table/classes/baseline-checkbox.html?utm_source=cbt&utm_medium=selenium&font_face_observer_timeout_ms=3000&fonts_loaded_reflow_delay_ms=0&dir=ltr > desktop_windows_ie@11... | |
ERROR [642 of 708 - 90.7%]: IE 11 on Windows 10! - video: https://app.crossbrowsertesting.com/public/i641b055c3412e9e/selenium/26310857/b9662551 (Selenium session ID: 8960cff0-3bd8-4f3c-96f7-ec7f38260797) | |
QUITTING [642 of 708 - 90.7%]: IE 11 on Windows 10! - video: https://app.crossbrowsertesting.com/public/i641b055c3412e9e/selenium/26310857/b9662551 (Selenium session ID: 8960cff0-3bd8-4f3c-96f7-ec7f38260797) | |
ERR |
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
GET [626 of 708 - 88.4%]: https://storage.googleapis.com/mdc-web-screenshot-tests/travis/2019/08/02/21_24_56_587/spec/mdc-snackbar/classes/baseline-with-action.html?utm_source=cbt&utm_medium=selenium&font_face_observer_timeout_ms=3000&fonts_loaded_reflow_delay_ms=0&dir=ltr > desktop_windows_chrome@latest... | |
ERROR [626 of 708 - 88.4%]: IE 11 on Windows 10! - video: https://app.crossbrowsertesting.com/public/i641b055c3412e9e/selenium/26134367/fa212425 (Selenium session ID: 937e4068-ef36-431a-a6a0-020e6d287ce8) | |
QUITTING [626 of 708 - 88.4%]: IE 11 on Windows 10! - video: https://app.crossbrowsertesting.com/public/i641b055c3412e9e/selenium/26134367/fa212425 (Selenium session ID: 937e4068-ef36-431a-a6a0-020e6d287ce8) | |
ERROR [626 of 708 - 88.4%]: Chrome 75.0.3770 on Windows 10! - video: https://app.crossbrowsertesting.com/public/i641b055c3412e9e/selenium/26134363/5db08b0a (Selenium session ID: 152e20da8a86bc38725fedd1383eed10) | |
QUITTING [626 of 708 - 88.4%]: Chrome 75.0.3770 on Windows 10! - video: https://app |
Material Components for the web (MDC Web) helps developers execute Material Design. Developed by a core team of engineers and UX designers at Google, these components enable a reliable developm
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
/** | |
* 1. Install stylebot chrome extension https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha | |
* 2. Add this CSS to any site which is killing your productivity =) | |
*/ | |
body > *:not(#stylebot-container) { | |
display: none; | |
} | |
html::before { |
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
import { | |
tween, | |
styler, | |
decay, | |
listen, | |
pointer, | |
value, | |
transform, | |
spring, | |
physics, |
Clone Repo
git clone https://github.com/censusreporter/censusreporter.git
cd censusreporter
Install pip-save
source <(curl -sSLk https://raw.githubusercontent.com/abhiomkar/pip-save/master/install)
Install pip deps
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
pip3 () { | |
index=0 | |
PIP3_ARGS=( "$@" ) | |
for i in "$@" | |
do | |
if [[ $i == "install" || $i == "uninstall" ]] | |
then | |
echo "install/uninstall opt found" | |
PIP3_INSTALL_FLAG=1 |