miruka

Results 66 comments of miruka

I talked about this in https://github.com/mirukana/mirage/issues/136, we'll keep this issue for the jump feature specially.

Support for `m.relates_to` events needs to be added in [nio](https://github.com/poljar/matrix-nio/), then we will be able to properly handle edits. Might work on this after the next Mirage release, unless someone...

I plan to work on edits for the release after the one currently being worked on.

Support needs to be implemented in [nio](https://github.com/poljar/matrix-nio/) first. This isn't in my priorities currently, but any help is welcome.

> is it actually a duplicate ? this is specifically about custom tags, not just the standard "low priority", "dm", etc . Low priority and other standard tags work just...

- Windows: I did manage to start Mirage in it a long time ago, haven't tested since. The only real trouble is the pip olm library, having to go through...

> After make, there is a mirage.app. This is the app that ultimatively is able to run the app. However, I haven't figured out where and how the app has...

@vSLG: 87fcb0a773f4855cdae7212fa9448a05de57be56 should get rid of the problem with PyOtherSide.

From these lines of your output: ``` /usr/include/python3.8/Python.h:44:10: schwerwiegender Fehler: crypt.h: No such file or directory 44 | #include | ^~~~~~~~~ ``` It seems like you're missing [libcrypt-devel](https://packages.msys2.org/package/libcrypt-devel?repo=msys&variant=x86_64), which should...