Peter Mikloško

Results 3 issues of Peter Mikloško

How should be Arrow and Jackson setup so Optional are marshalled according to POJO? With Guava one would simple do ``` ObjectMapper mapper = new ObjectMapper() .registerModule(new GuavaModule()) ; ```

question

Steps to reproduce: 1. Fresh install, and start app 2. On pop, G+ Create a profile, press cancel 3. In navigation drawer press Social 4. App crashes `````` 12-22 14:32:07.925...

bug

In the code lab section 7 (https://codelabs.developers.google.com/codelabs/android-navigation/#6) notice bellow first code snippet says > The actions are nested within the destination - this is the destination you will navigate from...