fanninpm

Results 128 comments of fanninpm

> Inspecting JSONs with [jq](https://stedolan.github.io/jq/) is an easy way to make them human-readable when you need to debug something and `jq` is already installed in our Docker and conda environments,...

Does the problem persist after running `cargo clean`?

You probably need to depend on the `rustpython-vm` crate.

Try this: ```toml rustpython-vm = { git = "https://github.com/RustPython/RustPython", features = ['jit'] } ```

@youknowone Does this have anything to do with the parser migration?

One last troubleshooting step: does the problem persist after deleting `Cargo.lock`?

Attempted Workaround: manually copy the inputs into the scratch directory (in my case, it's `/dev/shm`), and call `miniwdl` from the scratch directory with this cfg: ```toml [file_io] mount_tmpdir = true...

@savytskanatalia Unfortunately, I no longer have the exact copy of the script that let it work for me, but you can go digging in `bracken-build` to find where that shell...

IRMA v1.1.4 was released recently.

IRMA v1.1.5 was released recently.