Alex Dewar
Alex Dewar
Thinking about this a bit more, I'm wondering if it makes sense to check the file type here at all. Presumably each config file applies only to HTML or XML...
There are probably details I'm missing, but I kind of assumed that XML files wouldn't be that different from HTML files, in that different journals would have different formats, so...
I think this is superseded by #235. Shall we close it?
Ah ok. Nvm then.
A possible workaround is to write a script which passes whatever arguments you want to your `swaybar` along with the ones passed by `sway` (`$@`) and then set this as...
PS -- you'll need to merge in `main` and resolve merge conflicts. If you do that then it'll also enable codecov for this PR so we can see what is/isn't...
PS - I've run the new regression tests and they're failing on four files. Interestingly, they're failing because of an uncaught exception, not because the outputs don't match. The function...
> This looks very good to me. I've made some suggestions. Have you opened issues for the problems you mentioned in the description? Not yet! But I'll try to do...
So I've been digging into why the results seem to have changed and it seems like a *lot* of the differences (though not all) are to do with missing `"iao_name_*"`...
I figured out why the tables output files were changing between different runs of AC. I had a hunch we might be iterating over a `set` somewhere, which turned out...