John Twyman
John Twyman
We've used composer for our D7 and now D9 installations, so this functionality is compelling. It will save a huge amount of repository forking, etc., for the sake of one...
We've encountered the same problem and narrowed it down to the use of FileSystemCache as one of the configurable caches: ``` DATA_CACHE_CONFIG = { 'CACHE_TYPE': 'FileSystemCache', 'CACHE_DEFAULT_TIMEOUT': 60 * 60...
It seems there's been a regression since the fix was merged. The definition for the `tls` variable is a dict rather than an array in the head of the master...