Gustavo Garcia

Results 9 comments of Gustavo Garcia

Hey there @joe-reich! I just run into the same issue... were you able to find a workaround? Thanks!

Hi @tpitale I wonder if this issue is related to something new I just found: I can't see these new "kind" of web profiles called "App + Web" when calling...

Hi @tpitale! I'm not able to find any related documentation. I'm doing a fork now and will give it a try for the version upgrade.

wow, the change is massive! lol

Yes, the change should be done mainly [here](https://github.com/tpitale/legato/blob/master/lib/legato/query.rb). right? Do you want to keep the response object with the same format that you have today? By the way, the upgrade...

It worked for me. Did you set the permissions to dynamodb?

@abalone0204 I'm kind of new to node, but I was pretty sure that there is no difference between ``` js dynamo.putItem(event.payload,context.succeed({"postId":event.payload.Item.postId})); ``` and ``` js dynamo.putItem(event.payload, function() { context.succeed({"postId":event.payload.Item.postId}) });...

If it helps in anything... I did a small api wrapper that includes filtering too: https://github.com/dailytics/google_analytics_v4_api

I'm not sure if this is the most elegant solution, but it's working for me. I added this to the begining of the main function: ``` js $(document).on('page:load', function(){ settings.currentPage...