Fabio Ebner

Results 6 issues of Fabio Ebner

How can I configure to use code completation in .js file, for me only works in .html file. tks

Do you have plans to support tables?

enhancement

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 ![Screen Shot 2021-02-02 at 21 39 01](https://user-images.githubusercontent.com/2648675/106681357-15825300-659f-11eb-9b49-05446601ab24.png)

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 >...