Aurora Blog
Home
Pandas BUG: IntervalIndex.from_arrays with int64 vs uint64 arrays
2025-09-19 14:06:42
566
ser = pd.Series(range(5))ser2 = ser.astype("uint64")ii = pd.IntervalIndex.from_arrays(ser.values, ser2.values)...
Pandas BUG: to_sql with ADBC driver fails when schema exists without tables
2025-09-19 14:06:39
3825
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Gin Search in doc page is broken
2025-09-19 14:06:15
414
Hi, I am using Gin and I notice that the search button in the homepage is not working anymore, it opens up a blank page ...
Gin Where's search ?
2025-09-19 14:06:10
78
Comment From: seiyabDuplicate: https://github.com/gin-gonic/website/issues/319
Gin Can't search
2025-09-19 14:06:07
122
after clicking the searchbar, it goes blank Comment From: seiyabDuplicate: https://github.com/gin-gonic/website/issues/3...
Apache Superset oracledb sql error
2025-09-19 14:05:48
2305
Bug descriptionHi,I have installed superset 5 via docker compose . Installed cx_Oracle last version and Oracle instant_c...
Apache Superset cross-filtering multiple types of data only possible when data on same dataset, can't do cross-filtering across multiple datasets if they don't cross-filters same data across datasets
2025-09-19 14:05:46
3842
A clear and concise description of what the bug is.How to reproduce the bugCreate two datasets and fill that with one c...
Apache Superset custom map tile failed
2025-09-19 14:05:35
3119
Bug descriptionI use apache superset helm charts(version 0.15.0 with superset version 5.0.0) to deploy superset in my ai...
MyBatis-Plus [功能改进]: 描述 是否可以将 TableFieldInfo.convertIf 方法,添加为扩展点
2025-09-19 14:05:22
398
确认[x] 我的版本是最新版本, 我的版本号与 version 相同, 并且项目里无依赖冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为你的想法(不得删除 描述 前面的部分...
Redis [CRASH] <crash when running>
2025-09-19 14:05:19
58877
Notice!- If a Redis module was involved, please open an issue in the module's repo instead!- If you're using docker on A...
Redis [Streams] XNACK command
2025-09-19 14:05:14
2477
XNACK would remove a message from PEL and mark it as not-processed so it goes to the next consumer. A consumer which cal...
Gorm Transaction leak using Session in Scopes
2025-09-19 14:05:03
1585
GORM Playground Linkhttps://github.com/go-gorm/playground/pull/831DescriptionInstanceSet can return a new instance https...
MyBatis try to solve snyk Vulnerability:CVE-2025-53192
2025-09-19 14:04:57
1123
About the Bug...[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exists on...
Spring Security Disable @PreAuthorize filtering
2025-09-19 14:04:45
1233
Expected BehaviorI have a Spring Security configuration for permitting all requests:@Configuration@EnableWebSecurity@Pro...
Spring Security HttpSecurity should allow for AuthorizationManager<? super RequestAuthorizationContext>
2025-09-19 14:04:43
695
This allows an AuthorizationManager<Object> to be used. Similarly we should allow for AuthorizationManagerFactory&...
Spring Security Security Expressions Should Allow Returning an AuthorizationManager
2025-09-19 14:04:40
177
If SpEL expressions return an authorization manager, then this unifies the way that custom web and method security rules...
Spring Security SEC-2390: Multi Factor Authentication
2025-09-19 14:04:39
7833
Rob Winch (Migrated from SEC-2390) said:Include support for HMAC-Based One-time Password (HOTP) algorithm specified in R...
Spring Security Default Login Page Should Pre-populate Username Field If Already Logged In
2025-09-19 14:04:37
153
In a multi-factor arrangement, the second factor may already know the username of the individual and so can simplify log...
Spring Security Providers Should Add an Authority Representing Successful Authentication
2025-09-19 14:04:35
520
If OneTimeTokenAuthenticationProvider issues an authority FACTOR_OTT upon completion, then authorization rules can state...
Spring Security Add AccessDeniedHandler that Ties Authorities to Authentication Entry Points
2025-09-19 14:04:33
320
A handy AccessDeniedHandler implementation would be one that allows an authority like FACTOR_PASSWORD to be bound to an ...
上一页
下一页
1
…
36
37
38
39
40
…
367
.