John

Results 12 comments of John

i'm using a self made directive ```js Vue.directive('perfect-scroll', { bind(el, binding){ var options = {} if(binding.value) options = binding.value el.dataset.perfectScroll = uniqid() // console.log('bind', el) // otherwise will put the...

@chinchang yes, of course that works. But as I said, I don't want to sacrifice animation

@Ziut3k-dev do you plan to handle this in the near future? Not to put any pressure but I am in need of this package on v6 or I will have...

maybe you could use this to secure those: https://docs.sentry.io/platforms/javascript/guides/capacitor/sourcemaps/uploading/hosting-publicly/

depending on what you are using to deploy your app + how you upload sourcemaps to sentry you could use ENV variables to disable sourcemaps in your build.. for example...

> Hi, > > I guess you want to use Pruvious as a headless CMS? If that's the case, you could start by creating a collection with public access. Here's...

it's not optimal to have iframe ideally we should have a component that can be imported wherever needed. Something much similar to wordpress ACF i guess there is no way...

there is a duplicated issue i just saw: https://github.com/adonisjs/lucid/issues/933

@kerwanp can you please give us an update? is there another PR being prepared for adonis or is this abandoned?