Darryl T. Agostinelli

Results 27 issues of Darryl T. Agostinelli

I'm new to Iconize as of tonight. I found the following issues and they have thrown me off. I hesitate to continue experimenting with this library. - There is another...

When using it like so: ./venv/bin/python3 -m pyinotify -r -a -e IN_CLOSE_WRITE -c 'make build' src/ Sometimes I get multiple events in quick succession. This wreaks havoc because pyinotify spawns...

When using it like so: ``` ./venv/bin/python3 -m pyinotify -r -a -e IN_CLOSE_WRITE -c 'echo $1' src/ ``` I would like to retrieve the full path of the file changed....

Request: update the readme to specify where to get libPVRTexLib.so (and any other dependencies) I'm trying to build sprite-sheet-packer for the first time. It built fine, but at launch, it...

Pystache might be having problems rendering data from a complex type. It seems to be fine with dictionaries, however. That said, it doesn't seem to traverse dictionaries that contain complex...

Given an HTML file containing a css resource using an aboslute path: `` Result: ``` $ htmlark mypage.html **SS: Error reading '/css/site.css': No such file or directory Unable to convert...

**If I install from git master** ImportError: No module named 'sugarmodule' ``` $ mkdir test $ cd test $ virtualenv testenv --python=python3 Running virtualenv with interpreter /usr/bin/python3 Using base prefix...