Golang proposal: Adding the optional TARGET_OS_DISTRIBUTION environment variable

Proposal DetailsThrough this environment variable, we can directly read the compilation presets that match the target en...

Golang x/build: add LUCI netbsd-arm64 builder

Hostname: rpi4.bentsukun.chrpi4.bentsukun.ch.csr.txtThere are two machines in this builder. Should I add a second CSR fo...

Golang crypto/sha3: Uninitialized sha3.SHA3 object hangs on Write()

Go versionv1.24.6 and devOutput of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''CGO_...

Golang proposal: archive/tar: add Reader NextOffset()

Proposal DetailsThe goal of this proposal is to simplify implementing fs.FS() on top of archive/tarThere was 2 "soft" re...

Golang net: TestReadTimeout failures with "EOF"

#!watchflakespost <- pkg == "net" && test == "TestReadTimeout" && `timeout_test.g...

Golang cmd/compile: utf8.DecodeRune should be fast/slow-path inlineable

We manually partially inline utf8.DecodeRune in a few places in the tree. For example, in bytes.EqualFold, we have: ...

Golang proposal: syscall: Open sharemode on Windows

Proposal DetailsIt is not possible to change sharemode when opening a file on Windows.Sharemode is defined here: syscall...

Pandas BUG: Behavior change in Series.resample with closed="right", how="right"

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

Pandas BUG: divmod(pd.NA, s) returns single Series instead of tuple

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

Pandas release wheel of v1.5.3 for python 3.12

There exists no wheel for pandas 1.5.3 for python 3.12. This combination of pandas and python version is used by the Dat...

Pandas Various methods don't call call __finalize__

Improve coverage of NDFrame.__finalize__Pandas uses NDFrame.__finalize__ to propagate metadata from one NDFrame toanothe...

Gin How to support both URI and map parameter binding with shouldBind

``type GetListReq struct { Id stringuri:"id" binding:"required,len=32"Order map[string]stringform:"order"L...

Jackson Databind Reading into existing instance uses creator property setup instead of accessor

Search before asking[x] I searched in the issues and found nothing similar.Describe the bugWhen reading into an existing...

Apache Superset Not able to use get_time_filter function

Bug descriptionI am creating dataset for dynamic date range filter and dataset look like below query:{% set time_filter ...

Apache Superset [SIP-159] Proposal for Migrating from npm + Lerna to pnpm

[SIP] Proposal for Migrating from npm + Lerna to pnpmMotivationApache Superset’s frontend currently relies on npm for de...

Apache Superset Superset 6.0.0rc1: charts cannot be displayed with Pinot DB (incorrect SQL dialect used)

Bug descriptionWe've been testing the 6.0.0rc1 release and have run into a problem. Our prior setup (Superset 5.0.0 and ...

Apache Superset Regression: import-dashboards now validates database connection (v3.1.3 to v5.0.0)

Bug descriptionI use the superset import-dashboards CLI command to migrate dashboards between different environments. Th...

Apache Superset Tooltip is not easy to read

ScreenshotTooltip in 5.0.0Tooltip in 4.0.2Descriptionwith Superset 5.0.0, BarChart, it's possible to use rich tooltip bu...

MyBatis-Plus [错误报告]: saveOrUpdateBatch 传递整个实体给 SELECT_BY_ID,导致 ParameterHandler 被重复执行

确认[x] 我使用的版本是最新版, 并且使用插件确认过项目里无依赖版本冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为遇到的问题(不得删除 描述 前面的部分)当前程序版本l...

Redis [BUG] May be OOM in /src/rax.c

OOM is possible.In /src/rax.c:1589, you need to make a check, similar to line 1583.If there is a out of memory here, the...
上一页 下一页
.