Seiki Makino

Results 3 issues of Seiki Makino

In Next.js's middleware (`_middleware.js` etc.), we use `NextRequest` and `NextResponse` as contexts. I want to pass them to `nookies.get`/`set` in the same style as others, so I added support for...

## Environment details: * Linux VM running on VMWare ESXi * Ubuntu 20.04.2 LTS focal ## Steps to reproduce the issue: I followed `tools/setup-ubuntu/README.md`. 1. Clone this repository 2. Run...

Currently, `Node.white_space` always returns half-width space `" "` (0x20). However, it is not desirable behavior in my use case because I want to preserve source white space characters other than...