Skip to content

Instantly share code, notes, and snippets.

View bbaaxx's full-sized avatar
🍊
Pasele a lo barrido

Ed Mosqueda bbaaxx

🍊
Pasele a lo barrido
View GitHub Profile
@bbaaxx
bbaaxx / On the console
Created February 17, 2015 18:03
Crash after EnderIo update from EnderIO-1.7.10-2.2.6.317 to EnderIO-1.7.10-2.2.8.349
[11:33:55 ERROR]: Mod Sorting failed.
[11:33:55 ERROR]: Visting node APIContainer{CoFHAPI:1.0}
[11:33:55 ERROR]: Current sorted list : [Dummy Container (BeforeAll) @428726854, Wrapped{mcp}, Wrapped{FML}, Wra
pped{Forge}, Wrapped{Aroma1997Core}, Wrapped{CodeChickenCore}, Wrapped{<CoFH ASM>}, Wrapped{NotEnoughItems}, Wra
pped{Dummy Container (null) @1155340994}, Dummy Container (Before) @804599493]
[11:33:55 ERROR]: Visited set for this node : [Wrapped{Forge}, APIContainer{CoFHAPI|energy:1.7.10R1.0.2}, FMLMod
:BuildCraft|Transport{6.3.6}, FMLMod:BuildCraft|Silicon{6.3.6}, Wrapped{<CoFH ASM>}, APIContainer{CoFHAPI:1.0},
Dummy Container (Before) @804599493, FMLMod:CoFHCore{1.7.10R3.0.0B9}, Wrapped{CodeChickenCore}, Wrapped{FML}, Wr
apped{Aroma1997Core}, Dummy Container (AfterAll) @199153692, FMLMod:BuildCraft|Core{6.3.6}, Dummy Container (Bef
oreAll) @428726854, Wrapped{Dummy Container (null) @1155340994}, Dummy Container (After) @1396579418, FMLMod:add
@bbaaxx
bbaaxx / Vagrantfile
Last active October 21, 2018 11:12
Vagrantfile for a cheap ember-cli box (with NVM)
# -*- mode: ruby -*-
# vi: set ft=ruby :
box = 'ubuntu/trusty64'
hostname = 'emberclibox'
domain = 'example.com'
ip = '192.168.42.42'
ram = '512'
$rootScript = <<SCRIPT