Norman Rasmussen

Results 104 comments of Norman Rasmussen

I was mostly thinking that it could just connect a single data channel to stdin/stdout for debugging. I guess you could support a file or pipe too (which would then...

blegh. It sounded like a good idea at the time, but there's no obvious solution for the general case. The only realistic use case (that I can think of and...

For phone to PC this shouldn't be a problem. For PC to phone maybe busybox is required then?

@judepereira I don't understand your comment, how does are file permissions and date&time related?

looks like it exists to me: ``` $ adb shell shell@hammerhead:/ $ touch touch: no file specified 1|shell@hammerhead:/ $ touch --help touch: usage: touch [-alm] [-t YYYYMMDD[.hhmmss]] 1|shell@hammerhead:/ $ ```

I did a quick investigation, and according to http://live.gnome.org/PyGObject/IntrospectionPorting converting pygtk 2 to pygi gtk 3 can be done pretty simply (there's even a pygi-convert.sh script which might just-work). It...

blegh. I have the same issue with https://github.com/normanr/xfinitybilldownload. It looks like comcast changed their login flow. They now require a user-agent and add some hidden fields using obfuscated javascript (that...

Could you also make it so that the server's default port matches the control-tool's default url?

Also document that --port supports `host:port` syntax in case users want to bind it to a specific address (like localhost).

It would also be nice to have a command line option to enable serving of static files (the plist file seems to already set it?!?)