Adrian Perez
Adrian Perez
@mathdesc: From the output of `dpkg --listfiles` it looks like the Debian packages do _not_ install the `rock_manifest` files, so of course LuaRocks thinks that the packages are not installed,...
These headers come from the dependencies. The [package.json](https://github.com/aperezdc/hmac-sha256/blob/master/package.json) file lists them: - [jb55/sha256.c](https://github.com/jb55/sha256.c) - [https://github.com/aperezdc/apicheck](aperezdc/apicheck) If you use `clib install aperezdc/hmac-sha256 --save` as recommended, the needed dependencies will be installed...
The Prosody HTTP client we are using supports embedding authentication in the URLs, e.g. `https://user@password:domain.com/path`. The main issue here is to figure out how to specify credentials. One idea could...
The Redmine plugin (see #18) ended up having options `http_username` and `http_password` in its configuration block. IMHO worse than using a `netrc` file, but does the trick. That plugin works,...
Ideally, this would use the key-value store defined in issue #5
Also, this plugin will use the command registration interface described in issue #7
@tanty Thanks for the links, I didn't know about this fork of MeetBot. I do agree that it is interesting to have some way of doing polls while in meetings,...
Definitely not a bad idea! I will look into submitting the tool for inclusion in the Notmuch repository.
@bremner That is what I have in mind. I'll try to find some time to prepare a patch during the weekend :smile:
This sounds like it would be an useful feature.