Vedmant

Results 61 comments of Vedmant

@m1 Sorry, I can't share it, the template size is 31kb. I just switched to simple python script, it finished it few minutes for 50000 articles: ```python import spintax import...

You can use .then() after .catch() it will work as .finally() https://stackoverflow.com/a/35999141/1753349

Added 'varialbe' funciton support for clearer passing JS variables to client

Yeah, basically the same, but it was not yet added to any release?

There is another way: /plugins/analytics.js ``` import Vue from 'vue' import VueGtag from 'vue-gtag' export default ({ app, $config }) => { Vue.use(VueGtag, { config: { id: $config.gtagId }, appName:...

That's most probably of stupid implementation of SimpleRequest class, it will think that it's get request when you have post request with query.

@adadgio look at this code https://github.com/dilab/resumable.php/blob/5624d5a5a7ed3eab4fa45494919973fb4f7dff71/src/Network/SimpleRequest.php#L19 if will return that request is a get request when it's actually a post if it has a query, like upload.php?foo=bar.

I have the same issue, any proper example how I can call devise auth token API with result from window.FB.login()?

Any updates on how to use it as with Webpack? For me it's just not loading: $(...).dateRangePicker is not a function with no other error.

I have the same problem, it starts when I call error method from fetch(), it shows error page then page starting to refresh itself multiple times and then backend just...