Timothy Gu
Timothy Gu
@simevidas Good catch! Do you want to make a pull request to address this?
In this case, "skip" can never be "called" on an empty iterator, since step 2.3.3 only occurs if _byte_ is 0x25 (%) and the next two bytes after _byte_ in...
You have to do the following steps documented in the README: ```sh echo 'alias bd=". bd -si"' >> ~/.bashrc source ~/.bashrc ```
Sure, a patch would be welcome.
I modeled this specific exercise after [learnyounode](https://github.com/workshopper/learnyounode/blob/master/exercises/http_uppercaserer/exercise.js#L8-L10)'s use random word generator, with the obvious intention to make it harder to cheat the system. Now, I guess the instructions can be...
@JoeDoyle23, yes, of course.
@adekbadek, comments for #93 added.
Hmm I haven't thought about that. I guess this is a pretty good idea, even though your implementation is a bit odd looking :)
Yep. There have been a lot of changes done to promise-it-wont-hurt recently: https://github.com/stevekane/promise-it-wont-hurt/issues/46#issuecomment-172731538. I will take this as one of my TODOs. On a side note, it would really help...
@ExploreMqt I actually just finished the entire tutorial without Q at all. Here are some remarks on converting the tutorial to Promise:. 1. `using_qfcall` would need to be removed. 2....