Yamamoto, Hirotaka

Results 27 issues of Yamamoto, Hirotaka

Go 1.9 adds [TCPConn.SyscallConn](https://golang.org/doc/go1.9#net) to make it possible to invoke arbitrary syscalls on the underlying file descriptor. We should replace the current hack with this, at least for Go 1.9+.

enhancement

Hello, I have a schema that has `operationId: foobar` as follows. ```yaml openapi: 3.0.3 info: title: Example version: 1.0.0 paths: /foo/bar/{param}: parameters: - in: path name: param schema: type: string...

yrmcds has two garbage collection mechanisms: 1. Collecting invalidated socket structs (reactor GC) 2. Collecting cached objects (memcached GC) Since the latter prevents the former from running, if `gc_interval` is...

bug

## What Add a stateful L4 LoadBalancer implementation that can keep live connections between Node or Pod restarts or when Node or Pod is added or removed. Although we can...

## What Although Coil implements a high-available egress NAT, the connection tracking states are lost when one of the egress NAT Pods is gone. Linux tracks connection status by conntrack...

## What Implement NetworkPolicy and AdminNetowrkPolicy, or write a manual to integrate [kube-network-policies][]. [kube-network-policies]: https://github.com/kubernetes-sigs/kube-network-policies Recently, [KIND implemented NetworkPolicy](https://github.com/kubernetes-sigs/kind/issues/842) with a novel approach. The policy is implemented in [kube-network-policies][], which...

The current procedure for configuring `git` does not allow it to push commits besides the current repository, even if the app token may have access to other repositories. It also...