Golang go/token: add (*FileSet).AddExistingFiles method to add files out of order

Background: token.FileSet is often a bottleneck in applications that process Go source code. Nearly all logic that proce...

Golang x/tools/gopls: regression in semantic tokens (Data field is JSON "null")

@neild reports that neovim with gopls at master produces an error similar to https://github.com/neovim/neovim/issues/213...

Golang cmd/go/internal/work: panic for a repeated //go:debug directive for the same setting

What version of Go are you using (go version)?$ go version go version go1.21.0 windows/a...

Golang runtime:cpu1: TestPreemptionAfterSyscall/100µs failures

#!watchflakesdefault <- pkg == "runtime:cpu1" && test == "TestPreemptionAfterSyscall/100µs&quo...

Pandas DOC: Description of pandas_datetime_exec function

Pandas version checks[x] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...

Pandas BUG: PerformanceWarning when agg with pd.NamedAgg and as_index=False

Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...

Pandas BUG: the behavior of DataFrameGroupBy.apply(..., include_groups=True) breaks post-mortem debugging

Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...

Pandas DOC: Pandas contributor take limit

Pandas version checks[x] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...

Pandas BUG: StataWriter returns ascii error when length of string is < 2045, but encoded length is > 2045

Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...

Pandas ENH: read_csv with usecols shouldn't change column order

Feature Type[ ] Adding new functionality to pandas[x] Changing existing functionality in pandas[ ] Removing existing fun...

Pandas BUG: Boolean Series (actually object) with <NA> values breaks ~ negation and reverts to bit-wise operations

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas BUG: mix of int and pd.NA defaults to object dtype

[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exists on the latest vers...

Pandas BUG: duplicated() raises error with singlton set as subset

Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...

Pandas pd.crosstab, categorical data and missing instances

Code Sample, a copy-pastable example if possibleimport pandas as pdfoo = pd.Categorical(['a', 'b'], categories=['a', 'b'...

Pandas DOC: Generating docs doesn't work if path has whitespaces

Related to #20862If there are spaces in the path where pandas is installed (e.g. /home/my user/my code/pandas), when bui...

Pandas BUG: pandas.pivot_table margins, dropna and observed parameters not producing expected result

Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...

Pandas BUG: infer_dtype result for float with embedded pd.NA

Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...

Pandas BUG: round not functioning as expected

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Keras Add on_epoch_begin to utils.Sequence

Could we have an on_epoch_begin() function in utils.Sequence?There is already a on_epoch_end(), but I can see a use case...

Keras Inconsistencies with the behavior of bias initializers, leading to poor performance in some cases

Hello,I've noticed some (potentially harmful) inconsistencies in bias initializers when running a simple test of the ker...
上一页 下一页
.