KITAHARA SETSUNA

Results 7 issues of KITAHARA SETSUNA

Fix https://github.com/jgraph/drawio/issues/2967.

* [x] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have searched the issue tracker for a feature request that matches the...

Maybe we could make Client.Close likes: ```go func (client *Client) Close() { close(client.queue) waitCh := make(chan struct{}) go func() { client.wg.Wait() waitCh

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [x] Tests for the changes have been added...

Fixes https://github.com/grosskur/lua-resty-aws/issues/3.

[PR#106](https://github.com/vbenjs/vite-plugin-mock/pull/106) 增加了 CORS 支持,但是判断条件有点问题,会导致默认打开 CORS 支持。本 PR 修正了该问题和 CORS 头的类型问题。

本PR解决的问题; - vite-plugin-mock 的 response 函数绑定了 middleware 的 this,可以支持访问 req, resp。但这种方法不够直观,并且在箭头函数下会失效。本PR直接将 req, resp 作为参数传入到 response 函数,可以让开发更加方便 - 在 response 函数内设置了 statusCode 的情况下,不再覆盖 statusCode - 支持 response 返回 Buffer | UInt8Array类型,并在未指定...