Matías Blasi

Results 11 comments of Matías Blasi

Thank you @rickar! If I understand correctly, that HolidayFn would swap the "Thursday" with "Friday", but in my case, we need to add Friday, and finally should be two holidays:...

I see. So I should define this "second" day for each actual holiday... El sáb., 29 de mayo de 2021 10:58, rickar ***@***.***> escribió: > Right. Each Holiday definition can...

Hello, I have same issue, with go 1.12. Any suggestion? Regards, Matías.

Thank you @Deleplace ! I solved the issue by changing runtime from *go* to *go112* in project app.yaml. I wasn't aware of [go version migration guide](https://cloud.google.com/appengine/docs/standard/go112/go-differences), though in my case...

Hi! The eufyp2pstream add on is this one: https://github.com/oischinger/eufyp2pstream I installed this to get RTSP working with eufy cameras.

Thankyou @fuatakgun ! I understand the point about p2p streaming. The simplest way I have to exlpain my need is: I have two eufy cameras, one with RTSP support and...

Hi! I need bind some values to the inner_view, but don't understand how to use it.. I have my ExpandableCardView in a fragment layout, and the inner_view is another layout,...

It worked for me! I could catch the syntax for java! Thxs! ``` FragmentStartBinding generalFragment = DataBindingUtil.inflate(inflater, R.layout.fragment_start, container, false); GeneralLayoutBinding generalLayoutBinding = generalFragment.generalCard.BindToInnerView(); ```

Hi, same issue here! Is there any workaround for this? Regards!

The problem is not about the wrapping layouts's 'layout_height:[wrap_content|match_parent]', it is related to the textview height when it has multiple lines....