L0ric0
L0ric0
at the moment when a new civilization is generated one has to scroll a long way up to interact with it and then down again to interact with the old...
c++ 20 added [std::source_location](https://en.cppreference.com/w/cpp/utility/source_location) which provides the current file, line, collumn and function name. as I understand the SPDLOG_info ... macros are only needed to get this informations, so it...
coz is generating speedup statistics for a line that is never reached on program execution. The line is part of a virtual function in a derived class. I'm sorry that...
The database and webapp options should be added to the default `maubot.yaml` to make devs aware that they exist and have to be enabled to be used
It would be nice to be able to set the `path` of a `@web` decorator with a config option like it is possible to set the `name` of the `@command`...
when entering a homeserver for a new client it is only possible to enter a string that ends in a `/` (`example.com/` or `https://example.com/`) which leads to a `MatrixRequestError` on...
It would be nice to have a mbc or web-gui command to update plugins
It would be nice to have a dict for plugins that would be populated with state events which contain a certain prefix. This prefix could be something like `xyz.maubot..`
This would enable things like: tee is a parent object of black tee which is a parent object of earl grey wich would give an overview of how much tee...
at the moment matrix-media-repo errors on go 1.17 with: ``` panic: qtls.ClientHelloInfo doesn't match goroutine 1 [running]: github.com/marten-seemann/qtls-go1-15.init.0() /opt/matrix/matrix-media-repo/go/pkg/mod/github.com/marten-seemann/[email protected]/unsafe.go:20 +0x132 ``` this should be fixed in a quic-go version above...