D
D
This is on my mind and I guess it should be up for discussion as it's common in every other CMS: GraphCMS, Prismic, Contentful etc An asset in GraphCMS is...
We were in the process of evaluating GraphCMS and one of the features we're using quite a bit is the RichText field. It allows exporting/transforming various types. GraphCMS has 3...
Coming from GraphCMS which uses Prisma behind the scenes, if you create a type called "Asset" you get 2 ways of querying arrays of data out of the box: -...
I feel like supporting basic arrays of types would be quite good. It seems you're only able to create arrays of simple types using groups. A structure I'd like looks...
I've been playing with Prime; trying out a variation of things. Created and populated a model with a couple of field types: - Groups - Documents - Slices After deleting...
So I'm playing with the API right now. I'm creating pipelines by attaching config data to my applications. When I request a list of applications from the API I'd also...
In my quest to achieve pipelines in Deis, I've got 2x applications: - myproject - myproject-staging Underneath the `myproject-staging` app I want a button: `Promote to Production` which when clicked...
We've got a dynamically built site via CMS and our clients keep adding iframes containing megabytes of resources onto the homepage. It'd be awesome to be able to lazily load...
Universal now delivers images in the initial SSR response and it's better than before. Now I'm noticing that after JS is bootstrapped, the images are removed and re-added causing a...
Server version: 2.0.0 So I'm using Docker and linking `rethinkdb` into my horizon container. `hz serve --dev --connect rethinkdb:28015 --secure=no --bind all --allow-anonymous=yes /usr/app` throws: ``` error: Connection to RethinkDB...