Igor Perepelitsa

Results 3 issues of Igor Perepelitsa

Hi! I used version compile 'com.github.darsh2:MultipleImageSelect:28c6d56' which fixes the NPE (https://github.com/darsh2/MultipleImageSelect/issues/39). But this version has resources which overrides my application resources (string/app_name and mipmap/ic_launcher). It happens because resources in your...

Hi! I hope that these changes are quite useful. Now I can generate projections by *Selection objects like other criterias: ``` java new ArticleSelection().forId().forTitle().forText().orderByDate().query(resolver); // instead of new ArticleSelection().orderByDate().query(resolver, new...

LoggerContextVO in appenders has no property HOSTNAME because lazy initialization never call LoggerContext#updateLoggerContextVO()