Aurora Blog
Home
Golang proposal: context: add WithValueReplace
2025-08-04 14:02:30
543
Proposal DetailsI propose adding a WithValueReplace function to the context package to allow users to update values asso...
Golang proposal: maps: add maps.KeysSlice and maps.ValuesSlice
2025-08-04 14:02:28
4777
Since we need to reserve Keys and Values for iterators. I think we might need to change the old maps.Keys/Values to maps...
Golang x/tools/gopls: update package and imports on willRenameFiles/didRenameFiles
2025-08-04 14:02:24
1138
when I move go file between folders I want VSCode to automatically update package name and imports in go files that refe...
Pandas BUG: Wrong inferred type in case of a mixture of boolean, float and integers
2025-08-04 14:02:19
2823
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas BUG: NameError: name 'pa' is not defined despite pyarrow is installed
2025-08-04 14:02:17
6020
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas Decrypting file in read_csv
2025-08-04 14:02:15
5214
Basic idea of the feature requestI was trying to read an encrypted file in pandas. As far as I know, there is no way to ...
Pandas BUG: Instantiating pandas._libs.parsers.TextReader segfaults
2025-08-04 14:02:13
4862
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas ENH: Add a name parameter to value_counts()
2025-08-04 14:02:11
2902
Feature Type[X] Adding new functionality to pandas[x] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas ENH: Add a safe Option to hash_pandas_object with Default Value Set to True
2025-08-04 14:02:09
6520
Feature Type[X] Adding new functionality to pandas[X] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas BUG: rank with object dtype and small values
2025-08-04 14:02:06
588
# Based on test_rank_ea_small_valuesimport pandas as pdser = pd.Series( [5.4954145e29, -9.791984e-21, 9.3715776e-26, ...
Keras Cannot load weight of pre-trained models
2025-08-04 14:01:56
1518
I tried with tensorflow versions 2.19 and 2.18.The code that reproduces the error is:import tensorflow as tfprint(tf.__v...
Apache Superset Error when add roles and users programmatically using Superset API
2025-08-04 14:01:39
15433
Bug descriptionI got an error when i want to add roles and users programmatically using Superset API. Here is my code.im...
MyBatis-Plus [错误报告]: 在oracle数据库中,如果实体对象有 Enum 字段,则映射时报错。
2025-08-04 14:01:30
29901
确认[x] 我使用的版本是最新版, 并且使用插件确认过项目里无依赖版本冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为遇到的问题(不得删除 描述 前面的部分)当前程序版本3...
MyBatis-Plus [错误报告]: 在oracle数据库中,通过实体创建的 wrapper,拼接 like 语句时,使用的是 user_name LIKE CONCAT('%',?,'%') 函数,导致错误。
2025-08-04 14:01:28
15307
确认[x] 我使用的版本是最新版, 并且使用插件确认过项目里无依赖版本冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为遇到的问题(不得删除 描述 前面的部分)当前程序版本3...
Redis Crash when enabling io-threads-do-reads under high concurrency (Redis 7.2.10 on K8s)
2025-08-04 14:01:26
4571
Crash reportRedis crashes during high-concurrency read/write benchmark when IO threads are enabled.Full crash log (key s...
Redis crashed when starting redis with docker
2025-08-04 14:01:24
16434
Notice!- If a Redis module was involved, please open an issue in the module's repo instead!- If you're using docker on A...
Gorm With gorm and the sqlite driver that comes with gorm, when storing a number of the string type, if the number is very long, then the number is stored in the database as a scientific notation
2025-08-04 14:01:21
1906
Your QuestionWith gorm (" Gorm.io /gorm") and the sqlite driver that comes with gorm (" Gorm.io /driver/sqlite"), when s...
Spring AI DeepSeekChatModel: role field sent as uppercase "USER", causes 422 error
2025-08-04 14:01:07
6403
When using the DeepSeekChatModel.call() method in Spring AI (non-streaming mode), the following error occurs:HTTP 422 - ...
Spring AI 在响应的时候如何获取到记忆中的消息id
2025-08-04 14:00:59
849
如何在controller层获取到消息的id啊 @GetMapping("/stream") public Flux<String> testStream(String q, String cha...
Spring AI Add LiteLLM support
2025-08-04 14:00:44
660
Please do a quick search on GitHub issues first, the feature you are about to request might have already been requested....
上一页
下一页
1
…
164
165
166
167
168
…
386
.