Aurora Blog
Home
Spring Missing documentation on how to migrate from @SpyBean to @MockitoSpyBean with Kotlin (problem with mock)
2025-09-19 14:00:10
1493
There is a documentation on how to use @MockitoSpyBean: https://docs.spring.io/spring-framework/reference/testing/annota...
Golang proposal: encoding/json/v2: add format:0xhex for []byte
2025-09-18 14:04:01
565
Proposal Detailsjson/v2 already has the format option format:hex for []byte types. However hex bytes are often encoded w...
Viper mapstructure dependency change in v1.19.0 is API breaking change (PR #1723)
2025-09-18 14:03:55
1399
Preflight Checklist[x] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
Viper Struct binding from environment variables does not decode nested structs
2025-09-18 14:03:53
2580
Preflight Checklist[x] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
Viper Document the new file search API
2025-09-18 14:03:51
440
Preflight Checklist[x] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
Viper Support for type normalization before encoding config (e.g., convert "true" string to true boolean)
2025-09-18 14:03:49
1297
Preflight Checklist[x] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
Viper Call for testers
2025-09-18 14:03:41
1277
Despite my best efforts, Viper has seen a few regressions in the last few releases.Unfortunately, this is to be expected...
Viper Viper 2
2025-09-18 14:03:40
1574
Viper 2 is happening! 🎉 Although things are moving slowly, there is absolutely enough information about the most severe ...
Viper [RFC] Config provider mechanism
2025-09-18 14:03:37
8899
IntroViper's main advantage over similar solutions is that it's highly integrated and provides tons of features out of t...
Pandas BUG: assignment fails with copy_on_write = True
2025-09-18 14:03:35
9284
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: read_sql tries to convert blob/varbinary to string with pyarrow backend
2025-09-18 14:03:30
4715
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas df.loc[0] = row, datatype changes
2025-09-18 14:03:28
3466
Code Sample, a copy-pastable example if possiblefrom numpy import NaNrow = [2015, 1, 7.0, NaN, NaN, NaN, NaN, NaN, NaN, ...
Pandas API: setitem-with-expansion casting
2025-09-18 14:03:26
2623
This is a doozy:I'm working through the issues with the setitem-with-expansion tag and about half of them are of the for...
Pandas BUG: sort_index failing on MultiIndex with label name when key is used
2025-09-18 14:03:20
4577
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas BUG: options date_dayfirst and date_yearfirst conflict
2025-09-18 14:03:14
2090
Can someone confirm that this is a bug:pd.options.display.chop_threshold = 0.5pd.options.display.date_dayfirst = Truedf ...
Pandas DOC: Expand data table respresentation
2025-09-18 14:03:12
1128
Pandas version checks[x] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...
Pandas ENH: Add support for the standard library compression.zstd in Python 3.14
2025-09-18 14:03:05
2127
Feature Type[x] Adding new functionality to pandas[x] Changing existing functionality in pandas[ ] Removing existing fun...
Keras Differences in Model Weight Behavior Between Keras 2.15 and Keras 3
2025-09-18 14:03:00
664
I attempted to migrate name-based Keras 2.x weights in .h5 format to Keras 3 by loading the .h5 weights into the model a...
Keras RandAugment incorrect behavior in tf graph mode
2025-09-18 14:02:58
2744
In tensorflow graph mode, RandAugment will repeatedly use the same augmentations, which were sampled during graph tracin...
Keras TF = 2.18, Keras= 3.10 Unrecognized keyword arguments passed to MultiHeadAttention: {'return_attention_scores': True}
2025-09-18 14:02:53
2452
I have the following block, and I am getting the error "Unrecognized keyword arguments passed to MultiHeadAttention: {'...
上一页
下一页
1
…
59
60
61
62
63
…
386
.