Wolfgang Hoschek
Wolfgang Hoschek
Thanks for such a handy library - very useful! The default log level in logging libs such as logback and log4j is INFO. This implies that by default the logger.info()...
For a k-way merge with k>2 consider using a PriorityQueue instead of multiple 2-way mergers for enhanced performance.
Suggestion: It might be worthwhile to parallelize the main memory sort phase for better performance. For example, using jsr166y an array can be sorted in parallel simply like this: ParallelArray.createUsingHandoff(Object[],...
#### The associated forum post URL from `https://forum.rclone.org` n/a #### What is the problem you are having with rclone? `rclone copy`, when downloading from a http remote, fails with HTTP...
Please include python code to recompute thumbnails and also how to compute full scale True Color Images from the three RGB bands, perhaps along the lines of https://sentinels.copernicus.eu/web/sentinel/user-guides/sentinel-2-msi/definitions. In practice,...
### System information ``` FreeBSD: zfs-2.1.14-FreeBSD_gd99134be8 (FreeBSD freebsd 13.3-RELEASE FreeBSD 13.3-RELEASE releng/13.3-n257428-80d2b634ddf0 GENERIC amd64) zfs-2.2.4-FreeBSD_g256659204 (FreeBSD freebsd 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64) Linux: zfs-2.2.5~rc7-noble1 (Ubuntu 24.04) zfs-2.2.2-0ubuntu9 (Ubuntu 24.04)...
This PR is in response to https://github.com/openzfs/zfs/issues/17998 ### Motivation and Context OpenZFS 2.2 introduced the `snapshots_changed` dataset property as a cheap, persistent way to tell whether the snapshot set for...
### Describe the feature you would like to see added to OpenZFS I'd like to propose a new `snapshots_changed_nsecs` read-only dataset property that exposes the nanosecond component of the most...
### What is the type of issue? Documentation is missing ### What is the issue? The Codex VSCode extension misses a CHANGELOG that shows what actually changed in any given...
I just tried upgrading my project from docformatter v1.7.7 to 1.7.8rc1. I immediately reverted that upgrade because it introduces many seemingly unnecessary formatting regressions. There are too many to list...