Riccardo Chiarini
Riccardo Chiarini
In my app I support dark mode (beside device settings), so I'd like to set a different theme for the viewer or, at least, the ability to set navigation bar...
When you set a brightness slider and connect it to a picker, the color picker doesn't respond to slider update, unless the user starts dragging the handle. To avoid this...
I want to offer multiple accounts on my iOS app (on Android I've already achieved that). I know the library allows only one current user and for this reason I...
My app allows the user to connect with multiple accounts; I use "ParseUser.becomeInBackground(sessionToken)" to connect to the different accounts. I'd like to clear local session data without deleting the session...
I'm using `ColorPickerView` and after the update `setInitialColor` doesn't update `BrightnessSlideBar` while setting the view in `onCreate`. If I call `setInitialColor` in a second moment everything works. Maybe is something...
Is there a method to determine the number of occurrences in a column/row or to calculate the sum only when a certain condition is met? If not, for counting occurrences,...
### New Issue Checklist - Report security issues [confidentially](https://github.com/parse-community/parse-server/security/policy). - Any contribution is under this [license](https://github.com/parse-community/parse-server/blob/alpha/LICENSE). - Before posting search [existing issues](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). ### Issue Description If maxPasswordHistory is set to...