Simon

Results 15 comments of Simon

Hi ! I'm trying to use `.pause()` and `.resume()` but I got this error: `INVALID_INDEX`.

> Thank you for reporting this. > Note that the code in the master branch has been migrated off HTML imports now. > > Can you confirm that you use...

Many thanks @TimothyJones ! It's working fine now with the good version 👍

Up ! Some news about this feature ? Because I'm trying to deploy from a tag through GitLab CI and it seems to not working :(

Thanks @urcadox for your reply ! So, I'm using `$CI_COMMIT_REF_NAME` Gitlab's variable who contains the name of the branch / tag. The first echo in my Gitlab CI script above...

@urcadox I got the same issue with `npm i [email protected]`

@haitlahcen the default variable `$CI_COMMIT_REF_NAME` contains the name of the branch or tag (https://docs.gitlab.com/ee/ci/variables/predefined_variables.html) In my case, the name of the tag is `test-1`. I tried without `--branch`, I got...

@nshmyrev I have the same issue than @tom-longmeadow but I'm not familiar with C and make file. Can you details how to fix it and whare add the `-std=c++11` ?

@nshmyrev I'm using MacOS Catalina 10.15.7 with Node.js 12.18, cmake-js 6.1.0, cmake 3.19.2. The issue happened when I ran `npm i --save pocketsphinx`. The logs: ```bash > [email protected] install /Users/user/project/node_modules/pocketsphinx...