Ovi Savescu

Results 10 comments of Ovi Savescu

Hey, just wanted to shed some light here, as much for others as for myself, as I've just grasped this concept. Actually the two different approaches stem from the different...

How I did it: ``` images: [ { title: 'Catalie Portman', description: 'movie cat ', href: 'http://placekitten.com/1200/1200', poster: 'http://placekitten.com/300/200' }, { title: 'Katy Purry', description: 'singing cat ', href: 'http://placekitten.com/1600/1200',...

As far as I know from reading the Vercel docs here https://vercel.com/docs/concepts/git/deploy-hooks#build-cache the build cache is used automatically for builds triggered via hooks. You have to append `?buildCache=false` to the...

Any plans on adding the videos still? Thanks for the great work!

wow, why is this not a thing yet? are we missing some other obvious way of solving this issue? I really need to be able to build the preview URL...

Tried doing it using react-spring, but the result is too subtle. If anyone wants to try and improve it, here's the code: ``` import React from 'react' import { useTransition,...

Confirmed, having the exact same issue. I've set update_period: 0 as a work-around. Pretty please, fix? 😸

Actually, this is not a bug! Found the solution. The bug doesn't happen if you use the provided html template. If using a custom template, don't forget to add the...

@anthonysapp isn't a repeater just a modular field but with only one type of block?

I'm sorry but I don't understand what to upgrade to make this work. What is `tailwind.macro` and how do I update it? It's not a package I had installed when...