Preston Rollins
Preston Rollins
I added `- xpack.security.enabled=` to @Zifius warden-env.yml so I didn't have to edit the elasticsearch.base.yml. I have been able to bring up ES or OS. ``` version: "3.5" services: elasticsearch:...
@norgeindian did you set "ELASTICSEARCH_VERSION"=7.16 in .env? I realized that's probably not the issue. Check docker-compose ---version and make sure it is 1.28 or greater. It looks like "Docker Compose...
I was also seeing 'button' of undefined and 'pointerEvents' of undefined. Looking at src/speech it appears play, stop, pause, and resume all need button and button.pointerEvents properties. `styles: { play:...
I was also seeing 'button' of undefined and 'pointerEvents' of undefined. Looking at src/speech it appears play, stop, pause, and resume all need button and button.pointerEvents properties. `styles: { play:...