Open Source
7 merged upstream PRs across bat, fd, Boa, and Apache DataFusion. Features, bug fixes, tests, and docs, all through maintainer review.
7 merged PRs · 4 upstream repositories · 115K+ combined stars
sharkdp/bat 58K★ · Rust
bat is where I got going. I opened 6 PRs in one week, and 3 were merged within 24 hours.
They added the --fallback-syntax option, fixed a bug that had been open for four years where symlinked files lost their syntax highlighting (bat now resolves the target path), and fixed BAT_CONFIG_DIR handling that could throw duplicate flag errors on startup.
- ◆ Added the --fallback-syntax option
- ◆ Fixed a four year old symlink highlighting bug
- ◆ Fixed BAT_CONFIG_DIR startup errors
sharkdp/fd 42K★ · Rust
Fixed how --full-path handles an invalid working directory, so the search stops with a clear error instead of breaking.
- ◆ Clear error for an invalid working directory with --full-path
boa-dev/boa 7K★ · Rust
Two merged PRs in the Boa JavaScript engine. One corrected the ES16 edition mapping. The other added JsTypedArray support for toReversed, toSorted, and toLocaleString.
- ◆ Corrected the ES16 edition mapping
- ◆ JsTypedArray support for toReversed, toSorted, and toLocaleString
apache/datafusion 8.5K★ · Rust / Docs
Fixed the docs for array_remove so they describe what NULL does in a real query.
- ◆ Docs fix: what NULL does in array_remove