Jamie Hewland

Results 19 comments of Jamie Hewland

@wyardley 😬 not really, haven't had this problem myself. Adding the `LC_ALL` variable to the `home_tmp_command` function could work but.. * When I wrote that function I was mostly just...

@alexmuller thanks for looking into this. I did have a branch locally where our tests sent a `SIGKILL` to various processes and checked what happened, but we've been working on...

We now have [tests](https://github.com/praekeltfoundation/docker-django-bootstrap/blob/20b35e24fdd36253e706c08cce8984924eac7c85/example/test.py#L122-L132) for this process structure.

I can only help so much without specific details. Get a copy of the ffmpeg source code, copy build.sh into the root directory of that source and try run it....

I've never tried building on Mac. But now I have a Mac! So I'll have a go when I get the chance.

Typically, ffmpeg is compiled with FreeType in order to support subtitles. This build script does not build that library and I think that is probably your problem. Unfortunately, I don't...

Yep, been meaning to say, HAProxy will load certificates if you give it a directory of them. This works even in 1.6 (although I'm not sure about the different kinds...

I'm +1 on @jonathanj's suggestion that there should be a callback for certificate changes. For now I've implemented a wrapper for `ICertificateStore` that triggers a reload of certificates in an...

Thanks for the pull request. Any idea what causes these `MotionEvent`s to be `null`?

Thanks for this. There is something wrong with the diff, however, possibly due to the edit that you are using doing strange things to whitespace/newlines. See here: http://stackoverflow.com/questions/6134066 Also, there...