Aleksandr Smyshliaev

Results 8 issues of Aleksandr Smyshliaev

See https://github.com/a1s/HamlPy/blob/master/reference.md#conditional-attributes This should close #38 and #111.

HamlPy fails to load when an application is run from a packed Python library, such as one produced by py2exe: ``` Traceback (most recent call last): File "django\core\handlers\base.pyo", line 140,...

I am moving a Redmine server from v1.3.0 to v3.4.4 (that is the version currently shipped with Ubuntu 18.04.3 LTS) I have installed Wiki Extensions plugin v0.8.2 which is said...

I am trying to install rdup from AUR in Arch Linux. The build fails with the following errors: ``` crypt.c: In function ‘crypt_init’: crypt.c:31:3: error: ‘nettle_aes_set_encrypt_key’ is deprecated [-Werror=deprecated-declarations] aes_set_encrypt_key(ctx,...

Although pisa_reportlab is able to process input elements of types "radio" and "select", pisa_parser allows only "text", "hidden", and "checkbox". Perhaps "radio" and "select" should be added to TAGS["input"]. It...

cssParser does not recognize escaped characters within string because the backslash character is consumed by the first group `[\t !#$%&(-~]`. For example, the following string in a css file makes...

I get the following error when xhtml2pdf is run with debug option: ``` Traceback (most recent call last): File "C:\Python27\lib\site-packages\sx\pisa3\pisa_parser.py", line 231, in CSSCollect cssAttrMap[cssAttrName] = node.getCSSAttr(c.cssCascade, cssAttrName) File "C:\Python27\lib\site-packages\sx\pisa3\pisa_parser.py",...