Anton Zinovyev

Results 17 issues of Anton Zinovyev

Reworked all implementations (regular, dedupe, bind). No breaking changes. Benchmarks: ```bash > node ./benchmarks/run * local#strings x 15,466,941 ops/sec ±0.36% (92 runs sampled) * npm#strings x 3,646,035 ops/sec ±1.69% (88...

feature

- performance improve: better to store prototype functions to variable to avoid lookup on each call; - reliability improve: prot.hasOwnProperty is not secure due it can be missing or redefined...

As for now, on windows machine and Goland IDE, linting (it results) show up after like 10-15 seconds after save action. Perfect behaviour is like the eslint does it -...

It is handy for cases when openapi spec is generated from sources and source's types reuses types generated from other openapi spec.

As for documentation, during request to projects list `Skip` option has to be passed as `S` (capital S), instead of lowercased, is it is now. Source: [API docs](https://gerrit-review.googlesource.com/Documentation/rest-api-projects.html#list-projects) Affected version:...

**Package name** [@react-hookz/web](https://github.com/react-hookz/web) **Alternative to** [react-use](https://github.com/streamich/react-use) **Quality check** - [x] Package has sufficient overlap in functionality to act as a replacement. - [x] Package is actively maintained, and/or stable for...

similar suggestion

## What new hook does? Provides stable value that other hooks can use to determine that applocation is in SSR mode. Sad enough there are no reliable markers that application...

🎂 new hook

As `@testing-library/react-hooks` library is abandoned and forces users to switch to `@testing-library/react` simple switch of react versions implies adapting most of tests. The library change is not a drop-in threfore...