Aurora Blog
Home
Golang net: TestReadTimeout failures with "EOF"
2025-08-27 14:03:08
2212
#!watchflakespost <- pkg == "net" && test == "TestReadTimeout" && `timeout_test.g...
Golang cmd/compile: utf8.DecodeRune should be fast/slow-path inlineable
2025-08-27 14:03:06
2207
We manually partially inline utf8.DecodeRune in a few places in the tree. For example, in bytes.EqualFold, we have: ...
Golang proposal: syscall: Open sharemode on Windows
2025-08-27 14:03:01
755
Proposal DetailsIt is not possible to change sharemode when opening a file on Windows.Sharemode is defined here: syscall...
Pandas BUG: Behavior change in Series.resample with closed="right", how="right"
2025-08-27 14:02:53
4012
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas BUG: divmod(pd.NA, s) returns single Series instead of tuple
2025-08-27 14:02:51
2962
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas release wheel of v1.5.3 for python 3.12
2025-08-27 14:02:45
638
There exists no wheel for pandas 1.5.3 for python 3.12. This combination of pandas and python version is used by the Dat...
Pandas Various methods don't call call __finalize__
2025-08-27 14:02:39
17869
Improve coverage of NDFrame.__finalize__Pandas uses NDFrame.__finalize__ to propagate metadata from one NDFrame toanothe...
Gin How to support both URI and map parameter binding with shouldBind
2025-08-27 14:02:35
738
``type GetListReq struct { Id stringuri:"id" binding:"required,len=32"Order map[string]stringform:"order"L...
Jackson Databind Reading into existing instance uses creator property setup instead of accessor
2025-08-27 14:02:23
3164
Search before asking[x] I searched in the issues and found nothing similar.Describe the bugWhen reading into an existing...
Apache Superset Not able to use get_time_filter function
2025-08-27 14:02:16
6260
Bug descriptionI am creating dataset for dynamic date range filter and dataset look like below query:{% set time_filter ...
Apache Superset [SIP-159] Proposal for Migrating from npm + Lerna to pnpm
2025-08-27 14:02:08
9310
[SIP] Proposal for Migrating from npm + Lerna to pnpmMotivationApache Superset’s frontend currently relies on npm for de...
Apache Superset Superset 6.0.0rc1: charts cannot be displayed with Pinot DB (incorrect SQL dialect used)
2025-08-27 14:02:02
2952
Bug descriptionWe've been testing the 6.0.0rc1 release and have run into a problem. Our prior setup (Superset 5.0.0 and ...
Apache Superset Regression: import-dashboards now validates database connection (v3.1.3 to v5.0.0)
2025-08-27 14:01:50
25915
Bug descriptionI use the superset import-dashboards CLI command to migrate dashboards between different environments. Th...
Apache Superset Tooltip is not easy to read
2025-08-27 14:01:48
860
ScreenshotTooltip in 5.0.0Tooltip in 4.0.2Descriptionwith Superset 5.0.0, BarChart, it's possible to use rich tooltip bu...
MyBatis-Plus [错误报告]: saveOrUpdateBatch 传递整个实体给 SELECT_BY_ID,导致 ParameterHandler 被重复执行
2025-08-27 14:01:28
838
确认[x] 我使用的版本是最新版, 并且使用插件确认过项目里无依赖版本冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为遇到的问题(不得删除 描述 前面的部分)当前程序版本l...
Redis [BUG] May be OOM in /src/rax.c
2025-08-27 14:01:26
394
OOM is possible.In /src/rax.c:1589, you need to make a check, similar to line 1583.If there is a out of memory here, the...
Redis Possible migration error
2025-08-27 14:01:24
368
In the /src/redis-cli.c. file, Line 5194.Checking the return value of clusterManagerSetSlot is mandatory, since the oper...
Spring AMQP Multiple issues after upgrading to spring-rabbit 2.0.8.RELEASE
2025-08-27 14:01:15
10545
Hi,Because of the https://pivotal.io/security/cve-2018-11087 , we upgraded to spring-rabbit 2.0.8.RELEASE and the tests ...
Spring Security Custom DSL Support for Webflux Security
2025-08-27 14:01:11
607
Expected BehaviorThe Servlet HttpSecurity builder supports defining a custom DSL that can be applied with the with metho...
Spring Security PathPatternRequestMatcher is not a suitable replacement for the deprecated MvcRequestMatcher
2025-08-27 14:01:08
907
Describe the bugDue to the deprecation of MvcRequestMatcher, its replacement 'PathPatternRequestMatcher' requires to kno...
上一页
下一页
1
…
23
24
25
26
27
…
313
.