Aurora Blog
Home
SpringBoot Adapt RabbitRetryTemplateCustomizer now that Spring AMQP no longer relies on Spring Retry
2025-09-10 14:00:15
2334
Looking at the latest state of affairs in Spring AMQP, things are a bit out of sync:The server-side (interceptors for @R...
Golang runtime/pprof: TestProfilerStackDepth/mutex failures
2025-09-09 14:05:42
5615
#!watchflakesdefault <- pkg == "runtime/pprof" && test == "TestProfilerStackDepth/mutex"I...
Golang proposal: runtime/pprof,runtime: add new goroutine leak profile as a GOEXPERIMENT
2025-09-09 14:05:40
688
This is a mini-proposal to land the work powering #74609 behind a new GOEXPERIMENT, goleakprofiler, so1. The implementat...
Golang x/tools/gopls/internal/analysis/modernize: rangeint suggests changes that alter some programs' semantics
2025-09-09 14:05:36
3156
Go versiongo version go1.25.1 darwin/amd64Output of go env in your module/workspace:N/AWhat did you do?I ran modernize (...
Golang proposal: net/http: reuse connection if entire unread body is in buffer
2025-09-09 14:05:34
807
Proposal DetailsCurrently, if an HTTP response body is closed before fully read (fully means till EOF),the underlying HT...
Golang x/tools/gopls: Improve MCP Port Management for gopls in Multi-Workspace Environments
2025-09-09 14:05:32
1390
Description:The current implementation of the gopls MCP server (https://tip.golang.org/gopls/features/mcp) presents chal...
Viper Viper errors should honor errors.Is() from standard package errors
2025-09-09 14:05:29
2161
It would be very nice and consistent with the modern ways of processing errors if viper's errors would follow the Unwrap...
Pandas BUG: DataFrame.xs multi-index drop_level=False has no effect when level= is left at default
2025-09-09 14:05:22
3224
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas ENH: implement shift(method='head|tail')
2025-09-09 14:05:20
3915
http://stackoverflow.com/questions/22670904/python-pandas-turn-absolute-periods-into-relative-periods/22671904?noredirec...
Pandas ENH: simple, compact and reversible JSON interface
2025-09-09 14:05:18
10944
Feature Type[X] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas API/DOC: Add NumpyEADtype to the public API
2025-09-09 14:05:14
332
This is currently accessible viaIn [5]: pd.array([1], dtype="int16").dtypeOut[5]: NumpyEADtype('int16')I think...
Pandas BUG: Index.get_indexer will change behaviour for nulls with arrow strings
2025-09-09 14:05:12
2064
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: PyArrow timestamp type does not work with map() function
2025-09-09 14:04:56
3141
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas ENH: kwargs for Index.map like for Series.apply
2025-09-09 14:04:54
735
Feature Type[X] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas BUG: index map leading to ValueError: Reindexing only valid with uniquely valued Index objects
2025-09-09 14:04:52
16684
I am using Pandas 1.1.5 and get to the error ValueError: Reindexing only valid with uniquely valued Index objects.Here i...
Pandas API: idx.get_indexer(keys) fails if idx is non-unique, even if keys in idx are unique
2025-09-09 14:04:50
5413
Code Sample, a copy-pastable exampleimport pandas as pdpd.Index(["a", "a", "b", "c&qu...
Pandas DEPR: upcasting on invalid fill_value in unstack
2025-09-09 14:04:46
1078
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: Automatic upcast to object fails when unstacking datetime/timedelta with incompatible fill_value
2025-09-09 14:04:45
1741
Converting to object before then unstack works, whereas automatic upcast does not happen. Missing values are replaced w...
Pandas BUG: Infinite recursion with outer merge on categorical key column if left and right dtypes are mismatching non-nullable numeric kinds
2025-09-09 14:04:43
5550
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: Index[timestamp[pyarrow]].union with itself return object type
2025-09-09 14:04:39
3723
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
上一页
下一页
1
2
3
4
5
6
7
…
312
.