Michał Jaworski

Results 38 issues of Michał Jaworski

Because of that `fuzzpy` can't be installed without `epydoc`. In addition `setup.py` doesn't specify it as required package. Maybe `epydoc` import and `GenerateDoc` class should be in `try ... except`...

Gnuplot-py sucks a lot and has this issue that you can't tell that output is already ready without monitoring tmp files or ugly hacks. I had a lot of issues...

``` Traceback (most recent call last): File "vis.py", line 67, in vis = fuzz.VisManager.create_backend(obj) File "/home/swistakm/dev/env-fuzz/local/lib/python2.7/site-packages/fuzz/visualization.py", line 87, in create_backend plugin = VisManager.get_supported_plugins(obj.__class__)[0] File "/home/swistakm/dev/env-fuzz/local/lib/python2.7/site-packages/fuzz/visualization.py", line 60, in get_supported_plugins if...

I run on this from time to time. In most cases nested resource can be handled by using custom fields but they cannot be trivially validated/serialized/deserialized. Also those new fields...

help wanted
feature
idea/proposal

This is very common feature in many similar serialization solutions. I see two possible approaches: 1. Providing decorator function that can turn serialize'rs method to dynamic field class object. 2....

feature
idea/proposal

Since we are breaking backwards compatibility in 1.0.0 anyway, it is time to revisit some class and function names. - [ ] make param names for basic Python types consistent...

enhancement

It would simplify some usecases like allowing CORS preflights on authorized resources.

enhancement
help wanted
feature

Because we do not plan to use Python2 we can mark all keyword arguments as keyword-only ([PEP 3102](https://www.python.org/dev/peps/pep-3102/)). This will make easier to extend existing base field functionality and custom...

enhancement

Now it's always JSON but we should be able to support more in a convenient way.

help wanted
feature