Vladimir Kamarzin

Results 16 issues of Vladimir Kamarzin

Should fix Traceback (most recent call last): File "/opt/code/telegram.py", line 16, in from piston import Steem File "/usr/local/lib/python3.6/site-packages/piston/__init__.py", line 1, in from .steem import Steem File "/usr/local/lib/python3.6/site-packages/piston/steem.py", line 9, in...

## Short description If I try to run `poetry install` with dephell-generated `poetry.lock`, it fails ## Traceback ``` % poetry install -v Using virtualenv: /home/vvk/.cache/pypoetry/virtualenvs/birdfeeder-RTSm1Qke-py3.7 Installing dependencies from lock file...

## Traceback Just tried to run the following command: ``` % dephell package list --traceback WARNING package not found (package=btrfsutil, url=https://pypi.org/pypi/btrfsutil/json) ERROR IndexError: tuple index out of range Traceback (most...

## Short description I'm converting pyproject to setup.py, and it seems that dephell tries to pick wrong README file. Generated setup.py file references README.rst, while I'm having a README.md inside...

``` % dephell venv create --traceback INFO creating venv for project... (path=/home/vvk/.local/share/dephell/venvs/birdfeeder-PnDk/main) INFO chosen python (version=3.7.7, path=/usr/bin/python3) ERROR OSError: Looking in links: /tmp/.private/vvk/tmpyxy7kh5a Requirement already up-to-date: setuptools in /usr/lib64/python3.7/site-packages (51.0.0)...

Docs [says](https://django-treebeard.readthedocs.io/en/latest/mp_tree.html#treebeard.mp_tree.MP_Node.path) to redefine path max_length you need to use ugly call `MyNodeModel._meta.get_field('path').max_length = 1024` This is not true as MP_Node model is abstract model, thus allow to simply redefine...

bug
django_changes
Documentation

On recent kube-tools upgrade our github pipeline break due to upgrade of `yq` version from 3 to 4 with this change: https://github.com/stefanprodan/kube-tools/commit/642a102a4c3ddef221a4c59be125212a7e884139 We were using branch v1 in the pipiline...

bug

### Changes Fixes #715 ### Checklist - [x] I think the code is well written - [x] Unit tests for the changes exist - [ ] Documentation reflects the changes...

### Cookbook version 3.0.0 ### Chef-client version 13.0.118 ### Platform Details ubuntu 16.04 ### Scenario: Just testing my cookbook which uses ark resource in kitchen environment. ### Steps to Reproduce:...

SQLAlchemy has `@declared_attr` decorator which adds declarative fields for "base" models. It would be nice to allow to keep `@declared_attr` methods close to class attributes like this: ```python class Foo:...

enhancement