Jacob Faibussowitsch
Jacob Faibussowitsch
Thank you for finding the workaround, this saved me many hours of banging my head against the wall!
related to #397
Actually I guess reading over `gersemi --help` I now notice (emphasis mine): > control configuration: > These arguments control how gersemi operates rather than how it formats source code. >...
The config file is mainly used by projects to set required options, yes, but also to set defaults. This is so that contributers can just run ```sh $ gersemi src/...
> that only (unless I'm missing something obvious that isn't "evaluate environment variables") relative paths will make sense in that setup Hmmm absolute paths would work as well, no? ```python...
> Is there a problem with common cache? The directory chosen by `appdirs.user_cache_dir()` (which appears to be being used to specify the cache location) may not be writeable (for example...