Andrew Miner
Andrew Miner
FWIW, I'm still seeing this problem using `ChromeHeadless`. Most commonly this results when the test runner (mocha, in my case) hangs waiting on a promise which never resolves (due to...
I'm running into the same problem with the `throw` check. For example, if I start with this function: ```javascript function throwError() { return Promise(function(resolve, reject) { reject("oops!"); } } ```...
@PhoenixRiver — I've not heard anything from @dragagon since his initial comment, so I'd say it would be safe for you to pick it up.
Good for you, @dragagon! About the falling in love... not the computer rebuilds. 💋
There isn't at the moment, though if someone were to get the data put together for Thaumcraft, I'd be highly motivated to add that feature.
That looks reasonable. I've considered adding "custom crafting grids" for a while now, but I just haven't come across a place where the 3x3 couldn't be used yet. My plan,...
The current parser uses the (zero-based) position of each item in the `input` array to know which number it should match in the `pattern`. So, in order for the new...
If you get most of it done with the current format and make a note of the things you weren't able to represent, that would be fine. I can easily...
Seriously? I think I'm happy enough to kick that can down the road a ways.
You're not the first person to ask about this. My suggestion (though I can't find the issue now) was to do the following: 1. Create a new dummy mod called...