Golang x/pkgsite: type header table of contents links to a different type

What is the URL of the page with the issue?https://pkg.go.dev/google.golang.org/grpc#EmptyDialOptionWhat is your user ag...

Pandas Series.map on a Categorical with a function only processes each unique value once

Code Sample>>> import pandas as pd>>> pd.Series(list("cabaa")).map(print)cabaa0 None1 ...

Pandas >>> import warnings >>> warnings.filterwarnings("ignore", "\nPyarrow", DeprecationWarning) >>> import pandas

Comment From: Alvaro-KotheWhat is the purpose of this?Comment From: hr7756736-sudohttps://github.com/pandas-dev/pandas/i...

Pandas BUG: Index.get_level_values() does not handle boolean, pd.NA, np.nan, or pd.NaT level correctly

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

Pandas 1911902583

Nice, thanks! This is https://github.com/pandas-dev/pandas/pull/57003 indeed. I looked for an open PR but didn't find i...

Pandas BUG: Pyarrow dependency warning starts with newline which makes it impossible to filter out by message with -W or PYTHONWARNINGS

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

Pandas REF/API/DEPR: _holds_integer checks in plotting

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

Pandas REF: use _cast_pointwise_result in map

Recently implemented _cast_pointwise_result is the correct idiom to use to retain dtype_backend in EA.map and any simila...

Keras Training performance degradation after switching from Keras 2 mode to Keras 3 using Tensorflow

I've been working on upgrading my Keras 2 code to just work with Keras 3 without going fully back-end agnostic. However,...

Keras Keras 3.7 Broke My Code

Hello Devs,I am trying to Impliment the Keras Deel:abV3 Segmentation https://keras.io/keras_hub/guides/semantic_segmenta...

Keras Compatibility issue between add_loss and TimeDistributed when using JAX backend

When using JAX backend with jit enabled, I am getting a TracerBoolConversionError when trying to use a custom layer with...

Jackson Databind @JacksonInject added to property overrides value from the JSON even if useInput is OptBoolean.TRUE

Hello,I have problem when using @JacksonInject on final field that is initialized using constructor (see the whole examp...

Jackson Databind 3.x migration guide

3.x seems to introduce severe change to widely used interfaces, like removal of ObjectMapper.registerModule. It'd be nic...

Jackson Databind Remove ObjectMapper.setSerializationInclusion() from 3.0 (deprecate in 2.20)

(note: this is retroactive issue -- actual removal done before 3.0.0-rc1 release)(note: inspired by #5269)With 3.0, Obje...

Jackson Databind What's the replacement for ObjectMapper.setSerializationInclusion(…)?

Documentation ImprovementThe method was removed from ObjectMapper and I couldn't find any documentation what to use inst...

Apache Superset Export to pivoted excel only exports the first table if multiple pivot tables exist in the dashboard

Bug descriptionIf you have multiple pivot tables in the table and try to export to pivoted excel one of them, no matter ...

Apache Superset [Superset v5.0.0] Reports not loading correct config.py - Failed taking a screenshot

Bug descriptionUpgrading Superset (via Helm chart) from app (image tag) v4.0.2 to v5.0.0 has resulted in broken Reports...

Apache Dubbo [Feature] use Apache Fory(fury) to serialize objects

Pre-check[x] I am sure that all the content I provide is in English.Search before asking[x] I had searched in the issues...

MyBatis-Plus [功能改进]: JPMS 支持 处理拆分包 (split packages)

确认[X] 我的版本是最新版本, 我的版本号与 version 相同, 并且项目里无依赖冲突[X] 我已经在 issue 中搜索过, 确认问题没有被提出过[X] 我已经修改标题, 将标题中的 描述 替换为遇到的问题功能改进在使用 com.b...

Gorm 使用Callback填充uuid,批量插入的时候,最后一条数据id为空

结构体// UUID UUIDtype UUID struct { Id string `gorm:"type:varchar(40);primary_key;" sql:"comment:'UUID'&...
上一页 下一页
.