Aurora Blog
Home
Golang cmd/link: issues with Xcode 16 beta [1.22 backport]
2025-07-11 14:08:02
2128
@cherrymui requested issue #68088 to be considered for backport to the next 1.22 minor release.@gopherbot please backpor...
Golang access: requesting access for Running TryBots
2025-07-11 14:07:57
649
See https://go.dev/wiki/GerritAccessAs mentioned in #66786, I have joined the golang/mips. Now, I'd like to request TryB...
Golang os/exec: modifications to Path ignored when *Cmd is created using Command with an absolute path on Windows [1.22 backport]
2025-07-11 14:07:55
756
@dmitshur requested issue #68314 to be considered for backport to the next 1.22 minor release.@gopherbot Please backport...
Golang x/exp/stats: new package with Mean, Median, more
2025-07-11 14:07:51
105520
Description:This proposal aims to enhance the Go standard library’s math ( math/stats.go )package by introducing several...
Golang x/crypto/ssh/test: TestRunCommandWeClosed failures
2025-07-11 14:07:38
3535
#!watchflakesdefault <- pkg == "golang.org/x/crypto/ssh/test" && test == "TestRunCommandWeClos...
Golang x/pkgsite: v0.69.1 page for github.com/IBM/vpc-go-sdk is not loading
2025-07-11 14:07:26
1144
What is the URL of the page with the issue?https://pkg.go.dev/github.com/IBM/vpc-go-sdk@v0.69.1What is your user agent?M...
Golang log/slog: add multiple handlers support for logger
2025-07-11 14:07:17
26328
Proposal DetailsCurrently slog package a logger only support one handler. For most language like python, A log module sh...
Golang proposal: encoding: add generic "name alias" struct tag
2025-07-11 14:07:15
3035
Proposal DetailsIt's not uncommon to see code like this:type Bread struct { Weight int `json:"weight" yaml:...
Golang cmd/go: track tool dependencies in go.mod
2025-07-11 14:07:10
133629
UPDATE: 2024-07-29: the latest proposal can be found here.BackgroundThe current best-practice to track tool dependencies...
Golang x/tools/gopls: SIGBUS reading string data in os.File.readdir
2025-07-11 14:07:04
688
#!stacks"sigpanic" && "os.(*File).readdir"Issue created by stacks.This stack gdIvug was repo...
Golang x/tools/gopls: Completion: panic in types.ConvertibleTo
2025-07-11 14:07:03
1436
#!stacks"gopanic" && "types.ConvertibleTo" && "completion.considerTypeConversio...
Golang x/tools/gopls: ApplyFix: "no file for edit position" bug in suggestedFixToDocumentChange (via telemetry)
2025-07-11 14:06:55
7240
#!stacks"bug.Errorf" && "golang.suggestedFixToDocumentChange:+10"This stack Di2gNg was repor...
Golang proposal: x/sys/windows: allow specifying Security Capabilities in SysProcAttr
2025-07-11 14:06:10
5822
Proposal DetailsAllow adding Security Capabilities to SysProcAttr on Windows. Note this is separate from the existing Se...
Pandas PERF: Brainstorming read_csv perf improvements
2025-07-11 14:05:35
335
[ ] With free-threading, could _convert_column_data be called in parallel for each column?[ ] (free-threading) For large...
Pandas BUG: mask in test_mask_stringdtype would always return the same result regardless of cond
2025-07-11 14:05:33
3999
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas ENH: Add a function like PYQT signal
2025-07-11 14:05:29
874
Feature Type[x] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas ENH: allow EAs to override MergeOperation._get_join_indexers
2025-07-11 14:05:27
9477
AsOfMerge._get_join_indexers calls to_numpy() on EAs, which can be costly. _MergeOperation._get_join_indexers is a bit ...
Pandas API/PERF: when to check for mismatched tzs/awareness in array_to_datetime
2025-07-11 14:05:25
1897
ts = pd.Timestamp("2016-01-01", tz="UTC")ts2 = ts.tz_convert("US/Pacific")>>> pd....
Pandas With an external grouper, there is no way to access the grouped value in a DataFrame(...).groupby(...).apply(...) workflow
2025-07-11 14:05:23
5598
groupby-apply workflows are important pandas idioms. Here's a brief example grouping on a named DataFrame column:>>...
Pandas Updating value of a single row of a column using loc or at fails
2025-07-11 14:05:21
9738
Code Sample, a copy-pastable example if possibleIn [12]: import numpy as npIn [13]: import pandas as pdIn [14]: arr = np...
上一页
下一页
1
…
228
229
230
231
232
…
375
.