Till Hofmann

Results 15 comments of Till Hofmann

@antmusco I'd really like to have support for cmake-format, so if you could pick this up again, I'd be very grateful :) Please let me know if I can help!

What's the status here? I'm currently looking into packaging memleax for Fedora, but the hand-written configure script is a blocker, as it doesn't accept some of the options that are...

It works when manually running `gpg` through `torsocks`: ``` % ./parcimonie-test.sh 0xA611742C :( gpg: key A611742C: "Till Hofmann " not changed gpg: Total number processed: 1 gpg: unchanged: 1 ```...

Changing `http-proxy=` to `http-proxy=none` works with GnuPG 2, but that doesn't work with GnuPG 1.4. So we would still need to do GnuPG version detection, but the only difference between...

[Fedora is updating the default GnuPG to GnuPG2](https://fedoraproject.org/wiki/Changes/GnuPG2_as_default_GPG_implementation). I'm wondering whether we should also default parcimonie to GnuPG2, or if we should set GnuPG1 as default for the Fedora package?...

It's been a while. What's the current status?

I've seen this quite often. The page is initially empty, only after a force refresh you see something. One possible cause may be that fawkes is not running and thus...

Hm at least the example log that you posted shows a different issue: ``` "updateDescription": { "updatedFields": { "locked": false }, "removedFields": [ "lock-time", "locked-by" ] } ``` But at...

Looking at the [doc of mongocxx change streams](http://mongocxx.org/api/current/classmongocxx_1_1options_1_1change__stream.html#ad9368e57cfef3be1e007aed56e903ce0), the issue might be the following: > When set to ‘updateLookup’, the change stream will include both a delta describing the changes...