Peter Sanford

Results 40 comments of Peter Sanford

I ran into the same issue. I found I needed to set `mms.headers['From'] = ''` explicitly so that `Insert-address-token` got set in the message. I used this [file as a...

I'm going to close this out due to the unresolved issues. If someone wants to fix the issues listed above feel free to open a new pr.

I was able to get this working by using the rpi kernel. I captured video using the v4l interface and a statically complied ffmpeg.

I'd take a pull request to fix these issues.

We implemented ours before anything was agreed upon. I don't see much point in supporting the spec until there's other interoperable clients, specifically other clients that support reading qr codes.

I'm open to a PR for this.

Like I said, I'm open to taking a PR to support both formats here.

Thanks for the PR. Can you add a test case?

Thanks for this! Overall the code looks good. It doesn't look like the QR code is being hidden after the transfer has begun. We should use the same logic used...

You could try an alternative client. [wormhole-william](https://github.com/psanford/wormhole-william) won't hold the full contents of files in memory so it should not have this issue. I'm not sure if the rust implementation...