Aurora Blog
Home
Golang proposal: spec: typed struct tags
2025-07-05 14:03:07
31697
Proposal: Typed struct tagsThis is a fully fleshed out version of a design I sketched on #23637. It is prompted by discu...
Golang cmd/compile/internal/ssa: TestStmtLines panics
2025-07-05 14:03:05
2604
Go versiongo version go1.25-devel_d184f8dc02 Sat Jun 7 00:48:37 2025 -0700 darwin/arm64Output of go env in your module/w...
Golang x/tools/gopls: reporting "no views" when starting ( go installed from msys2 )
2025-07-05 14:03:03
11769
gopls versionBuild infogolang.org/x/tools/gopls v0.16.1 golang.org/x/tools/gopls@v0.16.1 h1:1hO/dCeUvjEYx3V0rVvCtOkwn...
Golang cmd/compile: loopbce cares about the order of successors in the loop header
2025-07-05 14:03:01
520
https://github.com/golang/go/blob/6c3b5a2798c83d583cb37dba9f39c47300d19f1f/src/cmd/compile/internal/ssa/loopbce.go#L175-...
Golang cmd/cgo: does not correctly read DWARF data for unsigned types
2025-07-05 14:02:59
7925
What version of Go are you using (go version)?$ go versiongo version go1.14.2 darwin/amd64Does this issue reproduce with...
Golang syscall/exec_windows.go: appendEscapeArg does not escape all necessary characters
2025-07-05 14:02:55
6790
Go versiongo version go1.22.4 windows/amd64Output of go env in your module/workspace:set GO111MODULE=onset GOARCH=amd64s...
Golang cmd/compile: BCE of fixed width blocks during iteration
2025-07-05 14:02:42
424
With SIMD it is normal to iterate a slice let's say 8 elements at a time.Sadly this incurs a bound check: const step ...
Golang cmd/compile: significant performance difference between 'strs[i] == str' and 'str == strs[i]'"
2025-07-05 14:02:36
5438
Go versiongo 1.24.1 darwin/arm64 Apple M1SummaryI'm working on a performance optimization in our business logic and noti...
Golang io: Copy leaves file zero bytes in Azure with CIFS
2025-07-05 14:02:34
1261
Go version1.22.3Output of go env in your module/workspace:I'm using the golang:1.22.3 Docker image.What did you do?Pleas...
Golang x/build/cmd/golangbuild: Windows builders failing with "rdb: The system cannot find the file specified."
2025-07-05 14:02:32
789
There's a problem affecting all Windows builders on LUCI, causing them fail with an error like:Error: failed to run &quo...
Golang cmd/compile/internal/ssa: TestStmtLines fails due to auto-generated crypto code
2025-07-05 14:02:30
572
Recently introduced auto-generated crypto code with lots of math/bits calls is causing TestStmtLines to fail. See https:...
Golang os: TestPipeIOCloseRace timeout on Windows blocked in syscall.CancelIoEx
2025-07-05 14:02:26
6484
#!watchflakespost <- goos == "windows" && pkg == "os" && ((log ~ `panic: test tim...
Golang x/website: wiki CommonMistakes should mention Go 1.22 about loop variables
2025-07-05 14:02:22
610
https://go.dev/wiki/CommonMistakes is not updated after Go 1.22 release.I see faq is saying:This behavior of the languag...
Pandas DOC: Typo within Series.mask() docs - alignment is done between self and cond, not cond and other
2025-07-05 14:02:18
3036
Pandas version checks[x] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...
Pandas BUG: tz_localize(None) with Arrow timestamp
2025-07-05 14:02:14
825
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas BUG?: creating Categorical from pandas Index/Series with "object" dtype infers string
2025-07-05 14:02:11
1266
When creating a pandas Series/Index/DataFrame, I think we generally differentiate between passing a pandas object with o...
Apache Superset Unable to access swagger API after enabling prefix routing
2025-07-05 14:01:47
3255
Bug descriptionI'm having an issue with accessing the /api/v1/_openapi endpoint. It looks like it redirects to /api/v1/_...
Apache Superset Apache Doris Error: (MySQLdb.OperationalError)
2025-07-05 14:01:42
8539
Bug descriptionAfter Upgrading Superset to 5.0.0 (release), I can't query my Apache Doris (3.0.6) Installation - Dashboa...
MyBatis-Plus [功能改进]: 希望对AOT的支持可以集成到框架内
2025-07-05 14:01:30
236
确认[x] 我的版本是最新版本, 我的版本号与 version 相同, 并且项目里无依赖冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为你的想法(不得删除 描述 前面的部分...
MyBatis-Plus [错误报告]: 描述 在达梦数据库中 查询 SQL语句没问题 代码运行 SQL语句写在xml中 如下:
2025-07-05 14:01:28
857
确认[x] 我使用的版本是最新版, 并且使用插件确认过项目里无依赖版本冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为遇到的问题(不得删除 描述 前面的部分)当前程序版本3...
上一页
下一页
1
…
244
245
246
247
248
…
375
.