I-Hsin Cheng

Results 9 issues of I-Hsin Cheng

## Summary This PR enables user to set a shorter interval when an endpoint status check isn't success _Note that you have to add a field called failed-interval in endpoints...

## Summary Fix "dynamicly" to "dynamically".

## Summary Since we implement a counter for wiphy in our project, which is vwifi_wiphy_counter. The relationship between virtual interfaces and wiphy is always one-to-one, so the indexing for virtual...

## Description I followed the installation guide in README.md and successfully install ffmpeg and everything in my macOS ``` $ pip3 install git+https://github.com/m1guelpf/auto-subtitle.git ``` but after the installation completed I...

Migrate the contents in TLS.md into TLS sections including building, running and detail supports. TODO list in the TLS.md is almost done except the implementation of benchmark support is still...

## Summary Utilize Cobra's "MarkFlagsMutuallyExclusive()" on root command. This shifts validation to flag parsing and remove the manual check from "PersistentPreRunE", which can be applied to all subcommands before hooks...

## Description 1. Inconsistency between config socket buffer size and actual buffer size As `Default` trait for `TcpSocketConfig` indicate, the default `recv_buffer_size, send_buffer_size` are both 100000 KB. However, using `socket.recv_buffer_size()`...

## Description Currently, the type of `client` field within `IggyClient` is of type `IggySharedMut`, where `dyn Client` is dynamically dispatched. It can be change to `IggySharedMut where T: Client` so...

## Description In some scenarios, as our project's developer, we would like to keep our own error message style. Cobra does provide a nice interface for easy implementation of command/subcommand...