-
Instead of
```
$ apt-get install python-pip build-essential python-dev libffi-dev libssl-dev
$ sudo apt install magic-wormhole
```
You should have
```
$ sudo apt-get install python-pip b…
ghost updated
7 years ago
-
When I am runnign python axotor.py, I get this:
```
Traceback (most recent call last):
File "axotor.py", line 10, in
from wh import WHMgr
File "/home/matej/pyaxo/examples/wh.py", line …
-
Let's track @mitchellkrogza reported issue! :)
> Doesn't run on macOS due to a sed issue after running `tool -i`
>
> `sed: 1: "/Users/myusername/funceble/ ...": invalid command code m`
-
If an attacker starts 65534 wormhole send requests, they then know exactly what wormhole code is going to be used by the next user to start a send request.
tbodt updated
7 years ago
-
Currently the service emails a furl to the user once it becomes available (after a long delay). The introducer furl is somewhat sensitive material (attackers can use it to get storage they don't have…
-
At Glyph's suggestion, I think we should replace the messy ad-hoc state machine in Wormhole to use the [Automat](https://github.com/glyph/automat) module.
-
From the sending side:
```
$ wormhole send win32k-ng/
Building zipfile..
Sending directory (1.6 kB compressed) named ''
On the other computer, please run: wormhole receive
Wormhole code is: 8-…
-
*EDIT: There's a lot stuff here, but in the end, upgrading attrs to 17.2.0 fixed the issue. Could you make attrs>=17 as an installation requirement?*
Hi, any idea why I get a large number of test f…
-
I started playing with the "snappy" packaging yesterday (and I have to say it's pretty cool.. I had no idea how it worked before, the namespace-based isolation is pretty slick). But I noticed that `wo…
-
Travis's MacOS support is dreadfully slow these days. I pushed a new commit to a PR at ~7:30pm California time, which is outside working hours everywhere in the US and Europe, and 2.5 hours later it s…