Igor Starikov

Results 22 issues of Igor Starikov

Hi, This closes #83 Will wait for a PyPI release now.

Hi, Since lassie is a library, limiting upper versions for dependencies as in ``` requests>=2.18.4,=4.9.0,

May be use https://github.com/ngosang/trackerslist

enhancement

Для повышения гибкости приложения следует рассмотреть возможность и целесообразность запуска торрта фоновым процессом. Примерная схема: ![20190211_204832](https://user-images.githubusercontent.com/145644/52607314-5c557a80-2ea8-11e9-97b5-63b8e012d4c8.jpg) Из схемы видно, что фоновый процесс должен будет предоставлять возможность взаимодействия с собой других...

enhancement

`.workers.set_mules_params(farms=[PythonSection.workers.mule_farm(16)])` produces wrong config if `16` is given as a string. Need also to consider a possibility to accept and handle numeric strings.

enhancement

E.g. https://uwsgiconf.readthedocs.io/en/latest/run_alarms.html need to fix autodoc missing from documentation. Need to somehow instruct autodoc to use docstrings for aliases from actual functions.

bug

For introspection: - [ ] Add `is_cron` attribute to a function - [ ] Maybe save schedule args. - [ ] Maybe make signal arg passing optional. - [ ]...

enhancement

Allow setting initial values for a form. Something like: ```python def _initialize_pre(self, *, args, kwargs): initial = kwargs.get('initial') or {} if initial: src = self.src request = self.request prefix =...

enhancement

See https://github.com/idlesign/django-siteforms/blob/master/siteforms/composers/bootstrap5.py#L79

bug

If `opt_columns = True` validation error text is out twice - just after the field, and outside of the column div.

bug