Skip to content

Instantly share code, notes, and snippets.

View stephanebachelier's full-sized avatar
🎯
Focusing

Stéphane Bachelier stephanebachelier

🎯
Focusing
  • Paris France
View GitHub Profile
#!/bin/bash
branch=$(git name-rev --name-only HEAD)
git rebase --onto HEAD~2 HEAD~1 HEAD
git cherry-pick ORIG_HEAD~1
git update-ref refs/heads/$branch $(git rev-parse HEAD)
git checkout --quiet $branch
# Instead of creating an independant bash script with the code above,
# consider simply creating a git alias using the command below.
var App = new Backbone.Marionette.Application();
App.addRegions({
main: '#main'
});
App.addInitializer(function() {
console.log('here');
App.main.show(new MainLayout())
});
@stephanebachelier
stephanebachelier / app.js
Created April 25, 2014 15:50
Marionnette onDomRefresh issue example fix proposal
var App = new Backbone.Marionette.Application();
App.addRegions({
main: '#main'
});
App.addInitializer(function() {
App.main.show(new MainLayout())
});
@stephanebachelier
stephanebachelier / config.json
Created May 9, 2014 16:35
Draftable articles for winter smith blog
{
"plugins": [
"./plugins/paginator.coffee",
"./plugins/draftable_page.coffee",
"wintersmith-livereload"
],
"paginator": {
"perPage": 3
}
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
diff --git a/src/layout-view.js b/src/layout-view.js
index 9c85195..9064053 100644
--- a/src/layout-view.js
+++ b/src/layout-view.js
@@ -16,6 +16,7 @@ Marionette.LayoutView = Marionette.ItemView.extend({
options = options || {};
this._firstRender = true;
+ this._ensureElement();
this._initializeRegions(options);
@stephanebachelier
stephanebachelier / atom-0.157-update-crash.log
Created December 16, 2014 23:39
atom 0.157 update crash
Process: Atom [44204]
Path: /Applications/Atom.app/Contents/MacOS/Atom
Identifier: com.github.atom
Version: 0.157.0 (0.157.0)
Code Type: X86-64 (Native)
Parent Process: launchd [231]
Responsible: Atom [44204]
User ID: 501
Date/Time: 2014-12-17 00:38:05.517 +0100
<nav id="navigation" data-role="navigation">
<ul>
<li><a href="#" class="link">HTML</a></li>
<li><a href="#" class="link">CSS</a></li>
<li><a href="#" class="link">Javascript</a></li>
</ul>
</nav>
<div id="#playground">
<ul>
@stephanebachelier
stephanebachelier / coins.json
Last active October 10, 2016 15:13
D3 geo experiments
[
{
"id": 62,
"loc": [
12.34,
55.4
],
"state": 2,
"gender": 0,
"coinType": "Lisbon",