libera/#commonlisp - IRC Chatlog
Search
13:52:16
contrapunctus
Wasn't Hans Hübner in this channel at some point? I was going through the `bknr-datastore` repository and noticed that the documentation depends on a `pybook.py`, which is neither present in the repository, nor can I find anything relevant to it anywhere, either.
13:55:06
pjb
That said, things in python bitrot fast, with the new versions of python and its libraries…
14:54:06
Duuqnd
It being called Matrix certainly didn't help when I first searched for a library like this
14:58:02
Gnuxie
also if you do write another one, just try use someone's open api generator library or make one instead
16:30:57
scymtym
Gnuxie: i started adding matrix support to my multi-protocol CLIM chat client using https://github.com/K1D77A/lunamech-matrix-api/ . do you recommend switching to https://github.com/Gnuxie/cl-matrix ?
17:28:53
mathrick
_death: does your OUT have any documentation, or is it just a case of "use the source, Luke"?
17:47:16
Josh_2
I do actually have a library that wraps the Olm C library that is used for encryption in matrix
17:47:30
Josh_2
but I've never used it. I spent ages writing the wrapper and then never used it :shrug:
17:49:14
scymtym
Josh_2: not yet public but here is an old-ish screenshot: https://techfak.de/~jmoringe/clim.chat-8.png
17:50:52
scymtym
i have to clean up some stuff and publish the dependencies first. but i keep adding features instead
17:52:25
Josh_2
https://github.com/K1D77A/cl-megolm This is the bindings over Olm, Matrix isn't so usable without encryption :(
17:52:47
Josh_2
But I know zilch about maths, so there is no chance I would be able to implement the Olm algorithm in Lisp
21:35:32
jeosol
Josh_2: It's coming great. Thanks for asking. It's been a bit painful lately, as I run into phantom errors about missing component.
21:36:22
jeosol
Josh_2: Things work on my local machine (as always) but I try it on docker, it works mostly, but I have been getting one phantom error - and the docker run fails