Hugo Alliaume
Hugo Alliaume
As I workaround, I've downgraded Coolify (I don't think that's a good thing, but I don't have critical things on Coolify) to the latest working version for us (https://github.com/coollabsio/coolify/releases/tag/v4.0.0-beta.258) with...
Hi @andrasbacsai, I'm trying right now
The v264 fixes the issue, env vars from Coolify UI are nicely passed down to the container, and my Symfony app is working! EDIT : by the way, the env...
Funny, I also got the same error but with `fr` lang. The seo plugin is based on `$page.lastUpdated` (added by [@vuepress/plugin-last-updated](https://github.com/vuejs/vuepress/blob/master/packages/%40vuepress/plugin-last-updated/index.js#L13)) that can be a localized date:  And when...
Opened https://github.com/vuejs/vuepress/pull/2843, hoping this will help.
As a workaround, you can do this: 1. Update your Vuepress theme configuration, configure the plugin `@vuepress/theme-default` to always returns a timestamp: ```js // .vuepress/theme/index.js module.exports = { extend: '@vuepress/theme-default',...
Hi 👋🏻 I skimmed through all of this and saw some interesting things, I'll read better later after work :)
Hi again :) I'm really happy for the CKEditor-specific setups removal, I know you did what you could, but building CKEditor 5 from source is a really big mess, specially...
Thanks! :D
It looks like you can and **must** use `@php` instead of `php`, see https://devcenter.heroku.com/articles/php-support#custom-compile-step. Thanks you @johndalton :)