Maksym Shenderuk

Results 9 issues of Maksym Shenderuk

## Issue Creation Checklist - [x] I understand that my issue will be automatically closed if I don't fill in the requested information - [x] I have read the [contribution...

RegExr recognize naming of capturing group, however at the same time when i try to refer to named group with '\k' it counts '\k' as escaped character. ![image](https://user-images.githubusercontent.com/39469154/97669556-09ad5f00-1a8d-11eb-8e63-4d9e21d08957.png)

Implement and introduce queue mentioned in #50 - [x] tests and linter show no problems (`npm t`) - [x] tests are added/updated for bug fixes and new features - [x]...

Internaly web-locks uses default array as a queue and it can cause performance issues in case of drasticaly growing consumers amount. The solution would be to replace current queue with...

Rest operator usage could make the code cleaner and even more simplier - [X] tests and linter show no problems (`npm t`) - [ ] tests are added/updated for bug...

### Version 20.12, 22 ### Platform Microsoft Windows NT 10.0.19045.0 x64 ### Subsystem _No response_ ### What steps will reproduce the bug? Below are two examples of code that read...

net
stream

Plugin enforces `"generator-star-spacing": ["error", "after"]` rule, when actual `standard` has "both". Related `standard` issue: https://github.com/standard/standard/issues/724

When we update `.env` file, filewatcher triggers server reload but server starts with old `.env`. Environment: - OS: Windows 10 - NodeJS: v20.8.0 - Platformatic: 1.13.1 Steps to reproduce: 1....

bug

Just found `hono` router [benchmarks](https://hono.dev/concepts/benchmarks) which shows that `find-my-way` is 1.15x to 2.2x slower than hono's one in various scenarios. Could these benchmarks and hono router itself become a good...