asonix

Results 135 comments of asonix

I'll leave adding a comment to you. I'm hesitant to modify a stream project off-stream tbh, even if it is just a comment

I mentioned "No longer working" in #686 because on Arch, they were magically working. Probably because I have GNOME installed as well. 10.2.8 breaks whatever that was.

fwiw the ```rust *thing = Some(_); thing.as_mut().unwrap() ``` pattern is exactly what https://doc.rust-lang.org/std/option/enum.Option.html#method.replace is for Otherwise I like the append_header proposal :D edit: linked wrong method: - https://doc.rust-lang.org/std/option/enum.Option.html#method.insert

While I know this isn't related to this thread per-se, if you're planning to enable `Tree`, are you thinking of doing this with Serde? Currently it's trivial to do something...

As noted in the documentation, you can use ```rust while let Some(item) = (&mut subscriber).await { } ``` But you're right that a `.next()` method or similar would be more...

I'm not sure about a good solution to this either. One option would be sending a Block activity to the blocked instance after an instance block so they know not...

activitypub makes no guarantees about the uniqueness of `name` or `preferredUsername` fields, only that `id` uniquely identifies an object

fwiw I think a postgres backend would be preferable for lemmy, since it already has a postgres dependency

there's not really a technical barrier to adding videos to pictrs i'd just rather not

The file is not present in a deployed version of lemmy. It must be edited before lemmy is compiled into the containers. If you want to change it, you will...