Aurora Blog
Home
Golang time: improve ParseDuration performance for invalid input
2025-09-20 14:04:32
3455
Proposal DetailsA common use of time.ParseDuration is to check whether a string is a valid time.Duration. However, when ...
Golang runtime: time.Sleep takes more time than expected on Windows (1ms -> 10ms)
2025-09-20 14:04:29
94391
This seems to be a regression with Go 1.16 time.Sleep.What version of Go are you using (go version)?$ go versiongo versi...
Golang text/template: Unable to set zero value for fields in template
2025-09-20 14:04:12
3321
Go versiongo1.24.0Output of go env in your module/workspace:set AR=arset CC=gccset CGO_CFLAGS=-O2 -gset CGO_CPPFLAGS=set...
Golang proposal: go/format: simplify old directive comments
2025-09-20 14:04:10
6221
Proposal Details51082 standardized Go directive comments. #37974 extended the syntax to allow for third party directives...
Golang proposal: runtime: add a way to check if fd is used by go runtime
2025-09-20 14:04:08
10200
Proposal DetailsWhile working on fixing CVE-2024-21626, we had to implement a function that closes all file descriptors ...
Golang proposal: x/tools/go/types/typeutil: add TypeMap[V]
2025-09-20 14:04:06
7788
[EDIT: withdrawn in favor of this proposal:]- https://github.com/golang/go/issues/69420We propose to add a generic wrap...
Golang crypto/tls: Permit recently FIPS-approved protocols/algorithms
2025-09-20 14:04:01
10899
What version of Go are you using (go version)?$ go versiongo version go1.21.0 darwin/arm64Does this issue reproduce with...
Golang x/tools/internal/refactor/inline: offer an option to inline all calls in a file
2025-09-20 14:03:54
2175
At the moment the inliner operates on one call at a time this limits the cleanup work the inliner can do when you want t...
Viper Nested . separated flags with common prefix not working with pflag in Viper >= 1.18.0
2025-09-20 14:03:50
7110
Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
Viper env prefix and env key replacer not applied to dotenv file
2025-09-20 14:03:47
4451
Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
Viper Bound environment variables get written to disk
2025-09-20 14:03:45
2738
Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
Viper when Set() a struct tagged with flow, format break.
2025-09-20 14:03:43
1822
Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
Viper There might be some bugs when using Set() to write. These errors often occur when the file does not exist and during operations after the file is created for the first time.
2025-09-20 14:03:41
18573
Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
Viper When using Viper, it seems difficult to easily delete an existing configuration item.
2025-09-20 14:03:39
7821
Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
Viper The array has been modified to an object after we call viper.Set()
2025-09-20 14:03:37
2642
Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
Viper for V2: add support for comments
2025-09-20 14:03:35
1931
Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
Pandas Require 2FA on github
2025-09-20 14:03:18
1084
Pandas is a "critical" project on pypi: people who can upload wheels to pypi need 2FA enabled on their pypi account. The...
Pandas BUG: None in dtype=bool Series does not behave like 3-valued logic
2025-09-20 14:03:09
8806
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas BUG: resampling with origin=end_date includes extra elements in the bucket
2025-09-20 14:03:04
4192
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas ENH: Not silently ignore violation of minimal required version of SQLAlchemy
2025-09-20 14:03:02
6556
Feature Type[ ] Adding new functionality to pandas[X] Changing existing functionality in pandas[ ] Removing existing fun...
上一页
下一页
1
…
51
52
53
54
55
…
385
.