Jonathan Chan Kwan Yin

Results 166 issues of Jonathan Chan Kwan Yin

### Question Is there a way to authenticate in containers with Kerberos? I would like to `go mod download` from a private git repository, which only supports kerberos authentication. Currently...

type:question

While #11212 proposes a `jq` filter in gotmpl, this issue proposes an alternative template format that can fully interop with gotmpl instead of running as a gotmpl filter. This would...

proposal

If I have a struct like this: ```rs struct T1 {} struct T2 {} pub struct Aggregate { v1: Vec, v2: Vec, } impl Aggregate { pub fn compute(&self, range:...

T-libs-api

### Description ### Related issues ### Special notes for your reviewer:

This is packets per 20 ticks. And 20 ticks can take really long if the server is lagging. Please consider using a better algorithm and better data structure for storing...

enhancement

```go package main type Message []byte func main() { var x Message = []byte("abc") println([]byte(x)) // line 7 } ``` ``` (dlv) c main.go:7 (dlv) p []byte(x) Command failed: can...