Golang time: improve ParseDuration performance for invalid input

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)

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

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

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

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]

[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

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

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

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

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

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.

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.

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.

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()

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

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

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

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

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

Feature Type[ ] Adding new functionality to pandas[X] Changing existing functionality in pandas[ ] Removing existing fun...
上一页 下一页
.