Aurora Blog
Home
Golang proposal: container/heap: add Heap, a heap backed by a slice
2025-07-21 14:03:17
21683
This proposal is for use with #43651. I propose to add a parameterized Heap type to the container/heap package. For the ...
Golang cmd/go: document gopkg.in path versioning special status(?)
2025-07-21 14:03:13
4987
Proposal Detailshttps://github.com/golang/mod/blob/master/module/module.go#L538You're applying special processing rules ...
Golang Make net/url Add method accept variadic string
2025-07-21 14:03:11
713
https://github.com/golang/go/blob/2363897932cfb279dd8810d2c92438f7ddcfd951/src/net/url/url.go#L940-L944AFAIK this simple...
Golang cmd/pprof: macOS 12.6.1 profile overcounts system calls (again)
2025-07-21 14:03:07
12367
What version of Go are you using (go version)?$ go versiongo version go1.19.4 darwin/arm64This is on macOS 12.6.1 with a...
Golang import/path: bug unmarshal json
2025-07-21 14:02:37
4039
Go versiongo 1.24.4, macos armOutput of go env in your module/workspace:AR='ar'CC='cc'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''...
Golang proposal: cmp: Add constants Lt, Eq, Gt
2025-07-21 14:02:29
543
Proposal DetailsPackage io has SeekStart, SeekCurrent, SeekEnd to document the magic values 0, 1, 2 for Seeking. Package...
Viper Memory Leak : There are no publicly available methods to stop WatchConfig().
2025-07-21 14:02:26
928
Preflight Checklist[x] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
Pandas ENH: Make attributes saved by default
2025-07-21 14:02:23
1954
Feature Type[x] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas suffix parameter in Series.shift not used in the implementation
2025-07-21 14:02:21
579
Link: https://github.com/pandas-dev/pandas/blob/ca429943c70cee2077941f052281b92afc0c2054/pandas/core/generic.py#L10657pa...
Pandas BUG: Convertors not running when reading a dataframe from excel using calamine engine
2025-07-21 14:02:19
4962
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Keras How does Keras MultiHeadAttention handle input feature dimension vs heads and reshape the output?
2025-07-21 14:02:17
1577
Hi everyone, I am trying to better understand how the Keras MultiHeadAttention layer handles the dimensions internally....
Gin Support for optional trailing slash
2025-07-21 14:02:13
2199
Hi, I tried looking around existing issues but I could not see anything related. So, I would like to know if there is a ...
Apache Superset Jinja templating from comments shows an error in SQL Lab
2025-07-21 14:02:06
1552
Bug descriptionGo to SQL LabUse the following query:with ws1 as ( select 1 as one)select * from ws1 --{{ ref('value_dat...
Apache Superset Height of an embedded Dashbaord
2025-07-21 14:01:55
5447
Make sure these boxes are checked before submitting your issue - thank you![x] I have checked the superset logs for pyth...
Apache Dubbo package org.apache.dubbo.common does not exist
2025-07-21 14:01:45
14207
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...
Apache Dubbo [Feature] Dubbo MCP In Multiple Instances Proposal
2025-07-21 14:01:41
701
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...
Apache Dubbo [Feature] bugfix and optimize dubbo-hessian-lite
2025-07-21 14:01:39
1837
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 [功能改进]: 描述 针对TDengine 数据库的分页插件,目前不起作用
2025-07-21 14:01:35
291
确认[x] 我的版本是最新版本, 我的版本号与 version 相同, 并且项目里无依赖冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为你的想法(不得删除 描述 前面的部分...
Redis [NEW] Support SASL-based authentication and encryption
2025-07-21 14:01:33
2045
The problem/use-case that the feature addressesRedis currently only supports password and TLS-based authentication and e...
Gorm In SQL Server, row cannot be created for models under a schema if the identity column is manually set
2025-07-21 14:01:29
1737
GORM Playground Linkhttps://github.com/go-gorm/playground/pull/818DescriptionThe table I'm using is currently in a schem...
上一页
下一页
1
…
146
147
148
149
150
…
324
.