Aurora Blog
Home
Golang cmd/go: "get -tool" should fail if "go" is below 1.24 in go.mod
2025-07-28 14:02:47
2295
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
2025-07-28 14:02:41
1435
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
2025-07-28 14:02:39
9602
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
2025-07-28 14:02:37
842
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
2025-07-28 14:02:32
662
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
2025-07-28 14:02:29
2514
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)
2025-07-28 14:02:26
4756
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
2025-07-28 14:02:24
3179
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.
2025-07-28 14:01:47
2902
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
2025-07-28 14:01:43
1854
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
2025-07-28 14:01:38
1356
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
2025-07-28 14:01:35
1177
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
2025-07-28 14:01:30
4248
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
2025-07-28 14:01:28
5082
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
2025-07-28 14:01:22
2423
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
2025-07-28 14:01:17
2235
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
2025-07-28 14:01:14
1790
Bug descriptionWhen SQLLAB_BACKEND_PERSISTENCE: True (the default setting) is enabled, SQL Lab fails with error "'dict' ...
Apache Superset GLOBAL_ASYNC_QUERIES
2025-07-28 14:01:12
2187
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
2025-07-28 14:00:57
1397
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
2025-07-28 14:00:38
3307
GORM Playground LinkN/A (not relevant, but the bot is nagging)DescriptionWe had a panic caused by Gorm in one of our CI ...
上一页
下一页
1
2
3
4
5
6
7
…
198
.