Miguel Stevens

Results 92 comments of Miguel Stevens

My code seems to be working, or am I missing something? (I've only just installed the nested-docs-plugin. Every page now has the breadcrumbs array, which I check based on the...

> Hey @notflip, I actually tried your approach before moving to a path-based field. The main issue I ran into was keeping things unique and double and more-nested docs. For...

Wouldn't this create a timeline for each item in the array? Is that the required effect?

Would love this as well! Is there another method to sync the data at this time?

Also wondering about this, did you find a solution @luigigorlero?

Is this repo maintained? It feels a bit dead, the idea however is really good!

> I had a similar issue on Coolify version v4.0.0-beta.409. I solved it by checking the "Preserve Repository During Deployment" checkbox on the configuration > general tab under the build...

@anvidev Something odd happens for me, I define the volumes in my docker-compose.yml like this ``` volumes: - uploads_data:/app/web/uploads # Alleen de uploads persistent maken volumes: db_data: external: true uploads_data:...

What's inside db-init and docker-entrypoint.initdb.d? > Try to use this > > volumes: > > * type: bind > source: ./db-init > target: /docker-entrypoint-initdb.d > > Change db-init and docker-entrypoint-initdb.d...