edwinsage

Results 11 comments of edwinsage

I have this issue running the 20200624 image on a pinephone. Running the App manager from the terminal gives: “hildon-application-manager”` terminated by signal SIGSEGV (Address boundary error)

I am in favor of only reading STDIN if no other transmission (-i, -m, etc.) was specified, or if some specific flag is passed (I would probably look for `-m...

I think this is still far more featureful than any other equivalents. The underlying matrix-nio library is still being maintained, so this project still works even with changing Matrix standards....

The two changes I've opened PRs for are #65 and #67. My own fork also pulls in #51 because why not, plus some other changes that I'm not convinced are...

If running concurrently is a goal (for example to speed up making numerous requests), you should also be able to achieve it by creating multiple credentials/stores and having each process...

I don't have the ability to test this right now, but after logging in the first time, you can move the created `credentials.json` file and `store/` directory to a different...

I'm looking for this feature too. The matrix-nio library supports creating rooms without aliases, and also direct messaging rooms, but it doesn't look like it's implemented in m-c. I'm interested...

This is another subject where I have made a personal patch on my fork. I assume the original issue is about needing to specify an alias when making a room,...

I've been trying to dig in to how this would work, but I'm still stuck at the moment. It looks like there may be a way to get a list...

> That only leaves me with the idea of getting all rooms, all members of all these rooms to try to find a room that only has sender and receiver...