Andreas Baumann

Results 60 comments of Andreas Baumann

So, ``` make -j ``` with n>1 might be a problem here.. thanks :-)

Aha. Found it. Obviously in newer versions of gtkdoc it builds a `xml/object_index.sgml` and no longer a `xml/tree_index.sgml` (as referenced in keybinder-docs.sgml). So the following snippet in `keybinder-docs.sgml` should contain:...

I should say I'm using gtk-doc 1.31 on Archlinux.

Poked :-) https://gitlab.gnome.org/GNOME/gtk/issues/2133 https://gitlab.gnome.org/GNOME/gtk-doc/issues/103

Have a look at their feedback in https://gitlab.gnome.org/GNOME/gtk-doc/issues/103 : "In your case the fix is simple - in https://github.com/kupferlauncher/keybinder/blob/master/docs/keybinder-docs.sgml#L24 - just don't include files you don't need anyway. From a...

for check_curl I see an easy way to do it with CURLOPT_COOKIEFILE, CURLOPT_COOKIEJAR. Doing it in check_http would require to implement that. Nice would be if we could make the...

-k sets HTTP Headers, so the syntax is `Set-Cookie: =`, but the whole point of authentication is, that the server sends a Cookie to the client, which is then presented...

@zvezdochiot: Well, just thumbs down? You don't like the idea of QOI support or do you find my code terrible? :-)

Ah. That's a valid point, speed. I didn't do it for that. QOI is just very very simple, that's the charm of it.. .. and I use meh for a...

Mmh. No activity? Ok, I assume meh is dead?