tmo1
tmo1
> The key bit of context that I'm not sure anyone says explicitly is that Python packaging is basically all designed around packaging libraries. A scripts is defined as a...
Thank you! The problem was that I was putting the module docstring and the `__version__` into `__init__.py`, and assuming that even when pointing Flit at `my_module.py`, it would still look...
> Fantastic app! Made it super simple to migrate to a new phone. Thank you very much! The functionality you're requesting is similar to that requested [here](https://github.com/tmo1/sms-ie/issues/171). I will consider...
Thank you for the help. > This behavior is defined by the WebAuthn and CTAP2 specification, and thoroughly documented there. Can you be more specific? > A 5.4 YubiKey with...
Thanks much for the help. > If you're using the Fido2Client class then we're not just talking CTAP, we're also talking WebAuthn. The client implements a WebAuthn-like client and is...
I do not intend to do this. A core design goal of SMS I/E is to mirror Android's internal data representation as closely as possible. The flexibility of JSON is...
I don't plan to add VCF support to the app itself, since doing so would entail a non-trivial amound of code that would need to be written, debugged, and maintained,...
> i hope you can reconsider your decision because vcf format is universal and can be used in all contacts apps , your .json format isn't as universal Thank you...
Okay, thanks. I'd be happy to do a PR with an addition to the FAQ, if you think that's a good idea. (In my case, I got the behavior I...
Thanks for reporting this, but I don't understand it at all: there should not **be** any BLOBs in the database table we're querying there, [according to the official documentation](https://developer.android.com/reference/android/provider/Telephony.Mms.Part). When...