Sebastian Klähn

Results 100 comments of Sebastian Klähn

I wouldn't show an arrow when there are no more updates to be send, because it has no benefit (If there is no spinning circle then it's obvious that no...

Is there a way to transport a promise over ffi-boundaries? Because if we just add a normal ffi-funkcion or enhance `dc_msg_get_webxdc_info()` we have to bussily wait for smtp-requests to finish....

Shouldn't this maybe even return an Err since `from_field_to_contact_id` sole purpose is to get a valid contactId which in fact is impossible without a from-field?

Nice, that comment you linked makes it a lot clearer thank you! We could still return an Err though and map it to an `Some(None)` in reaceive_imf.rs. It would make...

Is there a reason on why this hasn't been merged yet? It would be nice to get this in so develepoment on [debuglog](https://github.com/webxdc/debuglog) gets nicer which would also help to...

Aaaaahh, my bad. When we chatted a while back about adding some manifest parsing to give special rights to webxdcs you linked this issue. I just skimmed it and did't...

> where is the source code of the debugger webxdc? https://github.com/Septias/webxdc_logging _Edit from Hocuri: https://github.com/webxdc/webxdc_logging now_

fixed some stuff but can't test it on a real device since I haven't setup android-dev, so you should maybe test it for me @Hocuri Is there already a desktop-version...

> > no switch yet > > but I can easily add one when you rebase to master, so that I can just git install the core repo which now...