- San Jose, CA
- stefan.penner@gmail.com
- http://iamstef.net/
Popular repositories
-
es6-promise
A polyfill for ES6-style Promises
-
ember-app-kit
deprecated: see https://github.com/stefanpenner/ember-cli
-
country_select
Forked from rails/country_select
Gemification of rails's country_select
- ember-moment
- ember-state-services
- ember-jobs
2,926 contributions in the last year
Contribution activity
January 2017
- stefanpenner/broccoli-change-tracking JavaScript
- stefanpenner/broccoli-dependency-funnel JavaScript
-
stefanpenner/mr-dep-walk
JavaScript
•
Built by
- stefanpenner/fish-gh Shell
- stefanpenner/fish-node Shell
- stefanpenner/yarn JavaScript
Created a pull request in samselikoff/ember-cli-mirage
that received 4
comments
[BUGFIX] Blueprint.prototype.insertIntoFile is async
This prevents the termination of the process and updating these files from racing.
- Run "ember-cli-eslint" blueprint on "ember init"
- Remove "bower.json" and only create if necessary
- Split serving assets into two different in-repo addons
- Replace custom Promise class with RSVP
- BUGFIX Scoped package names
- Update fs-extra to the latest version ๐
- BUGFIX #6679 - workaround for tiny-lr not reloading on empty files arguments
- Use global NPM with version check
- Disable usage of `var`.
- ๐ Lazily install "bower" if required
- Track unique history location states
- Code refactoring for ember-metal package
- Code refactoring for ember-utils package
- Code refactoring for ember-template-compiler package
- Code refactoring for ember-runtime package
- Code refactoring for ember-views package
- Fix deopt for the field load of `.concat`
- Remove remaining JSHint/JSCS code and directives
Created an issue in stefanpenner/mr-dep-walk
that received 1
comment
parse AMD + ES6 modules at the same time
if we discover define(x, [], something) assume a single AMD module, extra the info and stop walking.
If we don't, assume ES6
If we discover both, pโฆ