James Mead

Results 204 comments of James Mead

Having just thought about this a bit more, I'm not sure the attachments should be marked as deleted when a policy group is deleted. A policy group is immediately public...

Note that the code in this branch is very similar to that in the recently added [`build_methods_repo` script](https://github.com/freerange/method_log/blob/678a21e9677d222f4db45447a6ec4e6a21a0078f/bin/build_methods_repo).

Rebased against master and force-pushed.

It seems as if the class is [now documented](https://github.com/libgit2/rugged/tree/0f660b695541e8c946b6dc3a0c4012fce8676605#diffs).

I can confirm that the Smart Answers app has been working around this issue by adding two trailing spaces to lines within a contact box. This makes use of [Kramdown's...

@alext: Thanks for your reply. I think that a solution like that might make the code quite complex/brittle. An alternative solution might be to make the new behaviour the default...

Note that the build failure on Ruby v1.8 looks like it's due to blocks not supporting argument default values. That was only introduced in Ruby v1.9.

> Note that the build failure on Ruby v1.8 looks like it's due to blocks not supporting argument default values. That was only introduced in Ruby v1.9. Now fixed via...

Rebased now that #533 has been merged.