NotAFile
NotAFile
I don't mind the delay that much personally because I use the CLI updater, but it is a bit unfortunate because I don't have that much storage space available. That...
The general way you're supposed to use this is to mount your config directory into the image using `-v mydir:/config`. Copying the default config into the image would mean that...
I mean I am not opposed to adding an automatic copy-config to the entrypoint. I feel like that's the best option there.
Thank your for your response! I'll add a few thoughts: > I am afraid this will prevent users from deciphering text encrypted by the previous version of the application This...
This is unfortunately the one area where BRouter delivers suboptimal results for me. It often instructs me to turn left on multi lane roads where I would usually avoid turning...
@pganssle > How standard is this format? Are there competing formats, or is this the only way anyone includes compilation symbols. I do not know of any other formats. It...
GET /_matrix/client/r0/rooms/{roomId}/members GET /_matrix/client/r0/rooms/{roomId}/messages these exist now afaict, implemented by `client.JoinedMembers` and `client.Messages`
@gsantner no, not really. My bindings should be usable though.
Correction: you can get state events manually with code like this: ``` content := struct { Name string `json:"name"` }{} client.StateEvent(rm.ID, "m.room.name", "", &content) ``` but it's not very elegant...
The current info is based on an older, archived version of the same site.