Andrew Ayer

Results 106 comments of Andrew Ayer

This sounds like a pretty straightforward problem to fix. GitHub for Mac can't find the `git-crypt` command, so there are two possible fixes: 1. Add the bin directory containing `git-crypt`...

Not yet, though the framework is in place to support it. It's surprisingly complicated to do in a way that doesn't completely break history. See https://github.com/AGWA/git-crypt/issues/47#issuecomment-90788733.

Hi, Thanks for the report. Conflict resolution is unfortunately something which git-crypt does not handle at the moment. Fortunately I've got some ideas for how to fix it. I'll do...

Unfortunately my ideas did not work. The problem is that Git applies merges on the clean (i.e. encrypted) versions of files, not the checked-out and smudged (i.e. decrypted) versions, so...

@chikathreesix wrote: > Rebasing fails whether a local repo has secret file changes or not. Is the `.gitattributes` file the same in both repos? I'm wondering if perhaps the file...

@k0d3g3ar If you provide links to the documentation and examples for 1) the message to send an SMS, and 2) the webhook message for incoming SMSes, I might be able...

That API documentation is not very good. None of the API messages are actually explained, there are just examples which aren't always self-explanatory. In particular: * What do the fields...

MMS is supported, using XEP-0066 (required for sending and receiving) and XEP-0363 (required for sending only). Prosody supports XEP-0066 just fine, but for XEP-0363 you need to install a module....

Correct - there's no need to configure MMS in sms-over-xmpp itself.

See #28 for some of the confusion that can arise.