Fabio Ebner
Fabio Ebner
How can I configure to use code completation in .js file, for me only works in .html file. tks
It`s possible to use with StreamBuilder from Firestone? tks
I download the Android Studio 2.3.3, create a blank project try o add the dependencies ``` compile 'ai.api:sdk:2.0.7@aar' // api.ai SDK dependencies compile 'com.android.support:appcompat-v7:23.2.1' ``` but only to do this...
I follow the instruction in readme and when I try to access my app I got the error: document is not defined 
I trying to genereate one xlsx file. with a fomrula in a cell a basic formula > =IF(I2="";"";CONCAT(I2;LEFT(T2;1))) but when I open the excel the formula was changed to >...