e-caste
e-caste
Hey @SystemKeeper @Ivansss what do you think about this? I know it seems silly, but in my experience it should be a good enough UX improvement to be able to...
@SystemKeeper Yeah makes sense! It would also allow us to expand on this idea in the future, like for example Telegram shows a very small thumbnail of the actual attachment...
Hey @SystemKeeper thanks for asking. I don't think I'll have time in the near future for this, but you can absolutely add more commits to this PR if you need...
@SystemKeeper Okay so a couple of details to add: - It doesn't happen when just sending the app to the multitask view and going immediately back, you have to at...
I can't reproduce it 100% of the times, but do you think you could add a check like "if not at bottom and previous position was at bottom then scroll...
@SystemKeeper it looks like it supports pasting media into the TextView, if I'm not mistaken: https://github.com/Ivansss/SlackTextViewController/blob/890c29485e3eb04f8e00f6ed80096197ed162168/Source/SLKTextView.h#L64 And it should only be a matter of parameters passed at instantiation: ` _textView.pastableMediaTypes...
@SystemKeeper @Ivansss I have a couple of thoughts about this issue, I'll write them here since in the chat they may get lost. If I understand correctly, all images are...
@SystemKeeper 1. Yeah, it may be a bit more cumbersome for the user but it allows for more options. I would use this new version of the multi-select (I don't...
btw, if you want to try integrating Llama into Talk with a command, add this script: ```sh #!/bin/bash # Check if arguments are provided if [ "$#" -lt 2 ];...
Hi @Biasio and thanks for your interest in this project. A couple of things come to mind: 1. have you installed the `libmediainfo-dev` package with `apt`? By the way, if...