Pavel Vergeev

Results 12 comments of Pavel Vergeev

> Could we instead be using a plain dictionary format under-the-hood for the cookie persistence? I think the biggest obstacle here is the fact that the `jar` attribute of `Cookies`...

I started looking into the issue and wanted to clarify a couple of things. 1. Does this issue mean `rez` will drop Python 3.7 compatibility? `functools.cached_property` was added in Python...

The issue can be addressed now because as per #100 (the commit https://github.com/devmanorg/fiasko_bro/pull/100/commits/5509db42b8d26c84fecb8b47409e6798a498eb70) the validators now respect `directories_to_skip` argument.

Current problems: - the whitelist names are implicitly chosen - the whitelists are far away from the place they are being used in - under current convention of naming whitelists,...

The problems were addressed in the following ways: - Whitelist names are actually chosen explicitly by the validators on the lines such as: ``` whitelist = whitelists.get('has_no_extra_dockstrings_whitelist', []) ``` -...

Should be done after these: https://github.com/devmanorg/fiasko_bro/issues/95 https://github.com/devmanorg/fiasko_bro/issues/39

I think I'm going to use flake's Python API. But: `Flake8 3.0.0 presently does not have a public, stable Python API.` according to [this](http://flake8.pycqa.org/en/latest/user/python-api.html). More specificly, I'm trying to make...

As I described in the Slack chat, this may not be possible to accomplish in a clean way. It seems to me our choices are: - use internal classes and...

Hi @sobolevn! Are you still planning on doing this or we can reassign the issue?