Skip to content

Instantly share code, notes, and snippets.

View CoreyTrombley's full-sized avatar
💾
Save the floppy

Corey Trombley CoreyTrombley

💾
Save the floppy
View GitHub Profile
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
{
"frames": [
{
"timestamp": 164,
"participantFrames": {
"1": {
"totalGold": 500,
"teamScore": 0,
"participantId": 1,
"level": 1,
{
"mapId":12,
"teams":[
{
"bans":[
{
"pickTurn":1,
"championId":122
},
{

Keybase proof

I hereby claim:

  • I am coreytrombley on github.
  • I am ctrom (https://keybase.io/ctrom) on keybase.
  • I have a public key ASCDebUNN0qoaNDJOx5Gi8p-RalcdvF5lB4KiRQEx10k4Qo

To claim this, I am signing this object:

@CoreyTrombley
CoreyTrombley / Button.jsx
Created July 13, 2016 21:39
CSS Module undefined error files
import React, {PropTypes} from 'react';
import CSSModules from 'react-css-modules';
import BaseComponent from '../BaseComponent';
import styles from './button.scss';
class Button extends BaseComponent {
static displayName = 'Button';
<Route name="resourceList" path="/list/:resourceType" handler={AdminList} />
{/* may need nested route for tab Selections */}
<Route name="details" path="details" >
<Route name="companies" path=":resourceType" >
<Route name="companyId" path=":resourceId" >
<Route name="resourceDetail" path=":detailTab" handler={AdminDetails} >
<Route name="createBrand" path="/create/brand" handler={AdminCreateBrand} />
</Route>
</Route>
/**
* @file React Component for Status
*/
var React = require('react');
var _ = require('lodash');
var config = require('../../../shared/config');
var Api = require('../../../shared/lib/api')(config());
var StatusMixin = require('../mixins/statusToggleMixin');
/**
* @file Status toggle mixin
*/
var _ = require('lodash');
var config = require('../../../shared/config');
var Api = require('../../../shared/lib/api')(config());
var authToken = window.authToken;
var LineItemDetailContainer = React.createClass({
displayName: 'LineItemDetailContainer',
mixins: [FluxMixin],
propTypes: {
/**
* lineItemId that we are displaying the
@CoreyTrombley
CoreyTrombley / links
Created February 24, 2015 18:05
Learning Git, Github, and Atom