Aurora Blog
Home
Golang x/pkgsite: type header table of contents links to a different type
2025-08-22 14:03:12
1216
What is the URL of the page with the issue?https://pkg.go.dev/google.golang.org/grpc#EmptyDialOptionWhat is your user ag...
Pandas Series.map on a Categorical with a function only processes each unique value once
2025-08-22 14:03:02
2041
Code Sample>>> import pandas as pd>>> pd.Series(list("cabaa")).map(print)cabaa0 None1 ...
Pandas >>> import warnings >>> warnings.filterwarnings("ignore", "\nPyarrow", DeprecationWarning) >>> import pandas
2025-08-22 14:02:59
208
Comment From: Alvaro-KotheWhat is the purpose of this?Comment From: hr7756736-sudohttps://github.com/pandas-dev/pandas/i...
Pandas BUG: Index.get_level_values() does not handle boolean, pd.NA, np.nan, or pd.NaT level correctly
2025-08-22 14:02:57
3076
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas 1911902583
2025-08-22 14:02:55
308
Nice, thanks! This is https://github.com/pandas-dev/pandas/pull/57003 indeed. I looked for an open PR but didn't find i...
Pandas BUG: Pyarrow dependency warning starts with newline which makes it impossible to filter out by message with -W or PYTHONWARNINGS
2025-08-22 14:02:50
7576
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas REF/API/DEPR: _holds_integer checks in plotting
2025-08-22 14:02:46
841
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas REF: use _cast_pointwise_result in map
2025-08-22 14:02:44
126
Recently implemented _cast_pointwise_result is the correct idiom to use to retain dtype_backend in EA.map and any simila...
Keras Training performance degradation after switching from Keras 2 mode to Keras 3 using Tensorflow
2025-08-22 14:02:41
3402
I've been working on upgrading my Keras 2 code to just work with Keras 3 without going fully back-end agnostic. However,...
Keras Keras 3.7 Broke My Code
2025-08-22 14:02:35
14831
Hello Devs,I am trying to Impliment the Keras Deel:abV3 Segmentation https://keras.io/keras_hub/guides/semantic_segmenta...
Keras Compatibility issue between add_loss and TimeDistributed when using JAX backend
2025-08-22 14:02:22
1181
When using JAX backend with jit enabled, I am getting a TracerBoolConversionError when trying to use a custom layer with...
Jackson Databind @JacksonInject added to property overrides value from the JSON even if useInput is OptBoolean.TRUE
2025-08-22 14:02:14
9124
Hello,I have problem when using @JacksonInject on final field that is initialized using constructor (see the whole examp...
Jackson Databind 3.x migration guide
2025-08-22 14:02:10
1756
3.x seems to introduce severe change to widely used interfaces, like removal of ObjectMapper.registerModule. It'd be nic...
Jackson Databind Remove ObjectMapper.setSerializationInclusion() from 3.0 (deprecate in 2.20)
2025-08-22 14:02:03
629
(note: this is retroactive issue -- actual removal done before 3.0.0-rc1 release)(note: inspired by #5269)With 3.0, Obje...
Jackson Databind What's the replacement for ObjectMapper.setSerializationInclusion(…)?
2025-08-22 14:02:02
124
Documentation ImprovementThe method was removed from ObjectMapper and I couldn't find any documentation what to use inst...
Apache Superset Export to pivoted excel only exports the first table if multiple pivot tables exist in the dashboard
2025-08-22 14:01:56
1683
Bug descriptionIf you have multiple pivot tables in the table and try to export to pivoted excel one of them, no matter ...
Apache Superset [Superset v5.0.0] Reports not loading correct config.py - Failed taking a screenshot
2025-08-22 14:01:51
5688
Bug descriptionUpgrading Superset (via Helm chart) from app (image tag) v4.0.2 to v5.0.0 has resulted in broken Reports...
Apache Dubbo [Feature] use Apache Fory(fury) to serialize objects
2025-08-22 14:01:35
582
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...
MyBatis-Plus [功能改进]: JPMS 支持 处理拆分包 (split packages)
2025-08-22 14:01:31
3007
确认[X] 我的版本是最新版本, 我的版本号与 version 相同, 并且项目里无依赖冲突[X] 我已经在 issue 中搜索过, 确认问题没有被提出过[X] 我已经修改标题, 将标题中的 描述 替换为遇到的问题功能改进在使用 com.b...
Gorm 使用Callback填充uuid,批量插入的时候,最后一条数据id为空
2025-08-22 14:01:20
4096
结构体// UUID UUIDtype UUID struct { Id string `gorm:"type:varchar(40);primary_key;" sql:"comment:'UUID'&...
上一页
下一页
1
2
3
4
5
6
7
…
285
.