adb

Results 294 comments of adb

the `encode()` is not needed I just copy+paste and forgot to remove that, it was used because the previous behavior was comparison with some bytes error message

I think the URL highlighting is a feature from your Terminal app, and to open them you just have to press Ctrl + clicking the URL

for example, opening a txt file with some long links inside Midnight Commander application, I can open the links with ctrl + click but for links that are truncated in...

> If you want a quick workaround you can monkey patch and use `requests` lib instead with proper timeout having a broken implementation leads to devs doing workarounds like this...

would be good to open html messages the same way than webxdc apps, in a dedicated window, with remote content loading blocked by default like on Android

probably will be already an improvement to change `DC_DESIRED_TEXT_LEN` to something like `2000` in `src/constants.rs`

I think the issue is that this messages with html body are not cut short enough, I have some sites that write me html emails, and when there are several...

> As for avoiding `eprintln!` in deltachat-ffi, maybe make a macro that logs these errors via event emitter in all functions where `context` is passed as an argument? This will...