Benedikt Reinartz

Results 150 comments of Benedikt Reinartz

I agree that it makes sense to have means to hook the publish step, but introducing it like this makes it more difficult to come up with alternative implementations or...

I completely agree with this assessment.

This likely means that I messed something up. I'll hook up my rpi tomorrow and see whether I can fix this.

Could you check whether the linked PR helps?

Okay, I'll have a closer look. Would've been too easy ;)

Which revision of the Raspberry Pi are you using? I have a 1b and noticed that mono doesn't run at all with `--gc=sgen` (which is the default), so I have...

You can test whether my new attempt works, see PR #913 :)

@jborbely Would you mind [bisecting](https://git-scm.com/docs/git-bisect) the issue? I don't have a 32bit installation lying around right now.

This is great, thanks. It points to PR #971, which uses the library loading to allow overriding one of Python's flags. I'll have a closer look, the actual writingnlooks fine,...

@daniol Sorry for the silent closure, I just skimmed the last message (was cleaning up old issues) and saw the `__cxa_begin_catch` which has been solved quite a while ago. I...