Radoslaw Wesolowski
Radoslaw Wesolowski
I've created a super minimal client that uses email/password authentication. It's resilient (has built-in retries), super simple, and supports all CRUD operations. I'll also provide one for the 0.8 release....
Ok, thanks for the feedback. I'll build a nice module in the following weeks with the support of v.0.8.0 and will try to find the best way to make it...
I've emulated TTL by using an additional layer of in-memory caching. Usually, these caches have a user-defined function running on eviction, so by using that, you can remove objects from...
seems that similar problem occured on `swaps` subgraph right now:
This functionality is quite critical. Good slog practice requires adding attributes with additional metadatada, right now all is lost, only message is displayed in NewRelic's console.
@mariusgrigaitis I managed to add a simple middleware to add all the attributes to the message and this way you can at least see meaningful logs in NewRelic's console, here's...
I understand, seems that enabling "zone" parameter also couses segmentation faults in workers. Unfortunatelly I don't have requirered C/nginx skills to fix that. I simply stopped using this parameter.