Aurora Blog
Home
Pandas API/PERF: when to check for mismatched tzs/awareness in array_to_datetime
2025-07-11 14:05:25
1897
ts = pd.Timestamp("2016-01-01", tz="UTC")ts2 = ts.tz_convert("US/Pacific")>>> pd....
Pandas With an external grouper, there is no way to access the grouped value in a DataFrame(...).groupby(...).apply(...) workflow
2025-07-11 14:05:23
5598
groupby-apply workflows are important pandas idioms. Here's a brief example grouping on a named DataFrame column:>>...
Pandas Updating value of a single row of a column using loc or at fails
2025-07-11 14:05:21
9738
Code Sample, a copy-pastable example if possibleIn [12]: import numpy as npIn [13]: import pandas as pdIn [14]: arr = np...
Pandas BUG: read_sql no longer works simply with SqlAlchemy selectables and a quick fix
2025-07-11 14:05:19
10314
[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exists on the latest vers...
Pandas BUG: Can only compare identically-labeled Series objects (string vs. object)
2025-07-11 14:05:16
2874
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas BUG: drop doesn't recognise MultiIndexes
2025-07-11 14:05:10
4854
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Keras RNN not compatible with XLA (TF backend)
2025-07-11 14:05:03
1485
RNN cannot be jit compiled, see error below:Detected unsupported operations when trying to compile graph __inference_one...
Keras Torch dynamo Could not infer dtype of NoneType
2025-07-11 14:05:01
3819
Do to some recent changes to the torch backend (I think we enabled compilation by default?), a simple torch fit() call w...
Keras Inconsistent broadcasting behaviour in layers.Rescaling
2025-07-11 14:04:59
1836
It seems that layers.Rescaling will broadcast its input to match the size of the provided gain/offset parameters.This ma...
Apache Superset Error on SQL Lab screen "The database that was used to generate this query could not be found"
2025-07-11 14:04:49
8779
Bug descriptionReproduction steps:1. Run Superset with "docker compose" on macbook2. Login to Settings -> Database co...
Apache Superset Superset package included twice in v5.0.0 lean image
2025-07-11 14:04:33
1828
Bug descriptionThe superset package is included twice in the lean image, once at /app/superset and once at /app/.venv/li...
Apache Superset [SIP-112] Allow to deploy Superset under the prefix of an URL
2025-07-11 14:04:31
22381
[SIP] Allow to deploy Superset under the prefix of an URLMotivationWe faced a problem in the deployment of the Superset ...
Apache Superset Error on embedded dashboard after upgrading to 3.1.1: "Guest user cannot modify chart payload"
2025-07-11 14:04:18
19855
Bug descriptionAfter upgrading from 3.1.0 to 3.1.1, dashboards and filters no longer work and give this error: "Guest us...
Gorm A limit of zero returns the wrong results
2025-07-11 14:03:36
6136
GORM Playground Linkhttps://github.com/go-gorm/playground/pull/522DescriptionSpecifying a limit of 0 results in all rows...
Gorm Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stu
2025-07-11 14:03:34
4588
DescriptionWhen i build with gorm and sqlite, Then start the binary,I got the errors:[error] failed to initialize datab...
Gorm Support UNION and UNION ALL
2025-07-11 14:03:32
561
Describe the featureMotivationRelated IssuesComment From: itmisxcommon APIdb.Table("(? UNION ALL ?) as user",d...
Feign Add ability to not throw exception when http status code > 399
2025-07-11 14:03:29
1013
Currently our team convention is to use response status instead of throwing exception. Say our model is like this:public...
Spring Security Websocket XML config should pick up PathPatternMessageMatcher.Builder
2025-07-11 14:03:17
513
As part of migration to 7 from 6.5, PathPatternRequestMatcherBuilderFactoryBean and PathPatternMessageMatcherBuilderFact...
Spring Security Add 7.0 Migration Steps for Messaging PathPattern Usage
2025-07-11 14:03:15
125
A section similar to https://docs.spring.io/spring-security/reference/migration-7/web.html#use-path-pattern would be hel...
Spring AI could not found io.modelcontextprotocol.sdk:mcp:jar:0.11.0-SNAPSHOT in repo
2025-07-11 14:03:10
1757
Description:When I try to bring in McpAsyncClient, I find that it is not available and cannot be found in the snapshot r...
上一页
下一页
1
…
185
186
187
188
189
…
331
.