Guy Lewin

Results 11 issues of Guy Lewin

As part of a project I'm working on I want to limit an SSH user to only be able to create remote forwards with a randomly binded port (0). Current...

Multiple different Javascript snippets can result in a LineComment node: ```javascript // type1 type3 ``` From current Esprima's output there's no way to know which one of these 'styles' was...

Acorn and Meriyah are generating trees that have .start and .end properties without wrapping .range array. I added support for parsing such trees + tests to check our range usage

Fixes #253

hacktoberfest-accepted

Right now `httpc:set_keepalive` will pool any socket if the HTTP response version + Connection response header support it, even if the body wasn't read yet and the socket isn't ready...

Along with https://github.com/estools/escodegen/pull/401: Acorn and Meriyah are generating trees that have .start and .end properties without wrapping .range array. I added support for parsing such trees.

I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project. Implements #1620

**Describe the bug** Nodes often crashing (`panic`) during first few moments of Raft, when using distinct `priority` values per node together with `pre_vote = true`. The least-prioritized node never crashes....