Milad Naseri

Results 10 comments of Milad Naseri

Hi, Thanks for using this framework. I completely understand your pain, which is what got me to implement this framework in the first place. **TL;DR** I will try to implement...

So, started working on this with the following entity class as a sample: ``` java package com.mmnaseri.utils.samples.spring.data.jpa.model; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.IdClass; /** * @author Mohammad Milad...

if you log into your database (regardless of what database it is) you can check what's under the `users` table. For example, in Postgresql you can do this to connect...

Thanks for looking into this. I think as far as my usage is concerned then this makes it unstable. I have a rather large screen and not being able to...

Good point. I'll put aside some time to do it this week, unless @rfarhanian wants to do it?

Thanks @rfarhanian for taking care of this :)

Interesting. I developed this for an app at my company and it was working fine with Ionic back then. I have not updated it since, but have gotten permission from...

Hey guys! So sorry for the late reply. I have been busy studying for a Google interview :) Now that that's all past, I can probably sit down and fix...

I haven't dug too deeply into this, but there are two issues that could be the root cause: 1. Clash in naming with Ionic SASS classes 2. Presumptions about defaults...

@adyba @babchai @jcyh0120 @jasonmamy More than a year after the issue was originally opened, I have come to say that I don't seem to have the time to maintain this...