Slava
Slava
The only available transition is ``` const dragOptions = { animation: 200, } ``` `draggable(v-bind="dragOptions"`
@timoteiNicsoft hey, I deleted my answer because it wasn't working correctly. You can save the state from the initial load function but then it will stop working once you do...
vuetify has an infinite scroller that has a manual mode, you could try that one.
@dmuhs could you check this one?
#204 seems to solve this: > [v0.13.2](https://github.com/userquin/vuetify-nuxt-module/releases/tag/v0.13.2) fixes this issue, so you just need to use as follows, no additional css imports are required. I had to update to 0.16.1...
After some tries, looks like the interger is the issue, replacing the integer with float makes it work.
@jleclanche What is this AI generated response? Do you care to read the whole thing, not only one line? If I used my time to report a bug, why can't...
I cannot reopen an issue you closed. I'm sure they are not set and I'm getting this error: ``` `File "/workspace/.heroku/python/lib/python3.11/site-packages/djstripe/models/webhooks.py", line 207, in from_request stripe_account = StripeModel._find_owner_account(data=data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...
> @jleclanche What is the reasoning with storing API keys in the DB? This is a rather unusual approach and does not align with security best practices. The ability to...
> For what its worth the docs for the latest 2.8 is now available at [dj-stripe.dev](https://dj-stripe.dev/2.8/) Seems outdated, since @jleclanche said using .env is obsolete.