Pandas BUG: Incorrect Future warning using a logical operation between two pyarrow boolean series

Reproducible Exampleimport pandas as pdindex_2000 = pd.date_range("2000-01-01", periods=2, freq="YS"...

Pandas Unable to build from source with Python 3.14 free-threading and Cython 3.1.0a1

@clin1234 ➜ /workspaces $ venv/bin/pip install -U --pre pandasCollecting pandas Using cached pandas-2.2.3.tar.gz (4.4 M...

Pandas PERF: cache interleaved_dtype in fast_xs

Repeated calls to df.iloc[n] go through fast_xs which will call interleaved_dtype each time with the same arguments. We...

Gin grouping routes and middleware not working

I am trying to add this middleware func CORS () gin.HandlerFunc { return func(context *gin.Context) { context....

Jackson Databind Deprecate MapperBuilder.serializationInclusion() (to align with ObjectMapper, prep for 3.0)

While ObjectMapper.setSerializationInclusion() was deprecated a while ago (in 2.0) -- to be replaced with ObjectMapper.s...

Jackson Databind MapperBuilder missing a defaultPropertyInclusion(JsonInclude.Include) method

Search before asking[x] I searched in the issues and found nothing similar.Describe the bugIn 2.20.0, MapperBuilder depr...

Apache Superset failed to solve: process "/bin/sh -c npm run ${BUILD_CMD}" did not complete successfully: exit code: 1

Bug descriptionI am running docker on Mac OS(M3)Cloned fresh repository.Ran the command "docker compose up"Ran into erro...

Apache Superset How to achieve multitenancy in superset using single instance

How do we have different database connections having separate metadatabase connections per tenant?Example:-Tenant-1: Dat...

Apache Superset Margin setting for legened doesn't work in mixed charts

Bug descriptionAlthough this bug is closed, I encounter it in this version Version: 4.1.1, legend indent setting does no...

Apache Superset import error where template_params is empty string

Bug descriptionhow to reproduce the error:1) In the dataset settings, go to the Settings tab2)In the Template parameters...

Apache Superset Version 6.0.0: table chart: number of rows isn't shown in search box

Bug descriptionThe search box on the table chart should show the total number of rows loaded. Now it shows search.num_re...

Apache Superset Documentation Improvement: Add Examples for Supported Databases

SummaryThe README mentions a section on "Supported Databases" but does not provide specific examples or details on how t...

Apache Superset Deploying 6.0.0rc1 fails with DB problems psycopg2.errors.UndefinedTable: relation "themes" does not exist

Bug descriptionI'm coming from 4.1.3. When I deployed 6.0.0rc1 to my test environment and try to visit the application I...

Apache Superset Change source of dataset : The list of schema is not correct

Bug descriptionWith Superset 4.1.1, when I change the source of a dataset, the list of schema is not correct.I created t...

Apache Superset Runtime error on PIE chart on "other"

Bug descriptionCreating a new PIE CHART in a dashboard, with the "other" grouping, will cause an error on the tooltip.To...

Apache Superset Invalid UI URL's with SUPERSET_APP_ROOT

Bug descriptionThe bug is that when I set custom app root with SUPERSET_APP_ROOT but some endpoints was generated incorr...

Apache Superset Superset reset user's role to default value after logged out when using SSO

Bug descriptionHi, I have a local instance of Superset on my machine, and it has a bug that user's role will be reset to...

MyBatis-Plus [功能改进]: 描述 多个mybatisPlusInterceptor的bean问题

确认[x] 我的版本是最新版本, 我的版本号与 version 相同, 并且项目里无依赖冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为你的想法(不得删除 描述 前面的部分...

Redis [QUESTION] I'm trying to install redis on oracular lsb_release, however, the https://packages.redis.io/deb/dists/oracular/InRelease doesn't seem to exist.

I'm trying to install redis on oracular lsb_release. However, it seems this link:https://packages.redis.io/deb/dists/ora...

Spring Security Make ActiveDirectoryLdapAuthenticationProvider non-final to allow customization

Expected BehaviorClass ActiveDirectoryLdapAuthenticationProvider is non-final and can be extendedCurrent BehaviorClass A...
上一页 下一页
.