Fernando Macedo

Results 21 issues of Fernando Macedo

Use the verbose version of field names on reports.

enhancement

Keep the fields order on reports and on the field selection page.

### Description **python-statemachine** is joining the [community of open source projects](https://python3statement.org/) ending support for Python 2, and based on [PyTest's](https://docs.pytest.org/en/5.3.2/py27-py34-deprecation.html) and [Pallets](https://palletsprojects.com/blog/ending-python2-support/) announcement, we'll also drop support for Python 3.5...

### Description Add support for internacionalization, translating the exception messages as an example.

enhancement

* Python State Machine version: 0.7.0 * Python version: Any * Operating System: Any. ### Description All state machines events should execute on a [run to completition](https://en.wikipedia.org/wiki/UML_state_machine#Run-to-completion_execution_model) (RTC) mode. >...

enhancement

When you assign a class to [Parser.default_item_class](https://github.com/fgmacedo/raspador/blob/master/raspador/parser.py#L22), it will use this class to generate his resulting objects, but for now, this class must be an dictionary-like class. It could be...

enhancement

A lib pyboleto possui um problema no MANIFEST.in que está jogando todos os seus testes na raiz do dist-packages, ao instalar via `pip`. As opções de resolução incluem não distribuir...

http://movu.ca/demo/page/new Raises "invalid controller (page/new)"

http://movu.ca/demo/group/new Raises 'invalid controller (group/new)'

Experimental branch to play with compound and parallel states. On this PR, I'm trying to implement a "simple" example from SCXML called "microwave", that has parallel and compound states. ##...

enhancement