Aurora Blog
Home
Golang net: WriteMsgUDPAddrPort should accept zero value destination addresses
2025-08-02 14:04:30
1097
Go versionall versions since go1.18Output of go env in your module/workspace:see aboveWhat did you do?Call net.Dialer.Di...
Golang fmt.Printf("%p", &a) changes result of pointer of empty struct comparison
2025-08-02 14:04:13
2753
Go versiongo version go1.22.5 darwin/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''...
Golang x/build: add LUCI openbsd-ppc64 builder
2025-08-02 14:04:11
26045
Following the instructions at Dashboard builders:hostname openbsd-ppc64-n2viCSR is attached after renaming since Github ...
Golang cmd/compile: commit eb7f515 causing regression
2025-08-02 14:04:04
9855
Go versiongo version go1.26-devel_eb7f515c4d Thu Jul 31 17:12:39 2025 -0700 linux/amd64Output of go env in your module/w...
Golang x/build/cmd/gopherbot: follow-up backport comments are ignored
2025-08-02 14:04:02
1111
In https://github.com/golang/go/issues/25242#issuecomment-392110768 I ask for gopherbot to create a backport for 1.9 as ...
Golang debug/buildinfo: may use lots of memory if data segment is large
2025-08-02 14:04:00
1640
Since https://go.dev/cl/514075, debug/buildinfo reads the entire "data segment/section" containing the buildinfo in one ...
Golang x/tools/gopls: new CodeAction: "Replace := with var declaration"
2025-08-02 14:03:58
2468
DescriptionProposal to add a code action that refactors short variable declarations (:=) into explicit var declarations ...
Pandas DEPR: convert_dtypes keywords
2025-08-02 14:03:39
121
Looking at the keywords for convert_dtypes I'm wondering if users actually want it for anything other than dtype_backend...
Pandas Add axis argument to DataFrame.corr
2025-08-02 14:03:38
1305
Location of the documentationhttps://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.corr.htmlDocume...
Pandas API: Expand read_csv dtype for categoricals
2025-08-02 14:03:35
2925
In https://github.com/pandas-dev/pandas/pull/13406 Chris added support for read_csv(..., dtype={'col': 'category'}) (tha...
Pandas ENH: .interval accessor
2025-08-02 14:03:31
1960
similar to how we work with .dt, .str, and .cat accessors, it might be nice to expose an .interval accessor; in particul...
Pandas Groupby.mode() - feature request
2025-08-02 14:03:29
8108
Feature RequestHi,I use pandas a lot in my projects and I got stack with a problem of running the "mode" function (most ...
Pandas ENH: Add Support for GroupBy Numeric Operations
2025-08-02 14:03:27
3838
xref some of the conversation in #20024 right now the following is possibleIn [16]: df = pd.DataFrame([(0, 1), (0, 2), (...
Pandas ENH: Implementing NEP 18's __array_function__
2025-08-02 14:03:25
5091
It would be useful to have __array_function__ support as described in NEP 18 implemented for Pandas objects. This would ...
Pandas Idea: Make pd.Index.values not writable
2025-08-02 14:03:23
17828
Code Sample, a copy-pastable example if possibleimport pandas as pda = pd.DataFrame({"col1": [1, 2, 3]}, index...
Pandas ENH: to_offset "year"/"quarter"/"month"/"day"/...?
2025-08-02 14:03:21
434
In the process of untangling Resolution/FreqGroup/PeriodDtype/Offsets im finding it would be helpful if to_offset("year"...
Pandas QST: "Dummy" is rooted in ableist language
2025-08-02 14:03:20
16834
[x] I have searched the [pandas] tag on StackOverflow for similar questions.[x] I have asked my usage related question o...
Pandas Dask shuffle performance help
2025-08-02 14:03:17
18125
Hi Folks, I'm experimenting with a new shuffle algorithm for Dask dataframe. This is what backs distributed versions of...
Pandas ENH: Include df.attrs in to_csv output
2025-08-02 14:03:13
3638
Feature Type[X] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas ENH: Disallow duplicate column names everywhere by default
2025-08-02 14:03:10
1866
Feature Type[ ] Adding new functionality to pandas[X] Changing existing functionality in pandas[ ] Removing existing fun...
上一页
下一页
1
…
154
155
156
157
158
…
373
.