Nikita Hismatov
Nikita Hismatov
FreeBSD 14.0 - the same thing. `clangd` is installed via pkg Managed to fix (thanks to @diegorusso): copied mason-receipt.json from a linux and edited the path to clangd.
If we use C11, is pr #5547 good enough?
Hi! In flatblocks/template_tags/flatblock_tags.py we got the following code: ``` python if 'django.middleware.locale.LocaleMiddleware' not in settings.MIDDLEWARE_CLASSES: logger.warning("For i18n support in flatblocks you must have django.middleware.locale.LocaleMiddleware in your MIDDLEWARE_CLASSES") else: lang =...