Piotr Wittchen

Results 190 comments of Piotr Wittchen

Hi, Thanks for the message. Can you provide exact steps to reproduce your problem and environment?

Hi @pranavlathigara, Thanks for reporting this issue. I'll have a look on that. Regards, Piotr

Thanks for the information. I'll check it out. -- Piotr Wittchen, http://wittchen.io sob., 18 maj 2019, 14:53 użytkownik L3tum napisał: > Hi, I just stumbled on this and according to...

Hi, Thanks for your contribution. I'll review that. 07.07.2017 8:11 PM "LeonardooBorges" napisał(a): > #50 > Passing null as default value in get gives a NullPointerException when > the key...

Hello @LeonardooBorges. I really appreciate your contribution, but I'd generally avoid forcing default behavior for accessing data. I think, in the case of this library, the user should explicitly define...

Ok, I see your point :). In the case of Java generics, we're not able to return `null` and NPE will be thrown. Nevertheless, I would prefer more elegant solution...

Thanks for reporting that issue. Actually, I wanted to add such feature. It requires to create additional project (annotation processor) for code generation and it needs to be added as...

Hi, Thanks for reporting this. I'm not sure if this is a device issue or Android issue. From the logs I can read that it's running Android 4.1. Maybe backward-compatibility...

Why did you want to store `LinearLayout` or any `View`?

The intention of prefser is storing simple data structures - not complicated objects or views. In my opinion, storing views doesn't make sense. If you want to remember a specific...