Daniel Porteous (dport)

Results 264 comments of Daniel Porteous (dport)

I removed deeplinking from Android for now: 369af3376199bc828ef693895d6f694f96ec3118. I'll release this and see if that fixes the problem.

I'm trying to fix this here: https://github.com/weiznich/diesel_async/pull/116. Update: Okay, should be ready for a review.

Alright that PR needed work I don't quite have time for, but this issue is still relevant.

Sometimes this error also manifests as a segfault (`Bus Error: 10` or `Segmentation fault: 11`).

Other times it just hangs on startup, without the process ever coming fully alive (in this case, the API never starts listening).

Hey, new errors now: ``` fatal runtime error: assertion failed: thread_info.is_none() Abort trap: 6 ``` The program I'm using this with uses tokio btw.

I get the same issue as above with MacOS: ``` calibre, version 7.12.0 ERROR: Unhandled exception: InvalidPlugin:Initialization of plugin Traceback (most recent call last): File "calibre/customize/ui.py", line 722, in initialize_plugin...

This is how I'm handling this for now myself btw: https://github.com/aptos-labs/aptos-core/pull/10654.

In my case I'm mostly referring to MacOS, but I suppose it might be relevant to Linux too. Just not Windows, since it's always just that same named pipe. As...

Neato sounds good! I'll put this on my to do list.