Slush
Slush
Specification proposes opening login dialog or using Kerberos. Are there any plans for supporting passwordless schemas like FIDO UAF or TREZOR Connect (https://github.com/trezor/connect#login) ? Removing the need of manual authentication...
I'm trying to run https://github.com/bigscience-workshop/petals/blob/main/examples/prompt-tuning-personachat.ipynb and it is failing on default settings with these exceptions: ``` Feb 08 10:24:01.406 [WARN] [/home/dev/projekty/petals-proj/finetuning/petals/client/sequential_autograd.py.sequential_forward:101] Caught exception when running forward via RemoteSpanInfo(start=16, end=43, peer_id=)...
TPM can be easily turned into second-factor application like Google Auth: - Server-provided secret is encrypted via CipherKeyValue and encrypted data stored in TPM - New method in trezor-core will...
I vote for removing scrypt hardening of seed, which will significantly speed up start of application. In my opinion scrypt hardening provides false sense of security for two reasons: a)...
Starting the application (0.2.5) hang on "Setting Up Wallet - Connecting to Peers" on my phone (Cyanogenmod 11.something), when I'm connected over mobile data. Synchronization DO work on wifi. I...
Hi there, I've implemented simple Python client. Feel free to merge it if you find it useful.