Alexandre Morignot
Alexandre Morignot
Hi, I use a very old Linux (3.14) on a very old Debian (7) for… some reasons. I am not root on it. I expected to use proot to be...
The gradient property doesn't work on Polyline objects. The gradient is set, but with the "fill" attribute. For this particular object, it should be set with the "stroke" attribute.
Hi, I just updated my plugin and I can't login anymore. I got the following error ``` matrix: Ruma error Failed to log in: MatrixError(StateStore(Json(Error("missing field `room_type`", line: 1, column:...
Like the title says, this would ease the use of other clients. If I look at how it is done in the python script, a read marker is sent for...
**Describe the bug** I tested the new threads support. From matrix side, sending a message in a thread create a thread on slack side. But from slack side, sending a...
Hi, [This page](https://docs.scala-lang.org/scala3/book/taste-control-structures.html) talks about control structures. For the if/then/else it only expose the (new ?) syntax ```scala if a < b then something else something_else ``` But for the...
Hi, The current `Exception.code` field return the primary result code. It would be nice to add a new field `extented_code`, using `sqlite3_extended_errcode()`. https://sqlite.org/rescode.html#pve
This avoid to send the connection data back and forth. This also allow to not expose sensitive data like passwords. The idea is to have a configuration on server-side which...
Example of event: ``` matrix-puppet:facebook:client { type: 'event', matrix-puppet:facebook:client threadID: '1229323100516307', matrix-puppet:facebook:client logMessageType: 'log:thread-name', matrix-puppet:facebook:client logMessageData: { name: 'Test room' }, matrix-puppet:facebook:client logMessageBody: 'Roger a nommé le groupe Test room.',...
The image sent to matrix is a non animated one. There is probably two thumbnail URLs in the message, and we use the incorrect one.