raphaelcastaneda
raphaelcastaneda
Opening a reference by result number would be a new feature I think but you can already configure the finder window's action keys like so: ```lua local saga = require...
@Suyashtnt I was interested in this too so I threw together a quick implementation. Try that out and lmk if that's what you had in mind. Numbers jump to the...
Here's an example of this in action: https://user-images.githubusercontent.com/8203485/166515328-32a6bff6-6fd3-439d-aa38-beaec3650941.mp4
It seems this build will fail until this is resolved: https://github.com/RisingOak/stashy/issues/62 The (really outdated) version of Stashy on PyPI has a conflicting requirement for `requests`, and is missing some API...
Does the `record_property` fixture fail in the same way?
To answer my own question: no it does not. `record_property` was updated to add pytest-xdist support here: https://github.com/pytest-dev/pytest/commit/8b49ddfa585e8dee77ba3aeef654598e0052237e
There appears to be a fork of that library that does have arm support, but I'm not sure whether it's worth pursuing that given your other concerns.
> @raphaelcastaneda Maybe [klippa-app/go-libheif](https://github.com/klippa-app/go-libheif) could work This is a (really thin) wrapper around the much more active library: https://github.com/strukturag/libheif, so I'd opt to use that directly instead. I think it's...
I've opened a PR #636 with a quick implementation of this.