Patrick McLean

Results 6 issues of Patrick McLean

### Step 1: Provide a summary of your problem * For general technical questions, problems or feature requests related to the code **in this repository** file an issue. same on...

bug

Trying to package for Gentoo, and it fails to build. This is reproducible even if all local patches are dropped. Installed dependencies: bcc-0.25.0 libbpf-1.0.0 gcc-12.2.0 llvm-14.0.6 clang-14.0.6 binutils-libs-2.38 Building with...

bug

Attempt to implement `--indent` and `--tab` command line options as suggested in https://github.com/01mf02/jaq/issues/152 Let me know if there is a better way to do this, I am a beginner at...

`jq` has command line option to allow one to control how the output is indented, it would be useful if `jaq` supported similar options.

This requires the currently out of tree module for the framework laptop available at https://github.com/DHowett/framework-laptop-kmod This started with the template and added support for the framework laptop.

needs testing

At the moment libpy_simdjson uses `bytes` for all string values in the resulting dict/list. It would be nice if there was a way to ask it to return regular strings...