piegames
piegames
There you go: https://github.com/magic-wormhole/magic-wormhole-protocols/pull/16 @Enrico204 I'd be really interested in your feedback from an implementor's point of view, so please let me know if the text still leaves any questions...
For compatibility, I'd like to keep implementations in sync with the specification. At the moment, the latest draft spec for this is https://github.com/magic-wormhole/magic-wormhole-protocols/pull/16. I implemented the client part in the...
I had to rebase onto latest master in order to get some of the bug fixes for testing. For force pushes that are just amends and no rebases, you can...
I cannot get this branch to work. Compiling throws a lot of errors like: ``` error[E0277]: the trait bound `serde_yaml::Mapping: serde::Deserialize` is not implemented for `serde_yaml::Mapping` | = note: required...
I did a quick prototype of what I had in mind. Type level programming is always a bit weird, so it took me a few attempts to find names that...
I just noticed that this also affects the `Serializer` struct too, since at the moment it does not expose a way to directly set the configuration other than its methods....
So apparently it keeps more than one month of statistics, but not enough: my the data goes back to August 9th for me, although I already use this extension since...
A GUI is great, but it really should be in a separate repository.
How about re-using existing Wormhole-GUIs? The functionality and CLI syntax is nearly identical, it could be rather easy to take one of these and make croc a second backend. >...
> It can also, theoretically, insert security issues where an attacker uses admin rights If an attacker has got admin rights, you lost. Game over. > Lastly, it will be...