Skip to content

Instantly share code, notes, and snippets.

View Anahkiasen's full-sized avatar

Emma Fabre Anahkiasen

View GitHub Profile
parser: 'babel-eslint'
plugins: ['react']
env:
browser: true
node: true
es6: true
ecmaFeatures:
blockBindings: true
modules: true
@Anahkiasen
Anahkiasen / roadmap.md
Last active August 29, 2015 14:24
Ignition 3 - Roadmap

Ignition 3 - Roadmap

The main change is that Ignition is now completely decoupled from the forums. It still provides some integrations to it (login with IPB, CDLCs are still posted in the forum) but all the application can be enjoyed without a forum account.

Appearance

  • Design is now fully responsive
  • Markup is now Bootstrap compliant and compatible with any Bootstrap theme.
  • All Bootswatch themes are available by default in the settings panel
  • Also added some additional themes, including a Search 2 theme
@Anahkiasen
Anahkiasen / Gulpfile.js
Created June 19, 2015 08:13
Modularized Gulp stack
var elixir = require('laravel-elixir'),
config = require('./.gulp/config'),
$ = require('gulp-load-plugins')(),
run = require('run-sequence'),
gulp = require('gulp');
require('./.gulp/tasks.js');
/*
|--------------------------------------------------------------------------
@Anahkiasen
Anahkiasen / Gulpfile.js
Last active October 3, 2015 22:43
PostCSS test
var gulp = require('gulp'),
rename = require('gulp-rename'),
postcss = require('gulp-postcss');
// Filetypes
//////////////////////////////////////////////////////////////////////
gulp.task('css', function () {
var preprocessors = [
require('cssnext')(),
Criteria firekorn forgeon Average
tone 0.3 0.5 0.4
audio 0.5 0.5 0.5
sync 1 1 1
techniques 0.7 1 0.85
tab 1 0.8 0.9
normalized_volume 0.2 0.8 0.5
presilence 0.5 0.3 0.4
playable 1 1 1
Uncaught abort() at Error
at jsStackTrace (http://game234229.konggames.com/gamez/0023/4229/live/0.8.5/WebGL.js:1:19000)
at stackTrace (http://game234229.konggames.com/gamez/0023/4229/live/0.8.5/WebGL.js:1:19183)
at abort (http://game234229.konggames.com/gamez/0023/4229/live/0.8.5/WebGL.js:110:80252)
at Array.L2o (http://game234229.konggames.com/gamez/0023/4229/live/0.8.5/WebGL.js:101:58700)
at xYb (http://game234229.konggames.com/gamez/0023/4229/live/0.8.5/WebGL.js:33:4586)
at zYb (http://game234229.konggames.com/gamez/0023/4229/live/0.8.5/WebGL.js:33:5151)
at Array.yYb (http://game234229.konggames.com/gamez/0023/4229/live/0.8.5/WebGL.js:33:4892)
at Object.mRo [as dynCall_iiiiiiii] (http://game234229.konggames.com/gamez/0023/4229/live/0.8.5/WebGL.js:101:5957)
at invoke_iiiiiiii (http://game234229.konggames.com/gamez/0023/4229/live/0.8.5/WebGL.js:1:320316)
@Anahkiasen
Anahkiasen / gist:86da75818ec9e42730fd
Created March 3, 2015 16:59
Repository links in League websites
Package Direct link Link under a badge No link
BooBoo X
CLImate X
CommonMark X
Container X
CSV X
Event X
Factory Muffin X
Flysystem X
<?php
namespace Remindme\Search\Indexes;
use ElasticSearcher\Abstracts\IndexAbstract;
class TagsIndex extends IndexAbstract
{
/**
* @return string
*/
<?php
use ElasticSearcher\ElasticSearcher;
class TagsTableSeeder extends Seeder
{
/**
* @type ElasticSearcher
*/
protected $search;
@Anahkiasen
Anahkiasen / SassMeister-input-HTML.html
Created November 24, 2014 13:24
Generated by SassMeister.com.
<section class="a">
<div>1</div>
<div>2</div>
</section>
<section class="b">
<div>1</div>
<div>2</div>
</section>