Perry Fraser
Perry Fraser
One other minor thing could be an additional note in the edit summary when a reviewer comment is added on top of the decline reasons.
Fair enough—I mainly just dislike how you currently can't tell if there was a comment included in a deny without checking the diff, but it's a pretty insignificant thing.
Ah, my apologies, I had misread your message. Yeah, a "+ comment" is more what I was thinking; sorry for the confusion.
Getting the same problem. Code: ```javascript var mineflayer = require('mineflayer'); var navigatePlugin = require('mineflayer-navigate')(mineflayer); var scaffoldPlugin = require('mineflayer-scaffold')(mineflayer); var bot = mineflayer.createBot({ host: "localhost", port: 25565, username: "Notch" }); navigatePlugin(bot);...
Ah this is a bummer 😕 It seems that the project is on my old laptop. I do remember trying to increase the stack size, to no success. I might...
@totocaster hmm, I'm not sure. I'll check it out this weekend, then I'll just do `swift init` and all that stuff by hand, then copy over the source files.
Awesome!
PR #4 fixes this. Will close when @Plopix merges.
I'm not able to reproduce on curses, macOS, with the same version you're using when building from source. Are you using a precompiled binary, or are you building from source?...
That comes as a .app, but I see you're running it in the terminal. Are you running the .sh (`Contents/MacOS/Cataclysm.sh`) within the bundle, or the actual binary (`Contents/Resources/cataclysm`)?