Minh Vu

Results 7 comments of Minh Vu

Hey! So I've been trying to get similar functionality by copying the output to the `*` buffer to be able to paste with `p`. Here's what I have so far:...

@tedim52 I tried changing this value, but I'm not seeing the changes reflected when running `docker ps`. Here's what I'm running: ```golang case automaticPublishing: portMap[containerPort] = []nat.PortBinding{ // Leaving this...

Also another note, is that default docker behaviour is also the bind on `0.0.0.0`. ``` # docker run -it --rm --publish-all minhdvu/status-checker /bin/bash a7449f8dbe2b minhdvu/status-checker "/bin/bash" 3 seconds ago Up...

> cc for visibility @minhd-vu there has been some changes to [StatusPacket](https://pkg.go.dev/github.com/ethereum/go-ethereum/eth/protocols/eth#StatusPacket68) and [ReceiptsPacket](https://pkg.go.dev/github.com/ethereum/go-ethereum/eth/protocols/eth#ReceiptsPacket) I think this version of geth removes some `eth` protocol versions. I'm waiting for `bor` to...

> I followed all the steps listed above by [@cy-Yin](https://github.com/cy-Yin). Not sure why but I am getting 404 after deployment on Vercel, see screenshot below > > I had to...

## Cobra Best Practices Research I've done some research on Cobra best practices to improve our CLI development. Here are the key findings: ### Flag Sharing Patterns - **Struct with...

This could be used to respond to latest block RPC calls: https://github.com/0xPolygon/polygon-cli/pull/761