Attiqe Ur Rehman

Results 9 issues of Attiqe Ur Rehman

Hi, I have changed the App.scss and it's appending in to the style.css. Please see the screenshot below: But for some reason it's not been applied to the site. Any...

Hi, I was thinking, would it be a good idea if we can have 2nd level cache integration like we have AutoHistory? Thanks, Attiqe

Hi, I am facing the "Uncaught TypeError: Cannot read property 'offsetWidth' of undefined" on Chrome here's what being written on console. ![capture](https://cloud.githubusercontent.com/assets/1382615/7586873/cc988962-f8ca-11e4-9fad-5aa0ea349626.PNG) Thanks, Attiqe

Hi, I was wondering can I get the button text from mouse click. Thanks, Attiqe

Hi I am running the following code in Seed method: ``` var store = new UserStore(context); var manager = new UserManager(store); var passwordHash = new PasswordHasher(); string password = passwordHash.HashPassword("Password@123");...

Hi, SonarQube is giving out the warning with the following explanation: > When a class implements the IEquatable interface, it enters a contract that states, "I know how to compare...

Hi, First of all love your API and are you planning on making range slider with it as well ? -A

Hi, How can I achieve the same functionality as open generic with convert using from the Automapper.Attributes? Thanks, Attiqe

SQLite database contained char and bit datatype and when Sqlite2CoreData was unable to reconganize it and thus make datatype in the model undefined. -A