Golang x/tools/gopls/internal/analysis/simplifyrange: adapt for go1.23 range over func

When it sees for _ = range x { ... }, the simplifyrange analyzer in gopls offers a suggested fix to remove the _ = part....

Golang x/build/cmd/relui: improve security release automation

Doing a security release involves quite a bit of manual work from the release coordinator. For an initial cut, let's see...

Golang proposal: x/crypto/acme: add RetryAfter field to the Authorization, Order & Challenge objects

Proposal DetailsWhen using WaitAuthorization is not practical due to its blocking, for example in Kubernetes controllers...

Golang cmd/go: add (or make explicit) tests for ambiguous imports in module mode

What version of Go are you using (go version)?$ go versiongo version go1.11.2 darwin/amd64Does this issue reproduce with...

Golang cmd/go: go mod mvs: explain MVS selection

Actually, I'm not sure if it should be go mod mvs, some different subcommand, or rolled into something like go mod why. ...

Pandas BUG: StringDtype objects from pandas <2.3.0 cannot be reliably unpickled in 2.3.0.

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

Pandas BUG: "Python int too large" in maybe_convert_objects with numpy 1.26

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

Pandas BUG/API: preserve dtype in Index append()

If you combine two Index objects using append, if they are both object dtype to start with, it seems we still infer the ...

Pandas BUG: Incorrect logical operation between pandas dataframe and series

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_csv() : inconsistent dtype and content parsing.

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

Pandas ENH: Restore the functionality of .fillna

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

Pandas BUG: Series.mul silently returns wrong values with UInt8 dtype when overflowing the max value range

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

Pandas ENH: Replacing behavior currently provided by pandas.to_numeric using errors="ignore"

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

Pandas BUG: incompatible dtype when creating bool column with df.at

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

Pandas BUG: Segmentation fault when misusing VariableWindowIndexer.get_window_bounds

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

Pandas BUG: DataFrameGroupBy.__getitem__ fails with tuples on multi-level column objects

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

Keras Custom Pooling Layer for CNN

I want to make a custom 2x2 Pooling Layer for my CNN architecture with this function with Kerasdef cantor_pairing(a, b):...

Keras RematScope with mixed precision: autocast on kernels doesn't seem to trigger on the backwards pass

created this layer to monitor what's happening:class ReportingConv1D(Conv1D): def call(self, inputs): print(f"...

Keras TorchModuleWrapper default get_config creates non serializable objects

Hi, and thanks to all keras-team :)The get_config of TorchModuleWrapper uses BytesIO and torch.save to create a byte arr...

Apache Superset Mixed Chart Displaying Numbers Incorrectly on Tooltips when using a numeric axis with a secondary y axis format

Bug descriptionRepro steps: 1. Create a mixed chart 2. In one of the queries, set the metric to use a number. In the oth...
上一页 下一页
.