Vinicius Pavei

Results 9 issues of Vinicius Pavei

Do you have any approach about internationalization with botttender?

question
feature request

I'm getting this error when one page that not have anymore my chatbot installed is sending data.. ```javascript async function mapPageToAccessToken(page) { if (!CompanyMap.get(page)) { console.log("não achou item" + page)...

question
Messenger

I'm trying to updateProps, but it's not working, I also tried on the example below, and it's not working too. http://krakenjs.com/zoid/demo/advanced/props/index.htm

Hello, I'm getting one error, but i dont know what is the cause.. : ```` Error: [Headless Chrome] Timeout after 60000 ms Error: [Headless Chrome] Timeout after 60000 ms at...

Is possible to create custom generators? Ex: i want to change --resource template, to my format. Is there any way to do this?

triage

I'm trying to do this: ```html ``` ```typescript @Injectable() export class DialogService implements AutoCompleteService { list; constructor() { } getResults(keyword:string) { this.list = ['one', "two"]; if (keyword && this.list &&...

Created a `expressionFormat` pipe to get in a human readable format. ```html Expression: {{query | expressionFormat:entityConfig}} ``` ![image](https://user-images.githubusercontent.com/554537/111160323-bd187b00-8578-11eb-9010-457dcd241e00.png)

Using a BigDecimal in a column thows this exception: Erro: 08-02 06:10:30.267: ERROR/AndroidRuntime(5690): FATAL EXCEPTION: main 08-02 06:10:30.267: ERROR/AndroidRuntime(5690): java.lang.RuntimeException: Unable to start activity ComponentInfo{br.com.viniciuspavei/br.com.viniciuspavei.ProductRequestActivity}: java.lang.NullPointerException 08-02 06:10:30.267: ERROR/AndroidRuntime(5690): at...

When starting a chat i got this error. I dont know why. With Android and Android 4.4.2. When a look to AndroidManifest ``` ``` java.lang.SecurityException: ConnectivityService: Neither user 10159 nor...