Felix
Felix
Hey, I am trying to implement a chart updating dynamically based on actions done by the user, which are registered in an angular factory and then data is send via...
Hey, I am just starting out with this library and can't get rid of this TypeError: > TypeError: Cannot read property 'forEach' of undefined at updateSortPriority (ap-mesa.js:575) Any ideas what...
Hey, I am working on an implementation which requires that after the user approved a client, the client needs to receive the refresh_token as well next to the access_token. I...
Hi, the simulator doesn't show the `BasicCard` I send. My response: ``` { "payload": { "google": { "expectUserResponse": true, "richResponse": { "items": [ { "simpleResponse": { "textToSpeech": "Oh yeah, Test...
Hey, I stumbled across the following issue, where the application does not issue a refresh Token where it should. Have a look at the following part in validate.js: ``` /**...
Hey, first of all: thanks for documenting this so detailed. I went through a few oauth examples, and this one is definitely the best one. Now to the issue I...
Hey, I am trying to parse variables within the calculator example. My Code is as follows: ``` var grammar = { "comment": "JSON Math Parser", "lex": { "rules": [ ["\\s+",...
I have the issue that by default the first letter of the input in a textfield always seems to be capitalized. I am using the textfields for letting a user...