face

Results 9 comments of face

+1 I can confirm the same USB error for /etc/pam.d/authorization on catalina. ssh pgp key management, and pam sudo appear to work ok. The same configurations work working fine on...

This is still broken in osx 10.15.2. Is Yubico working with Apple to fix this? ``` debug: pam_yubico.c:514 (do_challenge_response): Failed initializing YubiKey debug: pam_yubico.c:706 (do_challenge_response): USB error: unknown error ```

@macntech Looks like you are looking at `latest` documentation. This is the config for `master` branch in github if you build mongooseim from source. Looking at the 5.1.0 documentation you...

@DimiMikadze I'm thinking cache only recent data in the User model (a page worth of data), then for subsequent pages do a query in the Follow document with indexed searches....

Honestly, mongodb is not the best for graph relationships. This is a very interesting approach using a combination of persistence engines: https://neo4j.com/blog/neo4j-doc-manager-polyglot-persistence-mongodb/

It's worse than I thought. Mongodb documents have a 16MB limit so follows would simply stop functioning before a user had millions of followers. The neo4j is overkill, mongodb indexes...

Hi @DimiMikadze sorry my late response now, I'm on vacation again and playing with this problem. The solution I came up with was tri database (didn't use orca so I...

While maybe not generic enough to merge, here is a solution that works for small datasets: https://github.com/Neckster/chartjs-plugin-piechart-outlabels/pull/6

@natew not sure if this helps i see it on every hard reload on web. i put some debugging, and the issue is a race condition where useMedia state still...