Hiroki Kawahara

Results 45 issues of Hiroki Kawahara

**Is your feature request related to a problem? Please describe.** GitgraphUserApi.import() is very useful when drawing complex git graphs. However, I recognize that there is no way to manipulate commit...

:sparkles: Feature

In CI of https://github.com/envoyproxy/protoc-gen-validate/pull/586, `make bazel-tests` fails for a reason which is not related to the changes of PR. The output looks like this: ``` ================================================================================ INFO: Elapsed time: 69.380s,...

Hello!! This PR fixes #585. This problem is caused by the fact that `enumName (index (externalEnums $) 0)` always returns first enum name, even if `enumPackages (externalEnums .)` returns multiple...

Thank you for the useful project! This PR changes to strictly determine whether to pass form values ​​or query parameters to the backend. In the current behavior, when prom-label-proxy receives...

https://github.com/n0stack/n0stack/blob/f3e0676abede40871352c55fba2b8c34a0847b34/n0core/pkg/api/provisioning/virtualmachine/agent.go#L62

type:bug

以下の関数は `O(2^n)` を探索する。このときnはサブネットマスクの逆である。つまり、ipv6の `/64` ネットワークを指定された場合は `O(2^64)` forを回してしまい一生帰ってこない。 https://github.com/n0stack/n0stack/blob/master/n0core/pkg/util/net/ip.go#L21

type:bug
component:n0core

## What / 変更点 - 同期APIから非同期APIに変更 - 認証機能などIAM機能の追加 - golangのcanonical importを利用 github.com/n0stack/n0stack -> n0sta.ac/n0stack ## Why / 変更した理由 ## How (Optional) / 概要 ## How affect / 影響範囲

5分以内に終わって欲しい気持ち

type:QA

block storage - a - b が合った時にbで失敗してロールバックしたら、aとbのロールバックが走るのでbは確実に失敗する

type:bug
component:n0core

このまま行けばVNC接続のためのwebsocket接続が ``` Web server(Nginx, envoy) n0bff n0core API n0core Agent ``` の経路を通ることになる.これによる影響は - 遅延が増大することによるVNCのレスポンス悪化 - 経路上全てに対してwebsocketのための特殊なコンフィグなどを書く必要があり,デプロイが煩雑になり開発コストが増大する

type:enhancement
component:n0core