Tomasz Swider

Results 2 issues of Tomasz Swider

There are few places where examples in the notebooks are using wrong keyword parameters, eg Part VI buffer ``` -------------------------------------------------- TypeError Traceback (most recent call last) in () 4 opens...

PR welcome

I have found that when I am trying to confirm email, then UserManager__Views.confirm_email_view calls self.db_manager.save_user_and_user_email(user, user_email) witch in turns calls self.db_adapter.save_object(user) and this does nothing silently. It is very confusing...