Aurora Blog
Home
Golang x/tools/gopls: support jump-to-definition on field doc links
2025-08-16 14:03:40
535
I've get caught by this missing feature almost daily: when a doc link points to a selector (as in // [Foo.Bar] is a Baz)...
Golang The wasm compiled by go cannot be run using the iwasm tool provided by wasm-micro-runtime
2025-08-16 14:03:36
2755
Go versiongo 1.23.0.linux/amd64Output of go env in your module/workspace:O111MODULE='on'GOARCH='amd64'GOBIN=''GOCACHE='/...
Golang x/telemetry/config: add collection for gopls/gotoolchain
2025-08-16 14:03:34
1068
SummaryIn #65917, we plan to use forward compatibility to ensure that gopls is installed with the latest Go toolchain.Be...
Golang doc: write release notes for Go 1.23
2025-08-16 14:03:32
7181
This is the tracking issue for writing the Go 1.23 Release Notes. The version at tip can be viewed at https://tip.golang...
Golang encoding/json: omitzero encodes an empty slice even when length is zero
2025-08-16 14:03:29
4139
Go versiongo1.25.0 (actually since omitzero was added in go.1.24.0)Output of go env in your module/workspace:AR='ar'CC=...
Pandas REF/API: Move ArrowDtype(pa.foo_string()) into StringDtype(...)
2025-08-16 14:03:23
695
This came up when reviewing #62118. There are too many StringDtypes and FooStringArrays. Apparently pd.ArrowDtype can ...
Pandas API: Specify the behaviour for operating on empty objects
2025-08-16 14:03:16
8620
There isn't an issue for empty inputs. There is a need to specify the behaviour for empty input. Note that “empty” input...
Pandas BUG: DataFrame.rank does not return EA types when original type was an EADtype
2025-08-16 14:03:11
1942
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 dictionary type ordered argument not respected
2025-08-16 14:03:09
1166
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG (2.0rc0): groupby apply with a UDF changes dtype unexpectedly from double[pyarrow] to float64
2025-08-16 14:03:04
2402
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas PERF: Importing pandas_parser lib takes 50MB of memory
2025-08-16 14:03:02
6376
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this issue ex...
Pandas DOC: Provide examples of using read_parquet
2025-08-16 14:02:58
1744
Pandas version checks[X] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...
Pandas ENH: set __module__ on top-level public objects
2025-08-16 14:02:54
9605
Currently the repr of the DataFrame class (and any other class or method in the main namespace) shows the "full code pat...
Pandas BUG: Addition of __set_module__ breaks PyCharm PyDev debugger functionalities
2025-08-16 14:02:52
5763
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas DOC: Example missing in pandas.DataFrame.to_html
2025-08-16 14:02:43
2658
Pandas version checks[X] I have checked that the issue still exists on the latest versions of the docs on master hereLoc...
Pandas BUG: Confusing error message when to_datetime fails for times
2025-08-16 14:02:35
8412
Pandas version checks[X] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas ENH: show the raw unicode in the output formatting of Index/array?
2025-08-16 14:02:33
2972
I ran into a somewhat wrong CSV file. We automatically remove the BOM character from the data, but this file started wit...
Pandas DOC: description of record_prefix param for json_normalize is wrong
2025-08-16 14:02:31
941
Pandas version checks[X] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...
Pandas Metadata generation failed when installing PyQt5
2025-08-16 14:02:29
2046
This error comes from running the dockerfile and reaches the PyQt5 in the requirements-dev.txt. From stackoverflow, this...
Pandas startingMonth ignored on non-unitary Quarter periods
2025-08-16 14:02:25
2861
Code Sampleimport pandas as pdimport numpy as npd = pd.Series(data=np.zeros(365), index=pd.date_r...
上一页
下一页
1
…
100
101
102
103
104
…
369
.