Eugen Zagorodniy

Results 5 issues of Eugen Zagorodniy

Better late then never :) https://github.com/Pylons/deform/issues/394

As per [docs](https://docs.pylonsproject.org/projects/deform/en/latest/api.html#deform.Form), `formid` argument is intended for placing more than one Deform form into a single page. Though [autogenerated `oid`s](https://github.com/Pylons/deform/blob/2.0.8/deform/field.py#L169) will conflict in this case (violating HTML standard and...

bug
needs-pr
should backport

`inversre` function fails with "Ratio has zero denominator" error for following test cases: ``` haskell , testEquality "inverse (3)" ( inverse $ fromList 2 2 [0,1, 1,0] , Right $...

Implement converting: - ```,,German style quotes`` ``` → „German style quotes“ - ```` → «French style quotes» Inspired by the [PHP implementation](https://github.com/michelf/php-smartypants).

Re: - https://github.com/Pylons/deform/issues/394 - https://github.com/Pylons/deform/pull/520 I'm not a native English speaker, so perhaps the docstring wording might be improved.