Steven Roose
Steven Roose
Is there any plan for this to be added? It would also allow people to parse their watchlists when they are made public, as they are also lists IIRC: https://www.imdb.com/user/ur24116780/watchlist.
It seems like they [considered it](https://github.com/twostairs/paperwork/issues/27), but lost track of it quickly. I'll bump it ;)
I just had this error again. With a Dino that had been running for a while. Please reopen.
I still keep getting this, though now my master build of Dino broke a while ago and I'm running `0.3.0~git15.20220409.baa4a6a1` from Arch's AUR repo. Which I think is also built...
Somehow it would be cool if the "I want to use OMEMO by default" setting could be persisted somewhere server-side. Perhaps having an OMEMO key node should be sufficient for...
Well some people do trust their server to a big extent. I host the server for my social circles myself and while of course my friends don't want me to...
Idem here. My Linux machine got stolen and needed to log into IRC after like 2 weeks and it seems that HexChat can't handle the dumps of channel buffers like...
I came here to suggest a simple way to do exactly this. I think it would be great if serde would provide a way to do that with some kind...
Wouldn't it be possible to do something like this: ```rust #[derive(Serialize, Deserialize)] #[serde(stringify)] pub MyType { ... } impl fmt::Display for MyType { ... } impl str::FromStr for MyType {...
Hmm, I do agree with @PatatasDelPapa here that breaking compatibility with a certain compiler that was previously supported is definitely a breaking change to your library and thus requires a...