Thomas Noe
Thomas Noe
@jobertabma how are you planning on tracking the commands that have been hashed? some sort of key, value when the hash is first done?
Never mind, I see the first line of the `track`ed files!
@talyssonoc If someone were to take a run at this, what do you think the API should look like?
When the the failstreak found using `docker inspect --format "{{json .State.Health }}" CONTAINER` reaches a certain amount w/o the container status toggling back to healthy
I ran into this when running against a MD5 hash. Is there a workaround or an option to skip the leet permutations?
https://github.com/FreeCodeCamp/camperbot/blob/master/lib/bot/cmds/thanks.js#L38 Looks like a good starting point.
Confirmed the lack of private messages https://developer.gitter.im/docs/messages-resource @dhcodes what are you using to simulate key presses, and is it allowed in gitters TOS?
@dhcodes it's my opinion that if gitter doesn't provide the API, then we shouldn't bother. Going around it could be troublesome and could change if anything on their end is...
It took a little digging... Looks like `GBot.findAnyReply` and `GBot.parseInput` are good places to start. My question would be should the blacklist be a prop of GBot or BotCommandList and...
Passing the build args to bundle: `bundle config build.fast_trie -v '0.5.1' -- --with-cflags=-Wno-implicit-function-declaration`