MumblesNZ

Results 18 comments of MumblesNZ

@giacomocerquone thanks for the solution, worked for me as well. Should this "/android_asset/www/asset/file.mp3" vs "asset/file.mp3" difference be in the documentation? Caught me out whilst using this library.

As a workaround, we got the hooks to work by importing the modules explicitly, as the hooks array are expecting functions not module references. i.e. in your codecept.js config file:...

@Ashot72 or @imrankhankasim did either of you find a solution for this?

Thanks for the quick reply. The behaviour I have is similar but not exactly the same as described above but I was hoping the underlying issue was the same as...

@sstepashka any updates on this bug?

@jardakotesovec did you find a solution for this? If we could authenticate the client with JWT then we could use a common private key across multiple realms, but I couldn't...

Same here, isAvailable() not working

@pkaske got any advice for the deleteMany() step? I'm guessing esSynchronize is only good for adding documents, not removing them?