Results 186 comments of Renato Alves

Also `python3.10-cryptography-40.0.1`: ``` Known issues: - CVE-2023-2650 - CVE-2023-2975 - CVE-2023-3446 - CVE-2023-3817 - CVE-2023-38325 You can install it anyway by allowing this package, using the following methods: a) To...

I see after uploading here that it seems the edit introduced some ghosting effects on the image. I wasn't able to remove those with the GIF editor I used. Sorry...

Yes, I was reviewing an older version of the lesson and looking for illustrations of pivoting. This one was useful.

Will you transfer the corrected animation there?

Hi @ArtemIsmagilov thanks a lot for all the PRs and code contributions. I'm going through them as time allows. This one however includes some rewrites that use a different style...

This will need to be rebased on #577 once merged. The `imp` error was fixed there.

How are you starting the bot? Can you provide a minimal working example? And in: ```python self.thread = threading.Thread(target=run, args=()) ``` what is `run`? Not the same as `self.run`.

Thanks, I was able to replicate the error. Seems like there are multiple bugs at play. One fix is now in #518 and will be merged in the future. This...