Matt Fellenz
Matt Fellenz
I also just noticed this. Maybe it would be good to also add instructions for people with existing mail domains, how to remove the ED25519 key retroactively.
Hi, this is still relevant and I would love to be able to do this. My use case is a screenshot script that copies the screenshot file to the clipboard.
Hi @Vaisakhkm2625 . Thanks for the effort and that is definitely better than nothing but there is still some necessary functionality missing because there are certain mime types, like `application/vnd.portal.filetransfer`...
So, application/vnd.portal.filetransfer and application/vnd.portal.files are based on a D-Bus protocol: https://github.com/flatpak/xdg-desktop-portal/blob/main/data/org.freedesktop.portal.FileTransfer.xml wl-clipboard currently contains no dbus code. I think it would not be very good to add it just for...
OK, then I think we need the opinion of the maintainers. My instinct is to say that FlatPak should be responsible for that, i.e., bridging copied files into the flatpak...
OK, so for wl-clipboard we just need support for multiple mime types. In terms of interface I like the look of something like `wl-clipboard -t text/plain hello -t application/json '{"message":"hello"}'...
For the time zone thing that just means we need to put the arrival time in the destination time zone. Should be relatively easy if we have a way to...
Not sure if it's feasible to use our OSM data to determine that. Regions with a time zone key are described as relations with outer ways, but searching through every...
@RazrFalcon Seems like the proc-macros are coming from font-types which uses bytemuck and serde derive macros. Do we want to talk to them about converting to manual implementations?
No it wouldn't be at all, since the bytemuck derive macros generate unsafe code so they would need to allow unsafe code back into the codebase. But what is your...