Kohei Ueno

Results 10 issues of Kohei Ueno

`urlencoded-parser.any.js` is now passed thanks to https://github.com/nodejs/undici/pull/1563, which is released in [undici v5.8.1](https://github.com/nodejs/undici/releases/tag/v5.8.1)

test
author ready
needs-ci

Close #44153 This PR added new custom ESLint rule named `sort-requires` that verify all destructed members of `{} = require()` and `{} = primordials` are sorted alphabetically inspired by [`eslint/sort-imports`](https://eslint.org/docs/latest/rules/sort-imports)...

tools
needs-ci

### What is the problem this feature will solve? Currently ESlint doesn't have any rule to detect `require` statement with out of order variables (i.e. `{b, a} = require("path")`, and...

feature request

Recently, Japanese edition books are added but couldn't download. https://learning.oreilly.com/library/view/untitled/9784873118703/ ``` [17/Nov/2020 11:10:38] ** Welcome to SafariBooks! ** [17/Nov/2020 11:10:38] Logging into Safari Books Online... [17/Nov/2020 11:10:44] Successfully authenticated. [17/Nov/2020...

bug
help wanted
feature request

I wonder why message type objects are treated as optional. The generator provides the type of `AsObject` as below: https://github.com/grpc/grpc-web/blob/master/javascript/net/grpc/web/grpc_generator.cc#L952-L970 On [line 962](https://github.com/grpc/grpc-web/blob/69f23cb5cf208d07bd66f0a368a53b2fc09e4531/javascript/net/grpc/web/grpc_generator.cc#L962), it checks if a field type is...

question
typescript

vConsole Version: v3.15.1 As the video I attached shows, It is impossible to select text by mouse-dragging in iOS Safari. I bisected and found this issue has started happening since...

This PR introduces the `--inspect-wait` flag, which allows debugger to wait for attachement. This flag is useful when you want to debug the code from the beginning. Unlike `--inspect-brk`, which...

c++
lib / src
inspector
author ready
needs-ci
commit-queue-squash

Currently liff-inspector supports four console APIs: `console.(log|warn|error|info)` but there are still a lot methods in `Console` instance. We welcome PRs that implements APIs not yet supported. ## Remaining APIs -...

good first issue

https://www.charlesproxy.com/documentation/tools/map-local/

enhancement

The idea of supporting network inspection in Node.js was first proposed 7 years age in the https://github.com/nodejs/diagnostics/issues/75. Despite numerous discussions, we have yet to settle on an implementation approach. This...

c++
lib / src
inspector
needs-ci