Aurora Blog
Home
Pandas BUG: Creating Index name using names names argument, doesn't set index name
2025-07-16 14:02:22
4200
Code Sample, a copy-pastable example if possible# This is truei = pd.Index([], name='a')assert i.name == 'a'assert i.nam...
Pandas BUG: CustomBusinessDay not respecting calendar
2025-07-16 14:02:20
7712
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Keras Custom optimization tailored for the Torch backend
2025-07-16 14:02:16
567
PyTorch provides specialized cudnn operators for many common implementations, such as F.group_normIn the past speed test...
Keras Attention layer issue broadcasting mask
2025-07-16 14:02:14
3673
SummaryWhen using the keras.layers.Attention layer with mask support and KERAS_BACKEND=torch, a shape mismatch occurs be...
Keras The documentation for LayerNormalization with rms_scaling differs from its actual implementation.
2025-07-16 14:02:13
1219
rms_scaling: If True, center and scale are ignored, and the inputs are scaled by gamma and the inverse square root of th...
Gin 如何优雅的裹一层json response
2025-07-16 14:02:08
165
在调研gin作为网关的可用性我想针对其他服务返回的response,再裹一层json规范例如:{"success":true"data": #其他response}针对这种场景是使用了网上搜索的方式,添加一个 gin.HandlerFunc...
Jackson Databind NullPointerException in ObjectMapper.valueToTree(UUID)
2025-07-16 14:02:04
2304
Search before asking[x] I searched in the issues and found nothing similar.Describe the bugWhen calling mapper.valueToTr...
Apache Superset set the default max_column_name_length = 128 in OracleEngineSpec class
2025-07-16 14:01:54
1790
Bug descriptionmax_column_name_length is set to 30 in the OracleEngineSpec class. But since Oracle Version 12.2 the max...
Apache Superset Docker issues uv and gcc
2025-07-16 14:01:50
27231
Bug descriptionUsing the latest git clone and setting TAG to 4.1.2 (I've also tried the version the documentation sugges...
Apache Superset Dashboard Share URL excludes Experimental Filters and Cross Filters values
2025-07-16 14:01:46
5480
When you share a dashboard (Copy Dashboard URL, Share dashboard by email, or click the link icon next to a tab, etc), th...
Apache Superset Russian (Cyrillic) text is improperly displayed when using array_agg in the SQL query (Postgres)
2025-07-16 14:01:44
4585
How to reproduce the bugStore Russian text in a Postgres database.Make sure you can fetch that textual data into Superse...
Apache Superset Issue running apache superset with https
2025-07-16 14:01:36
2732
A clear and concise description of what the bug is.Hi Everyone,I am trying to configure SSL for superset on apache. Howe...
Apache Dubbo [Feature] JDK24 Support for Dubbo
2025-07-16 14:01:23
710
Pre-check[x] I am sure that all the content I provide is in English.Search before asking[x] I had searched in the issues...
Apache Dubbo [Bug] Dubbo 3.3.5 fails to start with Nacos 3.x due to removed /v1/ns/operator/switches API
2025-07-16 14:01:22
1310
Pre-check[x] I am sure that all the content I provide is in English.Search before asking[x] I had searched in the issues...
Apache Dubbo [Feature] Guava called a deprecated sun.misc.Unsafe method that jdk24+ might removed it in the future
2025-07-16 14:01:20
1224
Pre-check[x] I am sure that all the content I provide is in English.Search before asking[x] I had searched in the issues...
Redis CVE-2025-49112 as fixed in valkey
2025-07-16 14:01:13
319
Hivalkey fixed CVE-2025-49112 via https://github.com/valkey-io/valkey/pull/2101 and upstream commit https://github.com/v...
Gorm Using clause.Not and clause.And result in erroneous simplification
2025-07-16 14:01:06
3236
GORM Playground Linkhttps://github.com/go-gorm/playground/pull/767DescriptionWhen using clause.Not and clause.And to cre...
Spring Security Add type-safe getPrincipal(Class<T>) method to Authentication
2025-07-16 14:00:57
1108
Expected BehaviorIt should be possible to access the principal in a type-safe way via:MyUserDetails user = authenticatio...
Spring AI Support latest Google Unified SDK to access Google AI Embedding Models
2025-07-16 14:00:49
290
This is a placeholder EPIC issue to support https://ai.google.dev/gemini-api/docs/embeddings.New embedding model release...
SpringBoot Upgrade to Reactor Netty 1.2.8 for Spring Cloud Gateway
2025-07-16 14:00:44
654
Upgrade to Reactor Netty 1.2.8 for Spring Cloud Gateway.Now they support a new feature, a more appropriate way to implem...
上一页
下一页
1
…
169
170
171
172
173
…
326
.