Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 31 million developers.
Sign up
Popular repositories
-
web-engeneering-notes
Web Engeneering Notes
JavaScript 13
-
jsperf-tutorial
bookmarklet to run a tutorial on jsPerf.com
JavaScript 7
-
skelJS
Forked from ajlkn/skel
A www frontend framework.
JavaScript 2
-
brackets-theme-solarized-animated
Theme for Adobe's Brackets editor; my own version of Solarized Light, with some animation to help with cursor-following and matching brackets.
CSS 2
-
incrementable
Forked from LeaVerou/incrementable
Increment length values in textfields
JavaScript 1
-
slideshow-improving_load_times_with_cdns
Lightning-talk on CDNs, focusing on free.
138 contributions in the last year
Contribution activity
April 2019
March 2019
- tomByrer/package-maintenance
- tomByrer/react-sfc-proposal JavaScript
- tomByrer/youtube-subtitle-converter JavaScript
- tomByrer/video.js JavaScript
Created a pull request in videojs/video.js that received 10 comments
fix #5826; swap node-sass for dart-sass
Description Per #5826, node-sass is difficult to install sometimes. Dart-sass is the new 'standard'. Specific Changes proposed To get dart-sass to …
Created an issue in sass/dart-sass that received 3 comments
@import from node_modules different from node-sass
given: sass src/css/video-js.scss dist/video-js.css
& in video-js.scss this import does not work for dart-sass, but did in node-sass:
...
@import "…