Golang os/exec: modifications to Path ignored when *Cmd is created using Command with an absolute path on Windows [1.22 backport]

@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

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

#!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

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

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

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

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

#!stacks"sigpanic" && "os.(*File).readdir"Issue created by stacks.This stack gdIvug was repo...

Golang x/tools/gopls: Completion: panic in types.ConvertibleTo

#!stacks"gopanic" && "types.ConvertibleTo" && "completion.considerTypeConversio...

Golang x/tools/gopls: ApplyFix: "no file for edit position" bug in suggestedFixToDocumentChange (via telemetry)

#!stacks"bug.Errorf" && "golang.suggestedFixToDocumentChange:+10"This stack Di2gNg was repor...

Golang proposal: x/sys/windows: allow specifying Security Capabilities in SysProcAttr

Proposal DetailsAllow adding Security Capabilities to SysProcAttr on Windows. Note this is separate from the existing Se...

Pandas PERF: Brainstorming read_csv perf improvements

[ ] 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

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

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

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

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

groupby-apply workflows are important pandas idioms. Here's a brief example grouping on a named DataFrame column:>&gt...

Pandas Updating value of a single row of a column using loc or at fails

Code Sample, a copy-pastable example if possibleIn [12]: import numpy as npIn [13]: import pandas as pdIn [14]: arr = np...

Pandas BUG: read_sql no longer works simply with SqlAlchemy selectables and a quick fix

[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exists on the latest vers...

Pandas BUG: Can only compare identically-labeled Series objects (string vs. object)

Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
上一页 下一页
.