msm1089

Results 6 issues of msm1089

I'm a total newbie when it comes to C/C++. I'm hoping someone can help with a problem I encounter when following the instructions. All steps in the guide worked: mkdir...

help wanted

The get_next_smallest method in the solution for get_next_challenge is not implemented correctly. The problem is in the last line before the return: ``` # Clear all bits to the right...

needs-review

Using the drawline method provided as the solution, it does not handle cases where `start_byte != end_byte` properly. In `end_byte`, only the LSB is set. E.g. ``` S = BitsScreen()...

needs-review

I checked for any related issue already opened, could not see any. I am trying to use the POST route **https://jsonplaceholder.typicode.com/posts** EDIT: I tried all examples on the guide. Only...

I have followed the steps on the page https://www.fast.ai/2020/01/16/fast_template/, where you detail how to set up a blog etc. I've encountered what seems to be a bug - when using...