Golang cmd/compile: export to DWARF types only referenced through interfaces [1.25 backport]

I'd like to petition for https://go.dev/cl/696955 to be backported to 1.25.Comment From: prattmichttps://go.dev/cl/64955...

Golang cmd/fix: fails to run on modules whose go directive value is in "1.n.m" format introduced in Go 1.21.0

According to my understanding of these docs:https://go.dev/doc/go1.21#toolshttps://go.dev/doc/toolchain#versionhttps://g...

Golang net/http/pprof: panicking getting profiles

Go versiongo version go1.24.4 darwin/arm64Output of go env in your module/workspace:GO111MODULE='auto'GOARCH='arm64'GOAR...

Golang x/pkgsite:

What is the URL of the page with the issue?What is your user agent?ScreenshotWhat did you do?What did you expect to see?...

Golang maps: segmentation violation in maps.Clone

Go versiongo version go1.22.5 darwin/arm64Output of go env in your module/workspace:GO111MODULE='on'GOARCH='arm64'GOBIN=...

Golang net/http: TestWriteDeadlineExtendedOnNewRequest/h2 failures

#!watchflakesdefault <- pkg == "net/http" && test == "TestWriteDeadlineExtendedOnNewRequest/h2...

Golang x/tools/gopls: CodeAction: do not offer "inline variable" on an lvalue reference

The Inline variable "v" quick fix should not be offered on an l-value reference to a variable v:v := 1‸v = 2 // The &qu...

Golang x/pkgsite: package removal request for git.home.127001.link/kormoc/*

All of these packages were never intended to be published from my personal gitlab install. Do you need a list of all pac...

Golang x/pkgsite: package removal request for https://pkg.go.dev/github.com/lcucurachi/go-node

Hi everyone,I would like to remove the documentation and the packages for this project as I've decided to rename it and ...

Golang cmd/go: any invocation creates read-only telemetry configuration file under GOMODCACHE

Go versiongo version go1.23.0 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...

Pandas BUG: Incorrect behaviour when using loc on a resampled time index dataframe

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas ENH: Generalize groupby to better support ExtensionArray

Feature Type[ ] Adding new functionality to pandas[X] Changing existing functionality in pandas[ ] Removing existing fun...

Pandas Strange output from timedelta_range for integer start/end

Here I expected a TimedeltaIndex with 11 elements from 0 hours through 11 hours:>>> pd.timedelta_range(0, 10, f...

Pandas BUG: DatetimeIndex.intersection with non-anchored freq

import pandas as pdoff = pd.offsets.CDay(1, False)ts = pd.Timestamp("2021-10-13 09")ts2 = ts + pd.Timedelta(&q...

Pandas PERF: DataFrame.unstack() and DataFrame.pivot_table() upcasting take up more memory than needed

Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this issue ex...

Pandas BUG: str.match and str.contains behave inconsistently on compiled regexps (regression in 2.3.2 relative to 2.3.1)

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

Keras does Functional Model support "string" dtype for end-to-end pipelines?

As mentioned keras-team/keras-core#843, I was trying further modify the mlm-bert pipeline for keras-core with backend-ag...

Keras Possible label inconsistencies in CIFAR-10 dataset

While training a CNN model using CIFAR-10 via "keras.datasets.cifar10.load_data()", I noticed that some images seem to h...

Keras Model sharding fails due to early weight loading - OOM on large models

Issue: keras.distribution.ModelParallel with from_preset() causes OOM errors when loading models larger than single-devi...

Jackson Databind Support alternate radixes when writing numeric values as strings

As requested in FasterXML/jackson-module-scala#65, and discussed in this thread. This would take the form of:- A BaseSet...
上一页 下一页
.