Shinya Watanabe

Results 20 issues of Shinya Watanabe

Hello, I sometimes write the following code in Lambda to check the contents of an `event` from API Gateway. ```javascript console.log('Received event:', JSON.stringify(event, null, 2)); ``` When this code is...

bug

When the following code is executed, the result of `response.text()` is garbled. The same result is obtained when `accept-encoding` is set to something else(such as `br`, `deflate`, `zstd`). And although...

enhancement
help wanted
rust

`llrt` cannot display `fetch()` response headers in `console.log()`. Reproduction procedure: ```javascript // fetch.js const main = async () => { try { const response = await fetch('https://www.google.com'); console.log(response.status); console.log(response.headers.get('date')); console.log(response.headers);...

enhancement
rust

### Description of changes Add the following methods/properties to improve the compliance of URLSearchParams. - URLSearchParams.size - URLSearchParams.keys() - URLSearchParams.forEach() ### Checklist - [x] Created unit tests in `tests/unit` and/or...

Any thoughts on the release cycle for this product? I already know how to build from the latest commits so I am not in trouble, but some of you may...

Hello Contributors. Previously, in PR #328, we have implemented the addition of settings to rustfmt.toml by @yollotltam. At that time, it seems that the following settings were not applied because...

In [LLRT](https://github.com/awslabs/llrt), this corresponds to the following message that occurs in the execution of the constructor of an object that requires one or more arguments. See also. https://github.com/unjs/runtime-compat/issues/126 ```json {...

### Issue # (if available) Closed #39 ### Description of changes This PR is to provide further support for `@aws-sdk`. - Since the API Endpoint management was already starting to...

### Description of changes Moving crypto and llrt to llrt_modules. However, the creation of types is just the beginning... ### Checklist - [x] Created unit tests in `tests/unit` and/or in...

The error message here is not very important. As we have raised in other issues, there still seems to be a way of writing modules that require does not work...