Luda Lukashevskaya
Luda Lukashevskaya
For me it doesn't work nor for cookie_expires=True, nor cookie_expires=False. I'm using it with: Beaker==1.6.4 pyramid-beaker==0.7 With what options does it work for you? Only cookie_expires or smth additional? What...
https://github.com/exaile/exaile/blob/master/xl/metadata/_matroska.py doesn't work ``` 72057594037927935 1 Traceback (most recent call last): File "test.py", line 164, in parse key, type_ = self.tags[id] KeyError: 524531317 During handling of the above exception, another...
https://pypi.org/project/hachoir-metadata/
What is the proper condition if I want parse only header with metadata, not blocks of actual data (audio)? The "Cluster" element contains data, so I must read everything before...
а можна ли разширить так чтобы все текста ошибок можна было переопределять? к примеру если t.Int(gt=0) при 0 задать "Please enter non-zero value"
``` URL_RE = re.compile( r'(?:http|ftp)s?://' # http:// or https:// r'(?:\S+?@)?' # user and password r'(?:(?:\w[\w-]{,62}\.)+(?:\w[\w-]{,62}\.?)|' # domain... r'localhost|' # localhost... r'\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})' # ...or ip r'(?::\d+)?' # optional port r'(?:/?|[/?]\S+)' r'(?=\s|$)',...