monochromer

Results 79 comments of monochromer

I used this workaround: https://github.com/web-alchemy/eleventy-plugin-lightningcss/blob/83a375a32c22e5edf1df443a6c14024655b38490/.eleventy.js#L55-L61 ```javascript compileOptions: { permalink(inputContent, inputPath) { return (data) => { return data.permalink } } } ```

> The problem could be that you are setting a non-UTF8 charset as part of the `Content-Type` HTTP header Some cloud providers do not provide the ability to modify HTTP...

I think, this also applies to this issue. If you set `permalink: false` as a global variable, then Eleventy ignore it and tries to render webc files with error: ```bash...

> I just discovered that the loops work if you break them out into their own components In your exmaple, `color` and `colors` has one scope.

Most likely, Radix Dropdown has a solution to eliminate layout shift from the very beginning. But the styles `html, body { width: 100%; }` prevent it from working correctly. And...

> This PR will need to be rebased or recreated now that #6850 merged. done

В дальнейшем предполагается использовать этот контейнер на продовом сервере?

> мне надо завести бротли в Debian А Alpine не устраивает? Для него есть пакет - https://pkgs.alpinelinux.org/package/edge/main/x86/nginx-mod-http-brotli. В Debian тоже есть - https://packages.debian.org/sid/libnginx-mod-http-brotli-filter

Модуль с brotli нужно ещё подключить и настроить. Можно жать на лету, но я бы предложил использовать раздачу заранее подготовленных brotli и gzip архивов. После сборки в папке со статикой...

> Там уже настроено. Контейнер вытаскивает приватный репозиторий с конфигами. Именно поэтому там странные ssh маунты внутри ) Хорошо, но я всё равно настаиваю на статике – зачем сжимать на...