Joseph Walton

Results 34 comments of Joseph Walton

For that specific failure, [this commit](https://github.com/dnicolodi/beancount/commit/5cdc3fbb1a0201183ce71a3353a7d0df886277af) suggests removing that method entirely. In most other cases, [this suggestion](https://stackoverflow.com/a/54768241/733345) to use: ``` tmpf = NamedTemporaryFile(delete=False) ... tmpf.close() os.unlink(tmpf.name) ``` is probably the...

Thanks for the context. > thus the change to the Python code is not particularly meaningful. You're right; and the `grammar.py` change here is not significant. My intention here was...

Nice investigation. Those combinations suggest that it broke between perl 5.14.4 and perl 5.15.0.

I've added a couple of tests, to make sure that a default of 30s is passed through and that a specified value is also passed through.

@ionrock ping. Is this good to merge with the added tests? Any other changes that would help?

Those instructions will only work for `titl-core`, as `title-rdf` has extra dependencies. Use [`exec-maven-plugin`](http://www.mojohaus.org/exec-maven-plugin/usage.html) or add the libs to the classpath yourself.

Comment [#1](https://code.google.com/p/titl/issues/detail?id=20#c1) originally posted by josephw on 2012-10-12T15:26:54.000Z: The sentence: i have been running up into problems trying to get it to decrypt properly should read: i have been running...

Comment [#2](https://code.google.com/p/titl/issues/detail?id=20#c2) originally posted by josephw on 2012-10-12T15:27:52.000Z: Also the sentence: Now, encryption seems to go smoothly always should read: Now, the decryption stage seems to go smoothly always

Comment [#3](https://code.google.com/p/titl/issues/detail?id=20#c3) originally posted by josephw on 2012-10-12T18:01:57.000Z: As an update, seems I've finally been able to get my python code working for the inflating/decompressing.. Can't say i'm certain why...

Comment [#1](https://code.google.com/p/titl/issues/detail?id=15#c1) originally posted by josephw on 2011-05-29T05:41:44.000Z: Thanks for this. It looks like the behaviour is different between MacOS and Windows. One option is to fall back if one...