Robert Marcano

Results 8 comments of Robert Marcano

I wrote a workaround using a service. It listen for `NavigationStart` triggered by a `popstate` and store the native `history.state` before Angular touches it. Some top level component must inject...

This bug should be closed, I am testing with recent versions and there is no warning anymore.

> * the reason is probaly `transform: translateY(-50%)` on `.mdc-text-field .mdc-floating-label` Partially, if the font size of the field makes the parent height an odd value, 50% isn't an integer...

> We'll need a simple reproduction example in order to diagnose this. I am new to Cloudfare Workers, so I am starting the Rust example project, so I think I...

I have nearly the same issue. If I name a contact on Android as: ``` Fist name: Name Middle name: Middle Last name: LastName1 LastName2 ``` I get a contact...

> As far as I know, no product implements this (since it's actually pretty hard to implement) so it's not something we plan to add to the spec at this...

There are situations where mapping frameworks should legitimately access private fields. Take note that there are other libraries handling the problem, for example Hibernate JPA implementation, read https://in.relation.to/2017/04/11/accessing-private-state-of-java-9-modules/ I don't...