Alekséi Naidénov

Results 6 comments of Alekséi Naidénov

`go/printer` checks for line directive and skips indentation if comment pos is either invalid or points to column 1: ```go const linePrefix = "//line " if strings.HasPrefix(text, linePrefix) && (!pos.IsValid()...

As an OS X workaround suitable for commuters, I use a ControlPlane trigger which restarts Tailscale with accept-routes disabled as soon as my MBP connects to the home network and...

Same problem here (openvswitch network driver, nftables with iptables disabled in modprobe config, own resolver/discovery service). The patch above helps, but I still don't understand why not make it optional...

As a use case, I need raw blocks to be full width (100%) at the document level, but they should fit the cell width (width: auto) inside table cells. I...

I'd much appreciate atomic.CompareAndSwapUint128 (or CASDoubleUint64(*[2]int64 to avoid language change), since double-word CAS makes it easy to implement tagged (or version) pointers to prevent ABA problem in lockless algorithms.

... I would also like to add that if the MCP server has at least one real established connection, it fails to shut down even with forced Ctrl-C. The only...