Skip to content

Instantly share code, notes, and snippets.

View eddiemonge's full-sized avatar

Eddie Monge Jr eddiemonge

View GitHub Profile
@eddiemonge
eddiemonge / file.md
Last active October 12, 2017 15:16
react-test-renderer
⮀ g clone git@github.com:eddiemonge/snapshots-broken.git .
----------------------------------------------------------------------------------------
Cloning into '.'...
remote: Counting objects: 11, done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 11 (delta 1), reused 8 (delta 1), pack-reused 0
Receiving objects: 100% (11/11), done.
Resolving deltas: 100% (1/1), done.
@eddiemonge
eddiemonge / instructions.md
Last active August 29, 2015 14:26
UI-Router: Trying out the feature-1.0 branch

Be sure to check out the README file for usage and what's changed.

To try out the feature-1.0 branch:

git clone https://github.com/angular-ui/ui-router.git
cd ui-router
git checkout feature-1.0
npm install
grunt
@eddiemonge
eddiemonge / issue.md
Last active August 29, 2015 14:26
UI-Router Ticket Closed

Unfortunately, the issue tracker for this has gotten a bit out of control. In the interest of weeding out real bugs and feature requests, this issue is being closed. If you feel like the problem reported is still valid, please add a comment saying it is still affecting you. We will reevaluate it and if it is valid we will reopen it.

You can/should/please also try the new feature-1.0 branch that is in development to see if it fixes your issue. Keep in mind this is still in development but it is the direction the project is heading. If you want to file a ticket against this branch, use the format 1.0: (subject) for the subject.

You can also try asking on StackOverflow if this is an implementation issue rather than a bug in ui-router.

Thank you for supporting and contributing to the project.

Dear Recruiter or Hopeful Employer,

I'm going to be frank.

I don't have the time or energy to have a phone chat with every recruiter who contacts me. If you want to know about me, such as if I'm worth pursuing, I can answer any questions you have via email. I will only talk on the phone to the employees of the prospective company.

That said, here's the answer to most questions:

  • Are you looking for a new job?
    Not really, unless it meets my specific criteria.
wiredep = require( 'wiredep' )
path = require 'path'
# Karma configuration
module.exports = ( config ) ->
config.set
# enable / disable watching file and executing tests whenever any file changes
autoWatch: true
# base path, that will be used to resolve files relative to this file
@eddiemonge
eddiemonge / app.js
Created August 5, 2014 01:21
Angular Module style 2
'use strict';
angular.module('myApp', [
'widget.bye',
'widget.hello'
]);
@eddiemonge
eddiemonge / app.js
Created August 5, 2014 01:16
Angular Module style 1
'use strict';
angular.module('myApp', ['widget']);
@eddiemonge
eddiemonge / changelog.sh
Created June 20, 2014 17:31
Git Changelog script
git log --since=0.4.9 --no-merges --pretty="* [\`%h\`](https://github.com/yeoman/generator-webapp/commit/%h) %s"
@eddiemonge
eddiemonge / gist:10015110
Created April 7, 2014 05:08
jit-grunt vs load-grunt-tasks
Load tasks
Execution Time (2014-04-07 04:55:03 UTC)
loading tasks 477ms ▇▇▇▇▇ 8%
clean:dist 66ms ▇ 1%
clean:tmp 184ms ▇▇ 3%
coffee:build 426ms ▇▇▇▇ 7%
jade:main 215ms ▇▇ 3%
jade:others 480ms ▇▇▇▇▇ 8%
stylus:main 652ms ▇▇▇▇▇▇▇ 10%
copy:app 80ms ▇ 1%