Adrian Perez
Adrian Perez
> This broke builds with GI disabled... > > ``` > CMake Error at Source/WebKit/PlatformWPE.cmake:279 (if): > if given arguments: > > "VERSION_GREATER_EQUAL" "1.79.2" > > Unknown arguments specified >...
Follow-up to fix the issue with GObject-Introspection disabled: https://github.com/WebKit/WebKit/pull/25811
I think this is a matter of adding `-D_LARGEFILE_SOURCE` to the preprocessor flags used during compilation, I'll take a look.
Ah, not really, this is an upstream bug, the maximum size is hardcoded as 1 GiB, see the definition of `maxmsgsize` inside `signify.c`: ```c const unsigned long long maxmsgsize =...
At first I started trying to implement this directly in Luabot, but the Matrix support ended up growing into a separate [Matrix client library for Lua](/aperezdc/lua-matrix). The best course of...
Note that passing the `author` requires that the user credentials used by the bot have the `TICKET_ADMIN` permission. Otherwise a warning message is sent to the Trac log and the...
@mwild1: good tip, I'll check the ca-certificates in the machine and the related TLS stuff.
An interesting idea to consider is reusing the `keystore` plugin to persist statuses to disk. If that is done, it might be interesting to record the last time a status...
@mathdesc For the moment the recommended way of installing is using the `luafilesystem`, `luasocket` and `luasec` packages from your distribution, cloning the Git repository, and running the bot from there....
A `scm` version is [now available in LuaRocks](https://luarocks.org/modules/aperezdc/luabot). It should be possible to do something like the following: ``` sh luarocks install --server=https://luarocks.org/dev luabot $EDITOR config.lua # See the example...