Mike Stoddart

Results 29 issues of Mike Stoddart

I tried using your Drupal services but I got: xmlrpclib.Fault: This is a fresh Drupal 6 install. Thanks

I'm not sure if I can explain this very well, but it would be interesting to have an option that scales the length of the line (line between marker and...

While parsing a CSS file I'd like to convert any colours from "white" or "#FFF" to "#FFFFFF". I tried modifying the token's value accordingly but calling as_css() doesn't appear to...

Is there anyway to render a single PDF page to an image using PIL with pyPdf? Thanks

Does this version of Rocksaw support building and sending raw UDP packets? I'm reading the code and I haven't learned enough to determine this yet. I need to build and...

Does this support the current version of Tornado? I'm getting: ./test_websocket.py Traceback (most recent call last): File "./test_websocket.py", line 3, in import websocket File "/home/mike/Development/test/websocket.py", line 24, in from tornado.util...

I keep getting a "No such file or directory" error, but there's no indication of what it was trying to find. Would it be possible include the file or directory...

I copied the code to encode to an OPUS audio file from the following link. The audio file will play back in Windows, and I think it sounds correct. However,...

Is this project available via a public maven repository? Or do I need to grab a ZIP of the source code and build it locally? Thanks