Shunsuke Tokunaga

Results 7 issues of Shunsuke Tokunaga

Currently ICMP only supports ICMP type code (0-255), but ideally it should also support ICMP type name like "Echo", or "Echo Reply". This commit changes the type of ICMPField.Type from...

release-note/minor
kind/community-contribution

## Abstract As discussed in https://github.com/omkbd/ErgoDash/issues/47, the URL of qmk_firmware was changed to [it](https://github.com/qmk/qmk_firmware/tree/master/keyboards/omkbd/ergodash). I want to fix the link in some markdowns. ## 概要 https://github.com/omkbd/ErgoDash/issues/47 で議論されている通り、qmk_firmware側のURLが[こちら](https://github.com/qmk/qmk_firmware/tree/master/keyboards/omkbd/ergodash)に変更されているので、ドキュメント内のリンクを修正するPRになります。

## Expected Behavior By #70 , 404.html was updated. So it was supposed that we could see the error page properly. ## Actual Behavior The error page is still broken....

Thank you for your fabulous hands-on! ### What Fix the path of generated openAPI code in `./hack/openapi.sh`. ### Problem When I tried to execute `make openapi`, I caught an error:...

I also reported at #329, but opened this issue for easy to find this issue for Gen 1. Hi teams, I'm using ThinkPad X 13 Gen 1 AMD (20UF), and...

Hi, I caught an unexpected behavior during running `cilium hubble enable` to enable hubble and gather its metrics using Prometheus. ## Bug report **General Information** - Cilium CLI version: I...

kind/bug
sig/hubble

## Motivation The runtime instance in the sample code doesn't need to be a mutable. It may cause a confusion. ## Change - Remove the mut - Modify text around...