Cuong Manh Le

Results 19 issues of Cuong Manh Le

Since when MAP_ANON is also defined in other *nix OSes, and have the same value with MAP_ANONYMOUS.

Should we support [the issue raised at Unix & Linux Stack Exchange: "symlink - Can GNU Stow use a stow directory that is a symbolic link?"](https://unix.stackexchange.com/questions/246983/can-gnu-stow-use-a-stow-directory-that-is-a-symbolic-link) ? It seems that...

enhancement
help wanted
need info

## Summary Reducing recvRoutine memory allocation by reusing the recving slice. ## Problem Definition recvRoutine call channel.recvPacketMsg: https://github.com/tendermint/tendermint/blob/915d9de91dcbb2a3d8757e97f6e5f2c59a141b35/p2p/conn/connection.go#L636 which will return the received message if EOF: https://github.com/tendermint/tendermint/blob/915d9de91dcbb2a3d8757e97f6e5f2c59a141b35/p2p/conn/connection.go#L871 Before returning, `channel.recvPacketMsg`...

It's now rakudo/rakudo#1268

Waiting for external issue

I have a TLS transparent proxy which works like this: ``` Client ==|TLS request|==> Proxy ==|HTTP Connect|==> Target ``` I use https://github.com/inconshreveable/go-vhost to sniff SNI and construct the HTTP Connect...

In go1.20, `//go:notinheap` pragma will be removed, see mode details at these CLs stack: https://go-review.googlesource.com/c/go/+/421878 `//go:notinheap` was first introduced for using internally in runtime package only, user code should not...

``` % ./bin/hget https://download.jetbrains.com/go/goland-2019.2.dmg\?_ga\=2.155218107.1855567477.1566137657-1279663696.1566137657 cuonglm@Cuongs-MBP INFO: Resolve ip: 52.17.184.56 | 52.50.241.213 INFO: Start download with 12 connections INFO: Download target size: 339.5 MB goland-2019.2.dmg?_ga=2.155218107.1855567477.1566137657-1279663696.1566137657-0 13.27 MiB / 28.29 MiB [=======================================================================>---------------------------------------------------------------------------------]...

I would like to add my talk about escape analysis under `Resources`: - Video: https://www.youtube.com/watch?v=4ZkIPi1oi_0&ab_channel=GrokkingVietnam - Slide: https://talks.cuonglm.xyz/escape-analysis-in-go-compiler.slide#1 cc @tieubao

[SupportsIPv6](https://pkg.go.dev/golang.org/x/[email protected]/nettest#SupportsIPv6) probe the stack by attempting to listen on `[::1]:0` to detect if IPv6 was enabled. However, servers may disabled IPv6 on loopback interface (for policies, security reason ...), but...

NeedsInvestigation

The current script has some drawbacks: - It spawns a sed command for each .age file. - If "$PREFIX" contains newline, sed command won't work correctly. - Using "$PREFIX" as...