Tim Wright

Results 27 issues of Tim Wright

https://github.com/ganlanyuan/tiny-slider

approved
in progress

Like this but no jquery https://css-tricks.com/reading-position-indicator/

approved
in progress

**Is your feature request related to a problem? Please describe.** I think we need a good audio player **Describe the solution you'd like** Customizable audio player that can keep playing...

approved
in progress

I added some typography and readability updates to the site. Pulled in Open Sans and Inconsolata from Google fonts. Also added an .editorconfig file for consistent indentation and bolted on...

Hey Dan! Just a recommendation to beef up your gitignore file: https://github.com/timwright12/project-starter/blob/master/.gitignore Project-specific files are at the top, and I think you need to run a git rm on each...

Chatting with @eugene-manuilov about the eslint we're generating. I'd like to open up the discussion for something like: ```{ "env": { "browser": true }, "extends": "airbnb", "rules": { "indent": [2,...

Can we have `dependencies` and `devDependencies` in the generated package.json so all the tests and stuff aren't run by DeployBot?