BARNZ

Results 8 comments of BARNZ

Can we please get this merged? This is the behavior I expected by default 👍

I have just upgraded to scout 9 and it looks like it supports postgres straight out of the box. Seems this package is not needed anymore?

Bummer! Ran into this issue today as well. My use-case is to have my in-component guards placed into a page mixin for easy reuse across multiple similar page components. This...

Getting a few of these errors coming through lately as well. Its as simple as having an ajax call in a page `mounted` hook and then calling `this.$t` after `awaiting`...

Thanks - can we get this fix for #1421 merged? A more compact fix could simply just be: `this.$refs.search?.blur()`

Hi @vorujack as per your comment in your MR #10273 could you explain your reasoning for this change for us? It has caused some breaking changes for everyone such as...

Have created a simple MR #10774 to fix this issue by undoing just the breaking changes made in the original MR

Thanks, this fix worked for me on php 7.1 + windows 10. The error I was previously getting after calling `save()` was: ``` """ Unable to load the address!\n Error...