June
June
I can definitely check this out. Just fyi, the web interface does support drag'n'drop, so that's a way to work around the file open dialog, but I can look into...
Yeah, we should be able to fully integrate with IMCore; I'd have to do quite a bit of testing to ensure that we didn't lose any functionality in the process....
Sorry about the late response - could you try uninstalling SMServer (and libsmserver, if you have that installed) and then downloading the `.deb` file from github and installing that (and...
Unfortunately not. It's something that I've been meaning to do for a while, but just haven't gotten around to actually adding in. I hope that I can add it into...
As of [this commit](https://github.com/iandwelker/smserver/commit/eab9dd45a1aa29c902ab86895bd13b83fce00ae5), the `requests?chats` section of the API additionally sends back info about the members of each group. I haven't yet updated the documentation on that branch, though,...
To clarify: Was the icon showing as transparent on old versions, or has it always been non-transparent and it was only noticed in this version?
@FoleyDiver So sorry that I've been ignoring this - I haven't been actively maintaining this project recently but this is a valuable addition, thanks for submitting it. If you'd still...
In response to some of your other questions which I've been thinking about: 1. I'm not quite certain what a better name would be. I guess if there was some...
1. Yeah, I think calling it a table could be good; if people would prefer that, then I have no objections 2. It would definitely be better for me to...
I feel like it would be really useful to add custom derive commands for each struct this is used on, e.g. ```rust #[derive(EnumTable)] #[strum(table_derives = "Serialize, Deserialize")] enum Color {...