Aurora Blog
Home
Golang testing: add test helpers for measuring goroutine leaks
2025-09-26 14:06:13
6714
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.
2025-09-26 14:06:02
6349
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.
2025-09-26 14:06:00
1139
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
2025-09-26 14:05:58
2004
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
2025-09-26 14:05:56
2596
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
2025-09-26 14:05:54
2016
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
2025-09-26 14:05:51
3335
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
2025-09-26 14:05:49
3489
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
2025-09-26 14:05:47
2434
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
2025-09-26 14:05:44
1360
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
2025-09-26 14:05:42
3225
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
2025-09-26 14:05:37
1274
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
2025-09-26 14:05:36
1945
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
2025-09-26 14:05:34
865
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
2025-09-26 14:05:31
2959
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
2025-09-26 14:05:30
3896
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
2025-09-26 14:05:26
1018
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
2025-09-26 14:05:22
586
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()
2025-09-26 14:05:17
2351
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()
2025-09-26 14:05:15
3418
Bug IssueI found an issue on keras.utils.save_img() with arg file_format='jpg', the doc of keras.utils.save_img() shows ...
上一页
下一页
1
…
23
24
25
26
27
…
367
.