Leandro Zubrezki

Results 16 comments of Leandro Zubrezki

I think that in first place it would be great to have access to the entire location object outside the readonly input. For example in my case, the user select...

It was my mistake, for some reasons the binding to the ng-model was not working but now yes, so i can access to the entire location object perfectly. I think...

@quipu i am using the ng-change directive inside the template directive: ``` html ``` So when you choose a location the function is called.

I think so, unfortunately is not possible to emit multiple values from the emitter and making a change in there will be a breaking one. One option is to add...

Hey!, any update on this?, @rafaellop did you find a good way to do it? I have a long list of posts, something like Facebook, and I need to keep...

Same problem here :(, maybe checking Google Maps implementation? that one works as expected.

An additional fieldsObject makes sense for me, it's good to use the same terminology to avoid confusion.

I got the error once today, maybe it helps: ``` Error: 13 INTERNAL: Received RST_STREAM with code 2 at Object.callErrorFromStatus (/srv/node_modules/@grpc/grpc-js/build/src/call.js:30:26) at Object.onReceiveStatus (/srv/node_modules/@grpc/grpc-js/build/src/client.js:175:52) at Object.onReceiveStatus (/srv/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:341:141) at Object.onReceiveStatus (/srv/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:304:181)...

Getting them right now again, the same happened yesterday, a burst and then ok again.

I respond to myself: ``` Timer.get('someId').time() ```