@Experian you chat boy on iOS give the support phone number but the chat doesn’t have selection and copay capabilities and the phone number if not copyable.
That’s not good user experience…
@YouTube iOS app has broken report submission form because once you opened the keyboard on the report form you cannot click “Report” button anymore. Scrolling would just close the pop-up.
Please fix the report form for iOS!
Basic UX and even @YouTube fails there…
@GergelyOrosz I have done in the past. It sucks, do you have a better proposal? Usually the source of the problem doesn’t want to communicate either.
We saw cases of platform abuse, and the ban one of the best way to keep the system stable in such situation.
@GergelyOrosz No, they wouldn’t. If something works for Google, it doesn’t mean it would work for you (the fact was stated multiple times). The main difficulty is Google has Monroe, most of the industry doesn’t.
You wouldn’t believe if I told you :)
But, now, Coder is based on VSCode.
@PiotrKafel Hinestly, assigning None to reset the value was always confusing for me as well. I asked the proto team about it, but seems like there is no way back now. Sorry :)
The trouble is that resetting value and setting 0 produce different serialization.
@PiotrKafel Does the type annotation do the generated code actually return any Optional? IIRC, the longer should be able to tell that the property always returns a value and there is no way to compare it to None.
If you take a look in C++ generated code, it’s never nullable.