Guilherme Araújo

Results 14 issues of Guilherme Araújo

I am using EVReflection 5.7.0 and it works fine. After upgrading to 5.8.0 (or 5.90), my Realm Object models no longer work. Nothing wrong happens during the deserialisation, but when...

**Description** We use an AWS VPC domain to access our tsuru API and applications (e.g. `tsuru.our-company.vpc`) If I add the target `http://tsuru.our-company.vpc:8080`, the client I installed using Homebrew fails to...

bug

It would be awesome if after each deploy, tsuru could set an env var containing the deploy version (the one listed using `tsuru app-deploy-list -a xyz`). Something like `TSURU_APP_VERSION="v128"`. Is...

enhancement
brainstorm

Drop shadow is not working on API 21. This is what happens: ![Shadow bug](http://cl.ly/image/1c0d1y0l193o/Image%202014-12-17%20at%204.23.33%20PM.png)

It would be nice if we could add some mark (like a dot) to specific dates, to distinguish which dates have events and which don't.

enhancement

If the ViewPager contains views that scroll vertically, both vertical and horizontal pan gestures are processed at the same time, and that's a terrible navigation. It would be a lot...

I am using the autocomplete on iPad, and my app supports any orientation. The autocomplete table is able to show up correctly in any orientation, but when it is already...

Is it possible to hide the left view controller when the device is on portrait orientation, like `UISplitViewControler`?

Using the "standard" view (with title + subtitle), if I tap the callout view, nothing will happen (or `calloutViewClicked` will be called, if the delegate is implemented). However if I...

From what I've tested, the `write` function returns `:ok` in case of success. It would be interesting if it returned a tuple `{:ok, object}` containing the object that has been...