LennyLip

Results 32 issues of LennyLip

1. When search, children must expand relative parent. 2. When search, children must set isFiltered too. 3. http://a5hik.github.io/angular-multi-select-tree/ test page "0.0" does not work (Node 0 with child Node 0.0...

Cool directive! but I think there are too many scopes are created. ![scopes](https://cloud.githubusercontent.com/assets/955994/7864195/4597ac8a-0569-11e5-8b85-fc6f7bb1b44b.png)

Say, i have ImageFiled that stored URL in DB and file on hdd. ``` img = ProcessedImageField(storage=photo_fs, processors=[Transpose(Transpose.AUTO), ResizeToFit(1280, 960, False), ResizeCanvas(1280, 960, anchor=Anchor.CENTER) ], format='JPEG', options={'quality': 75}) ``` how...

Does not work with python 3.4 and Django > 1.8

django-importer is support nested objects import?

`This repository has been archived by the owner.` https://github.com/smurfix/flask-script

trying to start image without port and values mapping in [portainer](https://www.portainer.io/) - got (bridge network): ``` exception: bind to '0.0.0.0:6600' failed (continuing anyway, because binding to '[::]:6600' succeeded): Failed to...

failure: repodata/repomd.xml from SOGo: [Errno 256] No more mirrors to try. https://packages.inverse.ca/SOGo/nightly/4/rhel/7/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found + Why we have no info in docs about additional...

I need to [convert Django queryset iterator](https://docs.djangoproject.com/en/3.2/ref/databases/#server-side-cursors) to async iterator. Can I do this with django-async-orm?