Rinat Shigapov
Rinat Shigapov
Yes, I've converted these codes manually. But it took me some time to understand that this error code comes from Anchor and to find the enum with codes. If it's...
I didn't manage to pass django_fields tests. Output from manage.py test django_fields: # ## ERROR: test_date_encryption (example.django_fields.tests.DateEncryptTests) Traceback (most recent call last): File "/home/srk/Devel/git/django-fields/src/example/../example/django_fields/tests.py", line 149, in test_date_encryption obj.save() File...
The problem was in my code
Hi! I figured out that south introspects wrong value for max_length (see https://github.com/svetlyak40wt/django-fields/pull/20). It should honour initial max_length value (maximum length of unencrypted data) that is saved in unencrypted_length field...
Your `io_uring` based program is single threaded while for tokio you've enabled multi-threaded lifetime. What you can do: * organize shared nothing approach for request processing: * one worker &...
I like this series of articles: * receiving side: https://blog.packagecloud.io/monitoring-tuning-linux-networking-stack-receiving-data/ illustrating diagrams - https://blog.packagecloud.io/illustrated-guide-monitoring-tuning-linux-networking-stack-receiving-data/ * sending side - https://blog.packagecloud.io/monitoring-tuning-linux-networking-stack-sending-data/ The first article about receiving side describes multi queue NIC configuration...