WATANABE Shinya

Results 13 comments of WATANABE Shinya

Hi @richarddavison , I have checked all the sources and it seems difficult for me to solve the problem. https://github.com/awslabs/llrt/blob/d05da26103acc1fdf45afe15965ef05013e5f488/src/console.rs#L437-L449 In this case, we thought that L437 expected to get...

I don't know if this will be helpful... It seems that `node.js` outputs all key/value without omission. On the other hand, the implementation of `deno` is interesting. - The too...

I see, with this method, the console does not need to know the contents of the object to be displayed, and the object itself can be displayed in the format...

I know that many sites return `content-encoding` as `br` when `accept-encoding` is `"gzip, deflate, br, zstd"`, but do you plan to support brotli?

After this implementation is complete, We also need to decide on the default `accept-encoding`. For example, - In general: `gzip, deflate, br, zstd` - If you want to make a...

Hi @richarddavison, are you already working on this issue? If you haven't already, would you give me the opportunity to work on it?

Hi, @richarddavison , It seems that `rquickjs`, which was just released last week, links `quickjs` with top-level await support. For your information, the latest version is v0.6.1 at this time.

Hi @richarddavison , This has already been resolved, correct?

Hi @richarddavison, I think this initiative will make `LLRT` more user-friendly. From what I have worked on locally, here are some points to consider: 1. When adding a new `@aws-sdk`...

Hi @richarddavison , I thought it was fundamentally the same problem, so I am adding it here. The following code is part of the code generated when ES2022 is specified...