Golang x/exp/typeparams: TestAPIConsistency fail with Go tip since CL 575455

The x/exp repo started to fail consistently since CL 575455 (on the main repo). E.g.https://ci.chromium.org/ui/p/golang/...

Golang x/playground: fail to build with Go tip since CL 603476

It started to fail consistently since CL 603476 (on the main repo).E.g. https://ci.chromium.org/ui/p/golang/builders/ci/...

Golang os: ReadDir and Readdir on a File opened from a relative path try the wrong paths for FileInfo structs

What version of Go are you using (go version)?$ go versiondevel go1.22-98bacdeafe Mon Aug 14 12:51:16 2023 +0000Does thi...

Golang x/website: /blog/feed.atom missing an author field

What is the URL of the page with the issue?https://go.dev/blog/feed.atomWhat is your user agent?Mozilla/5.0 (X11; Linux ...

Golang cmd/go: bootstrapped vet tool for 1.23 lacks GODEBUG=gotypesalias=1

As reported in #68796, it appears that the cmd/vet built by make.bash lacks GODEBUG=gotypesalias=1, which should have be...

Golang runtime: windows arm32 1.22 broken

Go version1.22commit https://github.com/golang/go/commit/4beb33018b35d3a68f0ce41bee10f56512d1696e breaks go building on ...

Golang x/pkgsite: wrong version on @latest

What is the URL of the page with the issue?https://pkg.go.dev/github.com/wttech/pulumi-aem/sdkWhat is your user agent?Mo...

Golang x/vuln/cmd/govulncheck: TestCommand/main fail with Go tip since CL 596035

x/vuln's longtest builders started to fail consistently since (main repo's) CL 596035https://ci.chromium.org/ui/p/golang...

Golang x/image/font/opentype: can't draw "/System/Library/Fonts/Apple Color Emoji.ttc" (sbix issue?)

Go versiongo version go1.24.6 darwin/arm64Output of go env in your module/workspace:n/aWhat did you do?Try to render an ...

Golang cmd/link: -buildmode=c-shared not supported on windows/arm

What version of Go are you using (go version)?$ go version 1.15.6Does this issue reproduce with the latest release?yesWh...

Golang x/build/gophers: please update or remove my email address

Go versionNAOutput of go env in your module/workspace:NAWhat did you do?NAWhat did you see happen?I'm being harassed at ...

Pandas BUG: CategoricalIndex.fillna with a tuple category

The _require_scalar check is wrong in this case (also likely for object dtype Index)ci = pd.CategoricalIndex([(0, 1), (1...

Pandas BUG: Series.map to tuple values fails for category dtype

[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: Cannot use .loc to set a ndarray as the value of an empty dataframe

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

Pandas BUG: DataFrame.at allows adding new rows to a DataFrame

df = pd.DataFrame({'a': [1, 2]})df.at[5, 'a'] = 6print(df)# a# 0 1.0# 1 2.0# 5 6.0The docstring of DataFrame.at ...

Pandas BUG: Enlarging DataFrame with 2d indexer converts ints to floats

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

Jackson Databind EnumDeserializer fails to deserialize Enums with @JsonValue - uses table with name() key instead of @JsonValue key

Search before asking[x] I searched in the issues and found nothing similar.Describe the bugEnumDeserializer fails to des...

Jackson Databind Replace ObjectMapper.getRegisteredModuleIds() (2.x) with ObjectMapper.getRegisteredModules() (3.0)

(note: this is retro-active issue for change already made in 3.0, included in 3.0.0-rc1 -- but with signature change in ...

Apache Superset Grey texts in dark mode are hard to read

Bug descriptionWe have seen some examples of grey text in dark mode and find them really hard to read. A suggestion woul...

Apache Superset "APP_ICON" is not displayed

Bug descriptionThe configuration variable "APP_ICON" does not seem to apply in the same way in Superset 6.0.0rc1 as in v...
下一页
.