ragulka

Results 26 comments of ragulka

@danhanly couldn't you achieve a similar result by moving the data transformation into a watcher? Ie, something like: ```js const page = usePage() const customer = ref(null) watch( () =>...

Thanks @camertron! I will look into into it - basically I understand that if I want additional locales in twitter-cldr-js, they should be added to twitter-cldr-rb before? I am actually...

> Hosts that block or rate-limit POST requests to the admin-ajax endpoint. This will cause the job to remain queued, as the maybe_handle() method in the async request class doesn't...

> Use direct SQL queries for setting / getting job status because some hosts don't properly clear the option cache when requested. This will bypass caching. @bekarice do you think...

> re: the rate-limited POST requests, I don't know that there is a good solution. A GET requested might work better, but I suspect it's more likely to be cached,...

@bekarice I've patched CSV Export with direct SQL queries and GET requests in https://github.com/skyverge/wc-plugins/pull/2110 - can this be tested on the customer's site to see if it fixes the issue...

I think a fallback js version with an alert when trying to leave the page is a fine workaround. Although even doing so we should really encourage merchants to contact...

My use case is a bit different - it's not multi-currency per-se, but multi-country. However, I believe it has some similarities. Swedbank is a gateway that operates in 3 countries...

> What would the interaction between environment fields and these conditional fields look like? In Swedbank, I've implemented it very similar to the environment field. The environment field applies to...