Kiran Jonnalagadda
Kiran Jonnalagadda
`RoleMixin.roles_for` is a method that returns a new instance of `LazyRoleSet` on each call. This has exposed an inefficiency with recursive calls in `ConditionalRole` introduced in #451. `RoleMixin.current_roles` meanwhile writes...
Registry members are added during module import, and the member signatures are affected by the `kwarg`, `property` and `cached_property` flags. This makes registries incompatible with static type checking. The member...
`requests` does not support Async, and does not appear it will gain support soon as there have been many abandoned forks and sub-projects over the years. We should move to...
StateManager is currently used as an instance of a reference `StateManager` that lives as a property on the model and sources its states from an external enum. This worked in...
The `authorized_handler` method raises OAuthException if the OAuth process fails. However, since this method is a decorator, there's no way to write an exception handler that can display a friendly...
I've upgraded `example/server.py` and `example/client.py` to use oauth2 instead of oauth. Running the server and then the client executes a sample transaction between the two.
The website returns a 404 error.
Pytest-Splinter's browser fixture deletes cookies by calling `browser.cookies.delete()`: https://github.com/pytest-dev/pytest-splinter/blob/47141cd477254abcb2a15cdf7e72bdb97da29f95/pytest_splinter/plugin.py#L609-L615 This is causing a FutureWarning under splinter 0.19: ``` …/splinter/driver/webdriver/cookie_manager.py:24: FutureWarning: Deleting all cookies via CookieManager.delete() with no arguments has been...
`natd` has been dropped in Yosemite, so this step fails: ``` $ mptcpctl import /tmp/mptcp-virtual.ova Password: natd was not found. Aborting. ```
The current import/export mechanism uses a simple JSON file. This prevents passing along binary attachments (file/image uploads) and verbose data such as the full revision history of a revision-controlled document....