Sergey Ukustov

Results 47 issues of Sergey Ukustov

First, thank you for the excellent library. Second, have you considered adding an exponential backoff for S3 requests? According to the [docs](https://aws.amazon.com/premiumsupport/knowledge-center/s3-503-within-request-rate-prefix/) S3 has some flexible limits, but a client...

When Next.js renders React code, there is no `document` or `window` available. Web3Modal heavily relies on these. I found I could eliminate some of the warnings with `typeof document !==...

v1

In a project I am involved in, an Express application is under quite high load. What we discovered, is the app sporadically does not return CORS headers. If it was...

pr
needs tests

Even example.html file is buggy. I can not drag file or text from my OS. The solution is to replace .live with .bind maybe.

Current code uses TS helpers, but does not depend on tslib package. This PR provides a fix by declaring tslib dependency.

Rely on POSIX specification to convert between UTC and unix timestamps.

Currently Account.toString returns a string in whatever case passed. It makes sense to provide a canonical string representation with regards to casing, be it always lower case, or canonical casing...

Based on https://github.com/GetRayo/rayo.js/tree/master/packages/storm When starting a server, spawn subprocesses to make use of CPUs available.