Fedor Stepanov

Results 3 comments of Fedor Stepanov

Sort of workaround for using `captureException` outside try/except block: ```python import sys import raven def get_exc_info(): exc_info = sys.exc_info() if exc_info[0] is None: return None return exc_info def capture_exception(error) sentry...

В той же главе, как мне показалось, небольшая неточность в списке: `main = print . toStr $ [1.2, 1,4, 1.6]`. Хотя результат выражения формально верен `["1.2","1.0","4.0","1.6"]`, но он сбивает с...

Try ``` echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope ``` https://pyrasite.readthedocs.io/en/latest/Installing.html#ubuntu