Takumi Shimada

Results 11 issues of Takumi Shimada

Mutexを使った場合の優先度継承も実装したい

MPUを使ってスタック領域が侵食しないようにしたりとかしたい

Twitterで人に自分のつくったバーチャルコンテストを勧めたかったのですが、タイトルが常に"AtCoder Problems"に固定されていてバチャを勧めているように見えなかったので、ちゃんとコンテストの名前になるとうれしいと思いました 他のページについても同じようなことが言えるかもしれないです。

enhancement
backend

async 2.0 includes vulnerability (https://github.com/advisories/GHSA-fwr7-v2mv-hh25). I looked into the usage of async library in this project, and it looked this project didn't use the vulnerable method. However, this caused warning...

Fix #177 There is a vulnerability in Async through 3.2.1 (https://github.com/advisories/GHSA-fwr7-v2mv-hh25). The vulnerable method seems not used in the probject, but this will help reduce warning messages from `npm audit`....

Fix #885 Add public functions to reuse trace header serialize/deserialize logic in this crate

Context: When I try to introduce OpenTelemetry into AWS SQS messaging, I found that opentelemetry-aws doesn't support extracting context from SQS message. In SQS, we can extract tracing information from...

Fix #291 Add X-Ray support in ADOT collector

I'd like to use AWS X-Ray with AWS Lambda Extension layer. It seems that the collector doesn't support AWS X-Ray exporter. I found that there is configuration for X-Ray exporter...