George Moschovitis
George Moschovitis
Thanks will merge this in the edge repo
btw, send me your name/email if you want me to add you to the list of contributors.
Hm, humanize is not finished. I just added a hack implementation that _may_ be useful to you.
> * Alternate lowercase and uppercase 'o & O' that look a bit more like a circle than an oval I would love to have this alternate (also with 'G',...
I would love to see a tutorial for working with _encrypted_ rooms.
Hmm, didn't work transparently :( I see this: 
I see errors like this one: ``` Error decrypting event (id=$KOq7-FkhhBuOxo????FOBu49PWNk5uQnFTX7RaF-r5I): DecryptionError[msg: The sender's device has not sent us the keys for this message., session: u/f????qc5OhOVTu1q/gbhw+Qw???IaA+Xtta????00|BiWRa????/7hV7Urr+8yflEADKPCY????l9QG??xfoY] ``` (mangled a bit...
This is what I tried: ```rust let homeserver_url = Url::parse(&DEFAULT_HOMESERVER_URL).unwrap(); let username = "username"; let password = "password"; let client_config = ClientConfig::default(); let client = Client::new_with_config(homeserver_url, client_config)?; let response =...
Thanks for the insight. I am wondering if there is a code snippet somewhere that demonstrates this? And indeed, it would be great to document this requirement!
OK, thanks will study the examples more carefully.