Aurora Blog
Home
Golang runtime/secret: add new package
2025-09-26 14:06:34
129661
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
2025-09-26 14:06:30
4772
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
2025-09-26 14:06:26
680
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
2025-09-26 14:06:24
6695
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
2025-09-26 14:06:22
1132
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
2025-09-26 14:06:17
3710
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
2025-09-26 14:06:13
6714
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.
2025-09-26 14:06:02
6349
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.
2025-09-26 14:06:00
1139
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
2025-09-26 14:05:58
2004
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
2025-09-26 14:05:56
2596
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
2025-09-26 14:05:54
2016
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
2025-09-26 14:05:51
3335
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
2025-09-26 14:05:49
3489
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
2025-09-26 14:05:47
2434
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
2025-09-26 14:05:44
1360
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
2025-09-26 14:05:42
3225
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
2025-09-26 14:05:37
1274
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
2025-09-26 14:05:36
1945
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
2025-09-26 14:05:34
865
IIUC (a big if), we allow users to plot multiple objects on the same figure by passing an ax argument to plotting method...
上一页
下一页
1
…
42
43
44
45
46
…
386
.