Alessandro Calzavara

Results 6 issues of Alessandro Calzavara

In my app I prepare the switch state and observe the _UIControlEventValueChanged_ event on it, to change some internal state. The problem is that I receive the _UIControlEventValueChanged_ event even...

This PR is related to bug #475 More details there. Thanks

enhancement
in review

Hi, In our code we will generate a json representation of some entities. We would like to have setters that handle optional to NOT output "null" values but simply ignore...

From my experience, is not good having too different configurations between debug and release, and this is especially true when Proguard is enabled only in one. We found safer have...

*R.swift* exposes strings (and other resources) a static resource. Right now it's usage does not count inside StringsLint but it should. I don't have experience with that library but if...

enhancement
help wanted

StringsLint needs to parse all files inside a project and it can take a while to do it. Having it running inside a `Run Build Script` could not be viable...

enhancement