Golang cmd/go: "get -tool" should fail if "go" is below 1.24 in go.mod

When a tool is registered in go.mod with go get -tool, ensure that the go requirement is at least 1.24.0. If that isn't ...

Golang proposal: x/crypto/ssh: add support for "webauthn-sk-ecdsa-sha2-nistp256@openssh.com" signature algorithm

Proposal DetailsOpenSSH has support for a "webauthn-sk-ecdsa-sha2-nistp256@openssh.com" signature algorithm which was ad...

Golang cmd/go: adding a new file by -overlay didn't work in Go 1.24, though this worked in Go 1.23

Go versiongo version go1.24.0 windows/amd64Output of go env in your module/workspace:set AR=arset CC=gccset CGO_CFLAGS=-...

Golang build: amd64 builders don't support SHA extensions

The amd64 builders don't support the SHA x86-64 extensions, so our crypto/sha256 assembly is untested, in violation of t...

Golang x/build: update amd64 builder instance types

We have cryptography assembly not tested in CI for lack of amd64 SHA extensions (#69592) and more recently a potential A...

Pandas BUG: infer_dtype returns "mixed" for complex and pd.NA mix

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

Pandas ENH: Function‑scoped bad‑line callback for read_csv that provides line_number (immediate per‑row handling without global side‑effects)

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

Pandas BUG: 'Sphinx parallel build error' when building docs locally prevents index.html creation

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

Pandas BUG: The lines skipped by pd.read_csv(path, chunksize=n, on_bad_lines='skip') depends on n.

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

Pandas RLS: 3.0

Estimated release date: April 2024, but it will be updated closer to that time.Comment From: mroeschkeLooking like this ...

Keras Reshape layer does not handle -1 shape infor dynamically

HelloI am encountering a problem with keras.layers.Reshape . I am currently running 3.9, but given that the related code...

Keras Keras3 not working with Sparce Tensors

The code from the manual, "Working with sparse tensors" (link):x = tf.keras.Input(shape=(4,), sparse=True)y = tf.keras.l...

Jackson Databind Failing @JsonMerge with a custom Map

Continuation of https://github.com/FasterXML/jackson-databind/issues/4783.import java.util.HashMap;import java.util.Map;...

Jackson Databind Failing @JsonMerge with a custom Map with a @JsonCreator constructor

Search before asking[x] I searched in the issues and found nothing similar.Describe the bugContinuation of https://githu...

Apache Superset RangeError: Maximum call stack size exceeded

Bug descriptionI am trying to see a kind of market report with some several native filters.It has some charts like "dail...

Apache Superset Dashboard Filter is Injection Prone; Special Characters in Filter Value Like Apostrophe Cause Query to Misbehave or Fail

Bug descriptionGIVEN a Superset dashboard with a string filter, whose charts and filters are all SQL language based such...

Apache Superset SQLLAB_BACKEND_PERSISTENCE Compatibility Issue

Bug descriptionWhen SQLLAB_BACKEND_PERSISTENCE: True (the default setting) is enabled, SQL Lab fails with error "'dict' ...

Apache Superset GLOBAL_ASYNC_QUERIES

Bug descriptionWhen GLOBAL_ASYNC_QUERIES: True is enabled, chart visualizations fail with JavaScript error "Cannot read ...

Gorm Field time.Time doesn't get updated when saving a list of models

GORM Playground Linkhttps://github.com/go-gorm/playground/pull/821DescriptionA model has time.Time field with a default ...

Gorm Panic: "concurrent map read and map write" in schema/schema.go

GORM Playground LinkN/A (not relevant, but the bot is nagging)DescriptionWe had a panic caused by Gorm in one of our CI ...
下一页
.