Olli

Results 21 comments of Olli

I have the same issue. `drm_info` shows both monitors as “connected” even if I switch off Connector 1. ``` ├───Connectors │ ├───Connector 0 │ │ ├───Object ID: 95 │ │...

Does this PR relate to [TAP5-2588](https://issues.apache.org/jira/browse/TAP5-2588) in any way?

Might [Dendrite](https://matrix.org/docs/projects/server/dendrite) be a solution to this problem? It is the “second-generation Matrix homeserver written in Go. It intends to provide an efficient, reliable and scalable alternative to Synapse”. If...

Why don’t you use regular httpd with a [Reverse Proxy](https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html) configuration?

ejabberd 22.10 works fine with Erlang 24. I can test to compile it with Erlang 25.

This feature is great and helps me a lot to record loops properly with two hands on the keys for instance. However it is not very convenient to righ-click on...

@georgkrause, so this issue is about adding docstrings to all classes and methods?

Do you have a source for good documentation regarding docstrings in C++?

@georgkrause, usually you add docstrings to both, in the header for _what_ a class/method does and in the source file for _how_ this is done.

The problem I have is that the mauview library does not support this. The currently implementation is based on chars via the `SetContent()` function but for Sixel we would need...