Nineya
Home
Blog
Spring Upgrade to JUnit 5.12
2025-02-18 14:00:26
84
Upgrade to JUnit 5.12 once it's released (expected release date: February 21, 2025).
Pandas Raise ValueError for read_json and orient='table' With Numeric Column Names
2025-02-17 14:03:25
6873
Code Sample, a copy-pastable example if possibledf = pd.DataFrame([[1,2,3,4]], columns=[5,6,7,8])df.to_json('test.json',...
Pandas BUG: TypeError: Cannot convert numpy.ndarray to numpy.ndarray
2025-02-17 14:03:13
9098
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: Docs won't build (Unexpected warning in user_guide/timeseries.rst)
2025-02-17 14:02:47
16510
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: Series constructor incorrectly assumes that any dtype with .kind == 'V...' is a “compound dtype”
2025-02-17 14:02:26
3145
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: pd.Series.rename(..., inplace=True) returns a pd.Series and not nont
2025-02-17 14:01:59
3643
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Keras What is the python package google used for?
2025-02-17 14:01:38
610
The package was added to requirements.txt in https://github.com/keras-team/keras/commit/699e4c3174976d9b308a60458259a0e8...
Spring AI OllamaEmbeddingModel - Duration validation not aligned with the Ollama Docs
2025-02-17 14:00:58
4628
Bug descriptionIn the documentation of Ollama ( https://github.com/ollama/ollama/blob/main/docs/faq.md#how-do-i-keep-a-m...
Spring AI Cannot disable auto configuration of Azure OpenAI chat client.
2025-02-17 14:00:51
1185
Bug descriptionI'm trying to do manual configuration of the Chat clients so I have set the following in application.prop...
Spring AI Support for qianfan V2 versions
2025-02-17 14:00:44
1280
Search on GitHub IssuesI have conducted a quick search on GitHub issues and did not find any existing requests for suppo...
SpringBoot ~@TestPropertySource executed after EnvironmentPostProcessor#postProcessEnvironment~
2025-02-17 14:00:30
851
My spring application reads a property (let's call my-property) before the application context starts. I've a class that...
Spring Improve BeanFactory/ObjectProvider to treat the only one default candidate as effectively @Primary
2025-02-17 14:00:18
1866
We can inject the default candidate when other candidates are non-default, but there is no way to get the default candid...
Pandas BUG: pd.Series.isnumeric() doesn't work on decimal value strings
2025-02-16 14:06:11
7474
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas BUG: ValueError when accessing dataFrame with array attribute
2025-02-16 14:03:21
5359
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas Excel formula injection in pandas .to_excel()
2025-02-16 14:03:12
12770
Code Sampleimport pandas as pddf = pd.DataFrame([ "simple string", "=2+5+cmd|' /C calc'!A0",])...
Pandas BUG: datetime64 can't be compared with pyarrow-backed variant
2025-02-16 14:02:49
2326
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas DOC: Missing documentation for pandas styler properties
2025-02-16 14:02:36
827
Pandas version checks[x] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...
Pandas BUG: assignment fails with copy_on_write = True
2025-02-16 14:02:24
9159
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Keras 🚀OpenVINO Backend: GFIs for Further Development🚀
2025-02-16 14:02:10
2123
🚀A great opportunity to contribute to two popular AI projects with just one PR:: Keras 3 and OpenVINO.🚀 Keras 3 enables ...
Spring Cloud Config the @RefreshScope on bean make annonation @ConditionOnMissingBean inaffective but some annonation like @ConditionOnProperty works well
2025-02-16 14:01:18
1205
When I add @RefreshScope on a bean as well as @ConditionOnMissingBean(A.class), though A.class and bean a is in spring ...
上一页
下一页
1
…
23
24
25
26
27
…
2246
.