Nineya
Home
Blog
Spring Add support for BeanRegistrar implementing RuntimeHintsRegistrar
2025-03-22 14:01:41
490
Would be useful for native-compliant classpath checks described in https://github.com/spring-projects/spring-framework/i...
Spring HibernateJpaDialect exception translation misses concrete exceptions wrapped in Hibernate's ExecutionException
2025-03-22 14:01:11
1269
Currently, the spring-orm class org.springframework.orm.jpa.vendor.HibernateJpaDialect translates Hibernate exceptions t...
Spring Add javadoc notes on potential exception suppression in ListableBeanFactory#getBeansOfType
2025-03-22 14:00:25
2233
Hi,DefaultListableBeanFactory#getBeansOfType catches and swallows BeanCreationException. The method documentation and na...
Spring Revise EnumToStringConverter to use Enum#toString instead of Enum#name
2025-03-22 14:00:14
1438
My problem with the current EnumToStringConverter is that it doesn't put in the hands of the coder the decision on how t...
Pandas BUG: Faulty DatetimeIndex union
2025-03-21 14:17:00
5155
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas ENH: Support dict to pd.set_option for cleaner code
2025-03-21 14:16:51
3325
Feature Type[x] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas BUG: import pandas 2.2.3 on WSL 2.4.12.0 raises broken support for numpy.longdouble dtype warning
2025-03-21 14:16:23
3147
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas BUG: Impossible creation of array with dtype=string
2025-03-21 14:16:14
3710
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas BUILD: Cython.Compiler.Errors: 'free_threading_config.pxi' not found
2025-03-21 14:16:04
4752
Installation check[x] I have read the installation guide.PlatformUbuntu 24.04.2 LTSInstallation MethodBuilt from sourcep...
Pandas BUG: Timedelta created by to_timedelta does not add correctly to datetime in Pandas 2
2025-03-21 14:15:45
5054
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: Timestamp.fromisoformat drops ISO 8601 timezone information
2025-03-21 14:15:35
5821
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Keras Can we use Clustering at the bottom of 3D unet in image segmentation any one plz show implementation
2025-03-21 14:15:09
290
Comment From: dhantuleHi @ashaq-ashraf-res, Could you provide some sample code of what you're trying to implement? Thank...
Keras How Do I Track a List of Objects for Export?
2025-03-21 14:14:57
2076
I define an EnsembleModel class that is constructed from a list of other Keras models.class EnsembleModel(keras.Model): ...
Keras calculate score calculation within callback
2025-03-21 14:14:38
2848
import kerasdef get_model(): model = keras.Sequential() model.add(keras.layers.Dense(1)) model.compile( ...
Gin I have looked at the source code and it seems that the Sonic package is not supported by the arm64 architecture in this framework
2025-03-21 14:13:49
525
Main issuesinternal/json/sonic.go //go:build sonic && avx && (linux || windows || darwin) && amd...
Redis [BUG] cluster nodes file never stabilizes after cluster creation in 7.2.7
2025-03-21 14:12:45
3574
Describe the bugWhen we create a 10 node, 5 shard cluster in redis 7.2.7, the cluster nodes file does not always stabili...
MyBatis ResultMap由于重复映射产生的全小写property,高版本映射到PO类失败
2025-03-21 14:12:32
861
问题复现<resultMap id="BaseResultMap" type="com.xxx.Student"> <id column="student_id&qu...
Spring Security Add Support for AuthenticationConverter to AbstractAuthenticationProcessingFilter
2025-03-21 14:11:51
798
The primary reason for classes needing to override attemptAuthentication is that AbstractAuthenticationProcessingFilter ...
Spring Security OneTimeTokenAuthenticationFilter should propagating the request when there is no token in the request
2025-03-21 14:11:43
2062
OneTimeTokenAuthenticationFilter throws an exception if authenticationConverter returns null. However, it seems reasonab...
Spring Security WebFlux reference links to Servlet docs
2025-03-21 14:11:15
330
Describe the bugThere's a reference to WebFlux that links to the Servlet documentation:xref:servlet/authentication/index...
上一页
下一页
1
2
3
4
5
6
7
…
2246
.