myotherself

joined 1 year ago
[–] [email protected] 2 points 10 months ago

Thanks for coming back to this!

[–] [email protected] 3 points 11 months ago (1 children)

Flatpak runtimes aren't part of atomic updates.

[–] [email protected] 6 points 1 year ago

That's just brilliant.

[–] [email protected] 1 points 1 year ago

To be fair, these alternatives are also limited to the case where the item type stays the same.

[–] [email protected] 8 points 1 year ago* (last edited 1 year ago) (7 children)

map() can still be used with Vec::iter_mut(), filter_map() can be replaced with Vec::retain_mut().

[–] [email protected] 15 points 1 year ago

I think the better solution would be to use Vec::retain().

[–] [email protected] 12 points 1 year ago* (last edited 1 year ago)

Tl;dr: std::process::Command is vulnerable to shell injection if you invoke cmd.exe or *.{cmd,bat} on Windows.

[–] [email protected] 1 points 1 year ago (2 children)

Does "cross platform apps" include Windows in your case? If so, how is your experience compiling and packaging a libadwaita app for Windows?