cristian64
cristian64
@roshanconnor123 If you don't care about the order in which they are uploaded, you could try uploading the files from multiple instances of `telegram-upload`. I've done this before, and it...
I'm currently being annoyed by this issue. No way you can read the full name unless the file is downloaded first.
Actually, I hadn't thought of that list of files, thank you. However, the list you see there doesn't even have the original file names, but some kind of cooked name,...
I think you're right. Only the client that sent the files have some trace of the original name.
@v1993 I too encountered this issue. I've opened #46 to address the problem when installing the `joycond` daemon from a separate build directory. On the other hand, `install(FILES ...)` defaults...
The **chat bubbles** on Telegram Desktop is a **waste of space**. Even worse if you typically chat with developers that tend to share code snippets.
I naively tried to copy the `x64` and `x86` directories from the Windows bundle, to no avail. Although the `.dll` can then be found, an exception is still raised when...
From a developer stand, a potential solution to bring support to Linux/macOS could be to unpack archives using the `7z` command-line tool provided by the system, which most Unix systems...
The use case I had in mind is support for mods; not necessarily vanilla games; as mods are often distributed in `.zip` archives. The workaround is simple enough, though: just...
> > The use case I had in mind is support for mods > > Curious what you mean by mods? Riivolution files are usually already extracted. I wasn't referring...