Ryo Nakao

Results 14 issues of Ryo Nakao

While the likelihood of occurrence has decreased by merging https://github.com/nakabonne/ali/pull/77, panic still occurs. Give as: ``` ali -d 30s -r 0 http://host.xz ``` Then: ``` goroutine 37 [running]: ││ ││...

bug

Give buckets as: ``` ali --buckets "1ms, 10ms, 100ms, 500ms" http://host.xz ``` Then drawn as a bar chart: ![image](https://user-images.githubusercontent.com/19730728/96325158-8fc6b000-1060-11eb-94c2-5324af5c2f21.png) https://github.com/mum4k/termdash/blob/master/doc/images/barchartdemo.gif ### More... (TBD) it may be helpful to appear on...

enhancement
new-chart

Just add a chart as same as latency, percentile.

new-chart

## What's happened Whenever we do: - running with `-race` option - Attack with `Enter` - Quit with `Ctrl-C` A data race has been detected as shown below: ``` go...

bug

**What would you like to be added**: The quickstart guide is not for production use. Therefore, the case studies such as "Getting started with Firestore and GCS" would be helpful...

kind/enhancement
area/docs
priority/P1

The pbgopy server is just an HTTP server, hence the client does not have to be a `pbgopy` command. It would be nice to provide a simple web UI so...

enhancement

All data points are immutable, and all write operation is append-only. Logically any read operation and write operation don't conflict at all. In spite of that, we currently lock with...

For some reasons, cannot build for windows_amd64. gopsutil/process should support it but something wrong. ``` release failed after 49.59s error=failed to build for windows_amd64: # github.com/shirou/gopsutil/process Error: ../../../go/pkg/mod/github.com/shirou/[email protected]+incompatible/process/process_windows.go:184:13: undefined: "golang.org/x/sys/windows".EnumProcesses...

Currently it just counts up the numbers as data points of the X-axis, but it would be nice to be able to display the time. Refer to: https://github.com/slok/grafterm

enhancement