Nineya
Home
Blog
Pandas DOC: Enforce Numpy Docstring Validation | pandas.Timestamp
2025-03-08 14:08:27
2331
DOC: Enforce Numpy Docstring Validation (Parent Issue) #58063Pandas has a script for validating docstrings in code_check...
Pandas BUG: Convertion fails for columns with datetime64[ms]
2025-03-08 14:08:22
5448
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas WEB: Multiple "Getting Started" on pandas.io leads to different links
2025-03-08 14:08:18
3928
Another piece of feedback from the CZI EOSS kickoff meeting that @WillAyd and I attended:The current https://pandas.io/ ...
Pandas BUG: tz-aware series with NaT raises exception on .to_numpy("datetime64")
2025-03-08 14:07:49
2844
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Keras Improved Backend Checking
2025-03-08 14:07:42
343
Before :requires_trainable_backend = pytest.mark.skipif( backend() == "numpy" or backend() == "openvino", reason="...
Keras Ensured torch import is properly handled
2025-03-08 14:07:34
194
Before :try: import torch # noqa: F401except ImportError: passAfter :try: import torch # noqa: F401except Imp...
Keras EarlyStopping with list of metrics to monitor
2025-03-08 14:07:32
342
In addition to this example:callback = keras.callbacks.EarlyStopping(monitor='val_loss')Allow monitoring of multiple met...
Keras training with multiple losses
2025-03-08 14:07:26
3988
Hello,I frequently run into the same issue: I have a model with a single output and would like to use multiple weighted ...
Keras BlackDuck reports arbitrary file write vulnerability in "get_file" function
2025-03-08 14:07:23
4030
Duplicate of #20795 but the original issue has already been closed without resolution.The issue is still present in our ...
Keras Inconsistencies with the behavior of bias initializers, leading to poor performance in some cases
2025-03-08 14:07:19
5711
Hello,I've noticed some (potentially harmful) inconsistencies in bias initializers when running a simple test of the ker...
MyBatis-Plus [功能改进]: 可否在Service中使用非泛型Bean类型查询返回?
2025-03-08 14:07:07
635
确认[x] 我的版本是最新版本, 我的版本号与 version 相同, 并且项目里无依赖冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为遇到的问题功能改进可否在Servic...
Spring Cloud Config Unable to use git and aws secret manager together for config
2025-03-08 14:06:55
5669
i have set profiles active as compositecomposite type 0 gitcomposite type 0 uri gituricomposite type 0 cloneOnStart true...
Spring Security Add a Null-Returning MethodAuthorizationDeniedHandler
2025-03-08 14:06:43
367
By default @HandleAuthorizationDenied uses an exception-throwing implementation. Another useful implementation would be ...
Spring Security AuthorizationProxyFactory.proxy should return the same type that is passed into the method
2025-03-08 14:06:41
265
This would make it type safe for consumers of the API. Instead ofService service = (Service) factory.proxy(new Service()...
Spring Security filter is applied to paths that should be allowed in http security configuration with new SS 6.4.3
2025-03-08 14:06:33
1172
Describe the bugthis is how I configure http security using the SS 6.4.3 @Bean open fun securityFilterChain(http: Http...
Spring AI AdvisedRequest.userText is not populated under some ChatClient Configurations.
2025-03-08 14:06:29
2110
Bug descriptionUnder some configurations of ChatClient, AdvisedRequest.userText is not populated, resulting in a message...
SpringBoot Clarification on Kotlin support
2025-03-08 14:06:14
2530
Hello Spring Boot team- While I am aware of the System Requirements and Kotlin Support documentation, I am wondering whe...
SpringBoot Support Monitoring of HttpClient with HttpComponentsClientHttpRequestFactoryBuilder
2025-03-08 14:06:10
4653
In Spring Boot 3.4 the HttpComponentsClientHttpRequestFactoryBuilder used by RestClient does not provide the capability ...
SpringBoot Empty maps in YAML configuration are mapped as null
2025-03-08 14:06:05
2733
Description of issueAs of spring boot version 3.4.0, empty maps are mapped to configuration properties classes as null w...
SpringBoot Review SSL info contribution and its use of management.health.ssl.certificate-validity-warning-threshold
2025-03-08 14:01:44
353
Having a management.health.ssl property affect SSL info doesn't feel quite right, particularly as it's management.info.s...
上一页
下一页
1
…
8
9
10
11
12
…
2246
.