Mike Vaux
Mike Vaux
+1. For environments which don't have a separate `src/` / `dist/` folders for templates, this currently won't work because the references are never updated to match the new hashes.
_Or_ ```diff if (self.isBlurring) { - self.$control_input.blur(); // close keyboard on iOS + self.$control_input.trigger('blur'); // close keyboard on iOS } ``` if that is preferable...
I agree that it's not pressing, though I think probably work a fix when someone gets time, especially as it's presumably a simple fix (see my suggestions above). If the...
Guys, I think the development community would benefit from slightly less grumbling and sarcasm when reporting issues. Let's remember that we are all benefitting from @P233 's work for _free_.....
p.s. @qgates that looks helpful!
@migliori I think you may need to give _slightly_ more information than that..! :)
Haha, great that it's working for you! I'm not the package author, I was just reporting another issue and thought I could help slightly with this one by getting some...
> E.g. run the git command git config core.commentChar ; which would set the comment character as ; Thanks for the heads up about the workaround! I believe you need...
I think this is probably an issue with High Sierra rather than your specific phone. I have spent ages trying to get it to work and have finally managed it......
On reflection, you can _probably_ get away with just doing 2 and 4... I had assumed that disabling the kext consent would mitigate the crazy 'Allow' button issues, but I...