Akshat Giri

Results 8 comments of Akshat Giri

@dlutton I'm running on Android 10 on a Pixel 2 XL.

I had done something like this in case someone else faces the same issue ``` final numToWord = { "0": "Zero", "1": "One", "2": "Two", "3": "Three", "4": "Four", "5":...

I can commandeer the repo if the the owner is okay with it.

I have the same issue. @kevinvangelder did you find a fix that could be implemented on javascript side? I don't think I can use the checkStatus method if there is...

I keep on getting the same error as well. I followed the instructions given to install all the dependencies. Getting the error trying to run the example given in the...

Same issue. Tried rolling back to older commits but no luck.

A global install of `protoc-gen-js` fixes it. `npm install -g protoc-gen-js` Although not a long term solution.

I'm having the same issue. Any fixes?