CipherChen
CipherChen
Due to power line may be loose coupled or unstable, unplug and replug may happen frequently when device is shifted. In this situation, when "enable dark mode when device is...
Tag {% url ... %} style already shifted in Django 1.5. Check this for more info. https://docs.djangoproject.com/en/1.5/releases/1.5/#overview
no need to complain 'attribute-defined-outside-init' when base class not in same file as sub class
### Steps to reproduce ``` from m import BaseA class A(BaseA): def load(self, x): self.x = x ``` ### Current behavior ``` /tmp/3.py:7: [W0201(attribute-defined-outside-init), A.load] Attribute 'x' defined outside __init__...
Hi, all. I'm writting a GenericUDAFCollectSetArray, which should worked like: id ts somedata 1 2 data-1,2 1 3 data-1,3 1 4 data-1,4 2 5 data-2,5 2 3 data-2,3 2 4...