Skip to content

Instantly share code, notes, and snippets.

View abhiomkar's full-sized avatar

Abhinay Omkar abhiomkar

View GitHub Profile

5.0.0 (2020-02-14)

  • fix(linear-progress) support aria attributes (#5248) (7084b40), closes #5248

Bug Fixes

  • auto-init: Fixed issue with multiple default exports (#5464) (8ddd5c6)
  • button: Fix outline & ink color according to spec guidance (#5268) (ee1a68c)
@abhiomkar
abhiomkar / .gitconfig
Created November 30, 2019 23:56
.gitconfig
[alias]
amend = commit --amend --no-edit
@abhiomkar
abhiomkar / css-reset.css
Last active June 22, 2022 09:51
Take a deep breath! 🧘
/** Stylebot. */
body > *:not(#stylebot-container) {
visibility: hidden;
opacity: 0;
}
html {
background: #fff;
}
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
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
@abhiomkar
abhiomkar / README.md
Last active November 16, 2018 18:55
MDC Web / README (draft)

Version Build Status codecov Chat Screenshots

Material Components for the web

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

/**
* 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 {
import {
tween,
styler,
decay,
listen,
pointer,
value,
transform,
spring,
physics,
@abhiomkar
abhiomkar / censusreporter_on_heroku.md
Last active February 5, 2016 16:51
Instructions to run censusreporter on Heroku

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

pip3 () {
index=0
PIP3_ARGS=( "$@" )
for i in "$@"
do
if [[ $i == "install" || $i == "uninstall" ]]
then
echo "install/uninstall opt found"
PIP3_INSTALL_FLAG=1