Yimi (Cesar Vidril)
Yimi (Cesar Vidril)
Got exactly the same problem.
Can confirm @acoti on chrome the first voice get from `speechSynthesis.getVoices()` is based on the local language. Knowing that, at https://github.com/acoti/articulate.js/blob/master/articulate.js#L136 we can test on `en-EN` or something similar to...
is the props `noWrapper` could fix it ?
It look a lot like my last version I posted on the forum ionic2 but thanks :D The only problem with this version is there no watching of the templates....
Having the same issue without a custom snapshotResolver here. Debug mode is not much help, only get errors like this ones:
After some trial and error, i think i've been missguided by the typing in https://github.com/Vincit/objection.js/tree/master/doc/api/types#type-relationjoin that said `join.from` can be a **ReferenceBuilder** since it's more a result from a it.
Has it as been said in #3103 there's no way to know if the default `async` has been changed, is it the responsibility of marked to know that the default...
The second one will break at runtime if a library change the default config and dev not knowing it will don't understand why since they force casted a type to...
True that, that's why suggested adding a breaking change in my previous comment, making the behavior more explicit: If the developper explicitly pass `async: true` returning Promise or `async: false`...
I'll try to find some time to fix it as soon as possible 👍