Using magic-wormhole library interface #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We're currently using the command-line interface but that will prove difficult to manage when distributing, so we would ideally understand how the heck to use magic-wormhole API. This might need some nudging on the magic-wormhole IRC channel or somewhere we can find people who can help us do this.
I nagged again on the
#magic-wormhole
IRC channel but no response. I suspect the main developer is not present there. I will open a ticket on the repository and ask if they know how to mix the Twisted / Gtk / Trio event loop madness and still use the library. Could be a mess lol...Also, found a simple example from their docs:
Welll, I gave it a shot:
Trio hackers seem to think this is possible:
Soooo, dunno, maybe easier to just learn how to run twisted stuff on its own and then figure out how to make that work with gtk rather than try to pipe it down all the layers. Will need some investigation.