Golang testing: add test helpers for measuring goroutine leaks

It's common for tests to check for goroutine leaks, but the testing package or standardlibrary doesn't make this easy.Th...

Viper can't watch the file when the config file volume mount in docker.

Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...

Viper Automatically create flags.

Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...

Viper Support groupings in BindPFlags

Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...

Viper Let user determine strict prefix for env

Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...

Viper Trailing right bracket is stripped off values

Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...

Viper while there has space char in Annotation, viper would not set the value and also no error return

Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...

Viper When the key has symbols, it cannot be converted

Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...

Viper GitHub Actions Workflows Missing Explicit Permissions

Preflight Checklist[x] I have searched the issue tracker for an issue that matches the one I want to file, without succe...

Pandas STY: Enforce Ruff rule B905, zip-without-explicit-strict

zip calls should ideally specify strict=True since most of the time there's an underlying assumption that the input argu...

Pandas API/REF: consistent error messages, arithmetic rules

62353 is about EA arithmetic with a list, which is not in general supported (lists are cast to ndarrays by the Series/In...

Pandas TST: Replace ensure_clean utility function with the temp_file pytest fixture

The pandas test suite uses an ensure_clean utility function to create a temporary file for testing https://github.com/pa...

Pandas DOC: Replace @Appender, @Substitution, @doc with inlined docstrings

Since pandas has objects with the same API, e.g. DataFrame.fillna Series.fillna, some of these methods may leverage a sh...

Pandas DEPR: passing ax to plotting methods

IIUC (a big if), we allow users to plot multiple objects on the same figure by passing an ax argument to plotting method...

Pandas BUG: Dockerfile doesn't install pandas directly

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

Pandas BUG: "Field type has incompatible types" in loading GCS parquet with read_parquet

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

Pandas ENH: Performance enhancements to nanops using numba

The performance of array reductions in nanops/bottleneck can be significantly improved upon for large data using numba. ...

Pandas BUG: NumpyEA[uint8].take([-1], allow_fill=True) nonsense result

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

Keras Error with keras.applications.EfficientNetB0()

To reproduce run: python3 -c 'import keras; keras.applications.EfficientNetB0()'python3 -c 'import keras;keras.applicati...

Keras Whether 'jpg' is supported or not in func keras.utils.save_img()

Bug IssueI found an issue on keras.utils.save_img() with arg file_format='jpg', the doc of keras.utils.save_img() shows ...
上一页 下一页
.