Martin Milesich

Results 4 issues of Martin Milesich

`customWeekDays` and `customMonths` properties would throw an error when I try to use names in Korean (ko-KR) or Japanese (jp-JP). ``` ko-KR ['일요일', '월요일', '화요일', '수요일', '목요일', '금요일', '토요일'] ['1월',...

``` package main import ( "fmt" "time" "github.com/go-playground/locales/en" ) func main() { datetime := time.Date(2016, 02, 03, 0, 0, 1, 0, time.Local) l := en.New() fmt.Println(l.FmtTimeShort(datetime)) } ``` That code...

**Describe the bug** When `apmotel` package is imported spans cannot be compressed. `apmotel` package override the apm context functions which calls `span.TraceContext` which marks the trace context as propagated. One...

agent-go

D1 does support ArrayBuffer as a parameter. https://developers.cloudflare.com/d1/worker-api/#type-conversion Can you add ArrayBuffer as a type for query parameters?