Golang runtime/secret: add new package

Final API is here: https://github.com/golang/go/issues/21865#issuecomment-925145234Forward secrecy is usually only a thi...

Golang x/crypto/ssh/agent: client panics on SSH_AGENT_SUCCESS (0x06) replies

Go versiongo1.25.0Output of go env in your module/workspace:GOVERSION='go1.25.0'What did you do?Note: This was reported ...

Golang image/jpeg: replace fdct, idct with new code

CL 705518 replaced image/jpeg's DCT implementations with new ones that are more efficient, more accurate, more readable,...

Golang proposal: x/crypto/ocsp: support request and response extensions

Go Version: go version go1.7 darwin/amd64GOARCH="amd64"GOOS="darwin"I was writing code dealing with OCSP and found that ...

Golang x/tools/gopls/internal/cmd: new test TestMCPVulncheckCommand fails on Plan 9

CL 702376 introduced a new test TestMCPVulncheckCommand which always fails on Plan 9, for example here:--- FAIL: TestMCP...

Golang runtime: printing multiple fatal errors may interleave messages

Go versionmaster and latest (1.23.1)Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''GOCACH...

Golang testing: add test helpers for measuring goroutine leaks

It's common for tests to check for goroutine leaks, but the testing package or standardlibrary doesn't make this easy.Th...

Viper can't watch the file when the config file volume mount in docker.

Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...

Viper Automatically create flags.

Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...

Viper Support groupings in BindPFlags

Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...

Viper Let user determine strict prefix for env

Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...

Viper Trailing right bracket is stripped off values

Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...

Viper while there has space char in Annotation, viper would not set the value and also no error return

Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...

Viper When the key has symbols, it cannot be converted

Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...

Viper GitHub Actions Workflows Missing Explicit Permissions

Preflight Checklist[x] I have searched the issue tracker for an issue that matches the one I want to file, without succe...

Pandas STY: Enforce Ruff rule B905, zip-without-explicit-strict

zip calls should ideally specify strict=True since most of the time there's an underlying assumption that the input argu...

Pandas API/REF: consistent error messages, arithmetic rules

62353 is about EA arithmetic with a list, which is not in general supported (lists are cast to ndarrays by the Series/In...

Pandas TST: Replace ensure_clean utility function with the temp_file pytest fixture

The pandas test suite uses an ensure_clean utility function to create a temporary file for testing https://github.com/pa...

Pandas DOC: Replace @Appender, @Substitution, @doc with inlined docstrings

Since pandas has objects with the same API, e.g. DataFrame.fillna Series.fillna, some of these methods may leverage a sh...

Pandas DEPR: passing ax to plotting methods

IIUC (a big if), we allow users to plot multiple objects on the same figure by passing an ax argument to plotting method...
上一页 下一页
.