Luke Macken

Results 37 comments of Luke Macken

Yeah, I'd like to see this as well. First off, we need to get proper daemonization working with qrandom-dev. Then, adding syslog hooks to our current log() method should be...

I'm definitely open to merging a pull request that migrates from urllib->requests. @pypingou's points are valid, and it is a concern, however distros like Fedora unbundle python-requests. But since quantumrandom...

Hi there, thanks for the report. I actually didn't write that function, but one of the folks that works on the ANU quantum random number generator sent me this email...

This is the traceback that is getting triggered by this query. ``` python URL: http://localhost:10016/packages/fcomm_connector/xapian/query/search_packages/%7B%22filters%22%3A%7B%22search%22%3A%22rubygem-fast_xs%22%7D File '/usr/lib/python2.6/site-packages/weberror/errormiddleware.py', line 162 in __call__ app_iter = self.application(environ, sr_checker) File '/usr/lib/python2.6/site-packages/tg/configuration.py', line 655 in...

Looks like they're used for debugging to map the css to the less code, so it's probably safe to disable within datagrepper. https://stackoverflow.com/questions/21504611/what-are-the-map-files-used-for-in-bootstrap-3-1

With --debug ``` [lmacken@tomservo pyrasite [git:feature/tito:0]]$ tito build --debug rpm -q --qf '%{name} ' --specfile /home/lmacken/code/github.org/pyrasite/pyrasite.spec 2> /dev/null | head -1 Getting latest package info from: /home/lmacken/code/github.org/pyrasite/rel-eng/packages/pyrasite awk '{ print...

Looks like this is caused by me setting `VisualHostKeys yes` in my ssh config

yeah, if we could pass '-q' to ssh under git (like by setting GIT_SSH), then that would hide it. Else, you could possibly just grab the last line out of...

You may want to look into the Farstream (formerly Farsight) GObject Introspection API. http://cgit.collabora.com/git/farstream.git/tree/examples/gui/fs-gui.py I tried getting this example app running with both farstream-0.1.2 (which is the `farstream` package in...

Obviously rawudp is fine for now, but in the long run it would be awesome to support ZRTP: http://www.zrtp.org There's already a gstreamer filter for it: https://github.com/wernerd/gstzrtp