Ken Kundert
Ken Kundert
I'm not crazy about modifying the emborg executable to support a special testing mode. Is it possible to resolve this issue simply by adding some symbol links in the tests...
Yes, it is a much larger change. And I am starting to rethink your original version. As I said, I am not crazy about modifying the executable to support a...
Actually, there may be another related solution. Emborg uses the appdirs module to find the config and data directories. According to the [appdirs documentation](https://pypi.org/project/appdirs/), it appears to use [XDG](http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html), which...
Thinking more about this, presumably the tests will not work on Windows machines any more than they work on Macs. And using your first solution will presumably resolve the issues...
Here is another alternative. emborg could use the directory suggested by appdirs if it exists, otherwise is defaults to the XDG or Linux conventions.
In digging in to this I found that *emborg* was already configured to use ~/.config/avendesora if it existed, even on a Mac. This was due to an earlier request from...
I have modified *emborg* to support the XDG_CONFIG_HOME and XDG_DATA_HOME environment variables. If these environment variables are set, *emborg* will use their values as the location of the shared config...
Thanks Jeremy
Quantiphy has limited support for scaling with scale factors, and it at this point it does not extend to the binary scale factors. Can I ask what you are trying...
Thanks, that was very helpful. I have pushed a fix to GitHub. Would you be able to try it and let me know if it meets your needs.