Gianluca Pacchiella

Results 11 issues of Gianluca Pacchiella

In this branch I tried to implement some ideas ## Media files Previously the javascript files was included directly in the `easy_maps/map.html` template but when more than one `{% easy_map...

I created a repo manifest for compile AndEngine and its extensions. The steps to follow are (in a linux system, but I think it works also in windows) $ mkdir...

I like to have a variable width for the hexdump so I added the possibility to use ``+`` and ``-`` to increase/decrease it. I don't know if it interferes with...

If you use `from multiprocess import Popen` the library is not able to swap the implementation, I don't know if it's an intended behavior, maybe should be explicitly indicated in...

Clarify subtle limitation of this plugin as noted in #116

Maybe follow this [guideline](http://flask.pocoo.org/docs/0.12/patterns/fileuploads/).

Probably we should create a static method for the model ``FilesystemObject`` that uploads and creates the instance.

The implementation ```python class PTraceProcess: ... def isTraced(self): if not HAS_PROC: self.notImplementedError() stat = readProcessStat(self.pid) return (stat.state == 'T') ``` is checking for `T`, but that is for stopped by...

I would like to use the ``pyplots`` plugin but I'm using markdown and the plugin is not compatible with that: is it possible to modify the plugin to use **also**...