Nineya
Home
Blog
Pandas ENH: Pass col_len to on_bad_lines callable
2025-02-25 14:25:54
2546
Feature Type[x] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas BUG: groupby with dropna=False and pa.dictionary drops NA values
2025-02-25 14:25:46
256
df = pd.DataFrame({'A': ['a1', pd.NA]}, dtype=pd.ArrowDtype(pa.dictionary(pa.int32(), pa.utf8())))print(df.groupby("...
Pandas ENH: Add to_numeric_br() function to convert Brazilian-formatted numbers
2025-02-25 14:25:41
5076
Feature Type[x] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas Rolling groupby should not maintain the by column in the resulting DataFrame
2025-02-25 14:25:38
7242
I found another oddity while digging through #13966.Begin with the initial DataFrame in that issue:df = pd.DataFrame({'A...
Pandas "ValueError: Must have equal len keys and value when setting with an iterable" when updating an object type cell using .loc with a nd.array
2025-02-25 14:25:35
5080
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Keras Optimizer don't have apply() method
2025-02-25 14:25:30
2356
Environment:Python 3.12.7Tensorflow 2.16.1Keras 3.8.0 Problem:All optimizers from tf.keras.optimizers do not have a meth...
Keras Error with variable.regularizer in keras.layers.TFSMLayer
2025-02-25 14:25:28
1185
I created a universal sentence encoder layer as an instance of keras.layers.TFSMLayer and used it in a binary classifier...
Keras Test Failures in the Latest Release (v3.8.0) Test Suite
2025-02-25 14:25:25
3273
SummaryWhile attempting to install Keras in editable mode and execute its test suite, several tests failed. Below is a d...
Keras ValueErrors when calling Model.export() for TF SavedModel format on Keras Models with dict inputs
2025-02-25 14:25:11
1220
ProblemThe Model.export() API in Keras 3 supports exporting to a TensorFlow SavedModel artifact for inference. When tryi...
Keras Tensorboard not working with Trainer Pattern
2025-02-25 14:25:05
8208
I'm using the Keras Trainer pattern as illustrated here. The issue when using this pattern is that when you use Tensorbo...
Gin Duplicate CORS response headers
2025-02-25 14:18:12
309
I use gin-contrib/cors pkg to handle cross-origin requestsI used ReverseProxy to proxy downstream services in the projec...
MyBatis-Plus [功能改进]: 多租户插件的查询使用索引的优化
2025-02-25 14:18:09
329
确认[x] 我的版本是最新版本, 我的版本号与 version 相同, 并且项目里无依赖冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为遇到的问题功能改进在多租户的数据中,...
MyBatis-Plus [错误报告]: WITH RECURSIVE 和多租户插件冲突
2025-02-25 14:18:05
1541
确认[ ] 我使用的版本是最新版, 并且使用插件确认过项目里无依赖版本冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为遇到的问题当前程序版本3.5.5问题描述原来的生成错误...
Redis Why does RedisModule_GetClientInfoById return int instead of RedisModuleClientInfo?
2025-02-25 14:11:24
392
@gkorland - could you please take a look?REDISMODULE_API int (*RedisModule_GetClientInfoById)(void *ci, uint64_t id) RED...
Spring Security mapToUser/mapToGrantedAuthority in JdbcUserDetailsManager to become protected
2025-02-25 14:10:50
678
Expected BehaviorI'd like to be able to override mapToUser and mapToGrantedAuthority in order to be able to customize ho...
Spring Security Replace Hardcoded 403 in Http403ForbiddenEntryPoint with HttpStatus.FORBIDDEN.value()
2025-02-25 14:10:47
2389
SummaryIn BasicAuthenticationEntryPoint and DelegatingAuthenticationEntryPoint, HTTP status codes are returned using Htt...
Spring Security Bug Report: Duplicate Primary Key Exception in Webauthn4J Authentication
2025-02-25 14:10:43
1154
Describe the BugWhen attempting to authenticate using the following method:public PublicKeyCredentialUserEntity authenti...
Spring AI Milvus Vector -Missing Properties in MilvusVectorStoreAutoConfiguration
2025-02-25 14:03:26
2862
DescriptionIn MilvusVectorStoreAutoConfiguration, the @Bean method for MilvusVectorStore only passes .initializeSchema(p...
Spring AI OpenAI uri error while put the baseurl with ".../v1"
2025-02-25 14:03:11
3683
Bug description404 - {"timestamp":1739777658784,"status":404,"error":"Not Found"...
SpringBoot Externalization of authExceptionRetryInterval for listeners and other improvements
2025-02-25 14:02:39
6829
Expected BehaviorI would like to suggest externalizing the authExceptionRetryInterval property used in the org.springfra...
上一页
下一页
1
…
16
17
18
19
20
…
2246
.