Aurora Blog
Home
Golang cmd/go: add (or make explicit) tests for ambiguous imports in module mode
2025-07-03 14:03:16
10912
What version of Go are you using (go version)?$ go versiongo version go1.11.2 darwin/amd64Does this issue reproduce with...
Golang cmd/go: go mod mvs: explain MVS selection
2025-07-03 14:03:14
3113
Actually, I'm not sure if it should be go mod mvs, some different subcommand, or rolled into something like go mod why. ...
Pandas BUG: StringDtype objects from pandas <2.3.0 cannot be reliably unpickled in 2.3.0.
2025-07-03 14:03:06
3429
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas BUG: "Python int too large" in maybe_convert_objects with numpy 1.26
2025-07-03 14:03:03
10010
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG/API: preserve dtype in Index append()
2025-07-03 14:03:00
1213
If you combine two Index objects using append, if they are both object dtype to start with, it seems we still infer the ...
Pandas BUG: Incorrect logical operation between pandas dataframe and series
2025-07-03 14:02:59
4837
Pandas version checks[X] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas BUG: read_csv() : inconsistent dtype and content parsing.
2025-07-03 14:02:56
11188
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas ENH: Restore the functionality of .fillna
2025-07-03 14:02:55
6524
Feature Type[ ] Adding new functionality to pandas[X] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas BUG: Series.mul silently returns wrong values with UInt8 dtype when overflowing the max value range
2025-07-03 14:02:53
3933
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas ENH: Replacing behavior currently provided by pandas.to_numeric using errors="ignore"
2025-07-03 14:02:50
5493
Feature Type[ ] Adding new functionality to pandas[X] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas BUG: incompatible dtype when creating bool column with df.at
2025-07-03 14:02:46
2703
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: Segmentation fault when misusing VariableWindowIndexer.get_window_bounds
2025-07-03 14:02:45
3149
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas BUG: DataFrameGroupBy.__getitem__ fails with tuples on multi-level column objects
2025-07-03 14:02:40
3842
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Keras Custom Pooling Layer for CNN
2025-07-03 14:02:33
5801
I want to make a custom 2x2 Pooling Layer for my CNN architecture with this function with Kerasdef cantor_pairing(a, b):...
Keras RematScope with mixed precision: autocast on kernels doesn't seem to trigger on the backwards pass
2025-07-03 14:02:29
893
created this layer to monitor what's happening:class ReportingConv1D(Conv1D): def call(self, inputs): print(f"...
Keras TorchModuleWrapper default get_config creates non serializable objects
2025-07-03 14:02:26
12636
Hi, and thanks to all keras-team :)The get_config of TorchModuleWrapper uses BytesIO and torch.save to create a byte arr...
Apache Superset Mixed Chart Displaying Numbers Incorrectly on Tooltips when using a numeric axis with a secondary y axis format
2025-07-03 14:02:08
2341
Bug descriptionRepro steps: 1. Create a mixed chart 2. In one of the queries, set the metric to use a number. In the oth...
Apache Superset Image 5.0.0-dev does not contain geckodriver
2025-07-03 14:01:58
4836
Bug descriptionThe 5.0,0-dev found on https://hub.docker.com/r/apache/superset does not contain geckodriver.Previous ver...
MyBatis-Plus boot4 DataSourceAutoConfiguration路径变化
2025-07-03 14:01:41
606
确认[x] 我使用的版本是最新版, 并且使用插件确认过项目里无依赖版本冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为遇到的问题(不得删除 描述 前面的部分)当前程序版本3...
Gorm a two-way relation makes dirty data when inserting one model
2025-07-03 14:01:29
2767
Your Questiona two-way relation makes dirty data when inserting one modelhow to reproduce:open any db, use auto migrate ...
上一页
下一页
1
…
121
122
123
124
125
…
246
.