Michael Färber

Results 41 issues of Michael Färber

In #243, @tranzystorekk made the following comment: > I'm wondering if switching the int repr in jaq-json to `i64` would be a viable option (I saw the comment that `isize`...

good first issue

Just tried running on Linux with an Intel HD Graphics 5500 (i915): ~~~ $ RUST_BACKTRACE=1 cargo run --release Finished release [optimized] target(s) in 0.11s Running `target/release/nbodysim` Using default config. thread...

This is an effort to make several previously hidden (and potentially duplicated) APIs public, such as: - compiler diagnostics - pretty printing - value reading/writing As bonus, this PR adds...

This PR also runs the filter automatically when changing any setting (e.g. indentation).

This is a simpler version of #311.

I'm would like to put a little "User testimonies" section in the jaq README. I have three particular testimonies in mind: > My Rust program \[using jaq\] can execute *all...

@wader made me initially aware of @nicowilliams's [co-expressions PR](https://github.com/jqlang/jq/pull/1843). I'm not sure yet whether I understand it correctly. But if what follows is not what that PR is about, I...

### What version are you using (`fq -v`)? $ fq -v 0.15.1 (linux amd64 go1.24.5) ### How was fq installed? From Arch Linux repository: pacman -S fq ### What did...

To quote the [`regex_lite` docs](https://docs.rs/regex-lite/latest/regex_lite/#differences-with-the-regex-crate): > Currently, this crate only supports searching &str. It does not have APIs for searching &[u8] haystacks, although it is planned to add these in...