Dorian Zedler

Results 56 comments of Dorian Zedler

I have the same issue in Germany. Can I help in any way?

So what I found out: - `curl https://feeds.npr.org/1001/rss.xml` -> I took the latest link from here (`https://www.npr.org/2022/03/19/1087265230/4-reasons-why-social-media-can-give-a-skewed-account-of-the-war-in-ukraine`) - `curl -L https://www.npr.org/2022/03/19/1087265230/4-reasons-why-social-media-can-give-a-skewed-account-of-the-war-in-ukraine` -> I get: ```html NPR Cookie Consent and Choices...

Hi everyone, As I wrote on GitLab, I solved this Problem by mounting my NAS via ssh to a folder on my Computer and backing up into that folder. Like...

Here is a snippet to create a room and join it to a space: ```python import nio class Schemas: room_state = { "type": "object", "properties": {"event_id": {"type": "string"}}, "required": ["event_id"],...

Forget my last comment, it's easier to do it like this: ```python space_id = "!bla:matrix.org" via_domain = space_id.split(":")[1] # create room with parent room initial_state = [ { "type": "m.space.parent",...

Well, on Android, you select albums for backup and those albums should be preserved

Yes, as long as the base image has an arm version available, it should be really straight forward :) see here for an example: https://github.com/dorianim/mrbs-docker/blob/main/.github/workflows/release.yml#L29

Any update on this? I'd love to use outline to write down some stuff in university, and this feature is an absolute must-have.

I'm currently working on my own solution for this, which is completely based on golang. But I don't know, when I will have time to finish it.

Any updates on this? Will there be a simpler way anytime soon?