Eric Berquist
Eric Berquist
Yes, the ability to read the `*.hess` file would be a good addition. I'm not sure if it should be a separate parser or not. If it's added to 2.0,...
Good question. A new class in the same file is probably fine. I said "not sure" because we have functionality to handle parsing multiple related files into the same data...
That is correct. Keeping it separate would mean a little more work for the user, but the code will be a lot easier to write and maintain. Since `orcaparser.py` is...
Marking as WIP until we clean out the Autotester queue.
Still trying to understand this. It's happening in Nix but also in Arch Linux and Debian containers. I could have sworn this used to work on my Arch box which...
There are lots of the same error when you run with `eask exec emacs` in CI too: https://github.com/berquist/flycheck/actions/runs/10292969857/job/28488408324#step:6:1866
Here is the proof that I'm starting with a clean working copy after calling `git clean -xdf .`. This was originally using commit https://github.com/emacs-eask/cli/commit/5399d94a787293613b5b381adecf0f46bafd4929 and installed via the provided Arch...
Yes, that was the problem.
If this is something that you'd be willing to accept but have no one to do it, I could submit a PR myself.
I have no preference and my only requirement is for customizable `-t`, but in the event that someone wants to pass yet more flags to `ssh-keygen`, passing the key is...